|
|
@@ -2,7 +2,7 @@
|
|
|
<view class="container">
|
|
|
<view class="row flex">
|
|
|
<text class="tit">{{$t('set.a3')}}</text>
|
|
|
- <input class="input" v-model="account" disabled type="text" :placeholder="$t('reg.c3')"
|
|
|
+ <input class="input" v-model="account" type="text" :placeholder="$t('reg.c3')"
|
|
|
placeholder-class="placeholder" />
|
|
|
</view>
|
|
|
|
|
|
@@ -52,7 +52,6 @@
|
|
|
this.account = '';
|
|
|
} else {
|
|
|
this.account = this.userInfo.account;
|
|
|
- this.show = false;
|
|
|
}
|
|
|
},
|
|
|
watch: {
|