merge
This commit is contained in:
@@ -78,12 +78,12 @@
|
||||
<!-- 功能块 -->
|
||||
<view class="btns-box" v-if="isWallet">
|
||||
<view class="btns-box-item" @click="onBtn('AccountIntegral', {})">
|
||||
<image class="icon" src="@/static/user/userIcon_02.png" mode="widthFix" />
|
||||
<image class="icon" src="@/static/user/userIcon_10.png" mode="widthFix" />
|
||||
共力分钱包
|
||||
<uni-icons class="forward" type="forward" color="#999" />
|
||||
</view>
|
||||
<view class="btns-box-item" @click="onBtn('AccountDt', {})">
|
||||
<image class="icon" src="@/static/user/userIcon_02.png" mode="widthFix" />
|
||||
<image class="icon" src="@/static/user/userIcon_01.png" mode="widthFix" />
|
||||
DT积分钱包
|
||||
<uni-icons class="forward" type="forward" color="#999" />
|
||||
</view>
|
||||
@@ -149,7 +149,7 @@
|
||||
<slot name="default">
|
||||
<view class="mnemonic-pwass">
|
||||
<input class="iv-input" :focus="true" type="password" v-model="iv" maxlength="10"
|
||||
placeholder="输入密聊密码" />
|
||||
placeholder="输入支付密码" />
|
||||
</view>
|
||||
</slot>
|
||||
</u-modal>
|
||||
@@ -282,6 +282,7 @@
|
||||
// 退出登录
|
||||
logOut() {
|
||||
uni.removeStorageSync('isnew')
|
||||
uni.removeStorageSync('isWalleNum')
|
||||
this.$store.commit('setToken', '');
|
||||
this.$Router.replaceAll({name: 'Auth'})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user