Handy_Cao 9 달 전
부모
커밋
a061df2f17
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/packages/tss/views/bank/wallet/components/deposit/Index.vue

+ 2 - 2
src/packages/tss/views/bank/wallet/components/deposit/Index.vue

@@ -117,10 +117,10 @@ const { global: { t } } = i18n
 
 const accountStore = useAccountStore()
 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_321 = getSystemParamValue('321')