|
@@ -117,10 +117,10 @@ const { global: { t } } = i18n
|
|
|
|
|
|
|
|
const accountStore = useAccountStore()
|
|
const accountStore = useAccountStore()
|
|
|
const { currentAccount } = accountStore.$toRefs()
|
|
const { currentAccount } = accountStore.$toRefs()
|
|
|
-const { mobile2 } = userStore.userInfo
|
|
|
|
|
|
|
+// const { mobile2 } = userStore.userInfo
|
|
|
|
|
|
|
|
// 电话号码
|
|
// 电话号码
|
|
|
-const phone_number = shallowRef(mobile2)
|
|
|
|
|
|
|
+const phone_number = shallowRef('')
|
|
|
|
|
|
|
|
const msg_320 = getSystemParamValue('320')
|
|
const msg_320 = getSystemParamValue('320')
|
|
|
const msg_321 = getSystemParamValue('321')
|
|
const msg_321 = getSystemParamValue('321')
|