|
@@ -160,8 +160,11 @@ function pickFields(source, fields = ['content', 'enContent']) {
|
|
|
})
|
|
})
|
|
|
userStore.saveReasonsOptions(result)
|
|
userStore.saveReasonsOptions(result)
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+const init = ref(false)
|
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
|
|
|
+ console.log('kaiaaa')
|
|
|
|
|
+ if (init.value)return
|
|
|
|
|
+ init.value = true
|
|
|
uni.$emit('updateSystemList')
|
|
uni.$emit('updateSystemList')
|
|
|
const accountInfo = userStore.accountInfo
|
|
const accountInfo = userStore.accountInfo
|
|
|
if (accountInfo?.rememberPassword) {
|
|
if (accountInfo?.rememberPassword) {
|