实名认证优化
This commit is contained in:
@@ -122,12 +122,14 @@
|
||||
})
|
||||
onReady(() => {
|
||||
if(!uni.getStorageSync('ruleShow')){
|
||||
datas.ruleShow = true
|
||||
announcement({
|
||||
type: 0
|
||||
}).then(res => {
|
||||
datas.ruleList = res
|
||||
ruleInit()
|
||||
if (res) {
|
||||
datas.ruleShow = true
|
||||
datas.ruleList = res
|
||||
ruleInit()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user