实名认证优化

This commit is contained in:
GaoHao
2025-01-15 13:32:07 +08:00
parent d883976066
commit 6a6df97cc0
3 changed files with 21 additions and 5 deletions

View File

@@ -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()
}
})
}