修改货币之后禁止修改

This commit is contained in:
luyuan 2020-11-18 14:54:52 +08:00
parent d88448060f
commit b339604347
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,8 @@ export default createStore({
zoneStr: "中途岛GMT-11:00",
zoneid: 1,
symbol: "$",
zoneValue:""
zoneValue:"",
currencytag: 0
},
islogin: false,
seting:{

View File

@ -283,6 +283,7 @@
"
@change="currencychange"
v-model:value="currencyindex"
:disabled="userinfo.currencytag == 1"
>
<a-select-option
v-for="(item, index) in currencylist"