xbx #134

Merged
theluyuan merged 34 commits from xbx into master 2020-11-18 06:56:15 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit b339604347 - Show all commits

View File

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

View File

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