修改货币之后禁止修改
This commit is contained in:
parent
d88448060f
commit
b339604347
@ -52,7 +52,8 @@ export default createStore({
|
||||
zoneStr: "中途岛GMT-11:00",
|
||||
zoneid: 1,
|
||||
symbol: "$",
|
||||
zoneValue:""
|
||||
zoneValue:"",
|
||||
currencytag: 0
|
||||
},
|
||||
islogin: false,
|
||||
seting:{
|
||||
|
@ -283,6 +283,7 @@
|
||||
"
|
||||
@change="currencychange"
|
||||
v-model:value="currencyindex"
|
||||
:disabled="userinfo.currencytag == 1"
|
||||
>
|
||||
<a-select-option
|
||||
v-for="(item, index) in currencylist"
|
||||
|
Loading…
Reference in New Issue
Block a user