mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 02:49:03 +08:00
钱包插件提现支持绑定手机号码
This commit is contained in:
parent
1cb11b0538
commit
0f1ed149f1
@ -20,3 +20,6 @@
|
||||
.view-tips {
|
||||
padding: 10rpx;
|
||||
}
|
||||
.bind-mobile-container {
|
||||
padding: 15% 10rpx 50rpx 10rpx;
|
||||
}
|
@ -38,6 +38,13 @@
|
||||
<view>6. 安全验证成功后,请在30分钟内完成提现申请。</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view a:if="{{check_account_list.length == 0}}" class="bind-mobile-container">
|
||||
<navigator url="/pages/login/login" hover-class="none">
|
||||
<button type="warn" class="mobile-submit">绑定手机号码</button>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view a:else>
|
||||
|
@ -38,6 +38,13 @@
|
||||
<view>6. 安全验证成功后,请在30分钟内完成提现申请。</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view qq:if="{{check_account_list.length == 0}}" class="bind-mobile-container">
|
||||
<navigator url="/pages/login/login" hover-class="none">
|
||||
<button type="warn" class="mobile-submit">绑定手机号码</button>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view qq:else>
|
||||
|
@ -20,3 +20,6 @@
|
||||
.view-tips {
|
||||
padding: 10rpx;
|
||||
}
|
||||
.bind-mobile-container {
|
||||
padding: 15% 10rpx 50rpx 10rpx;
|
||||
}
|
@ -38,6 +38,13 @@
|
||||
<view>6. 安全验证成功后,请在30分钟内完成提现申请。</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view tt:if="{{check_account_list.length == 0}}" class="bind-mobile-container">
|
||||
<navigator url="/pages/login/login" hover-class="none">
|
||||
<button type="warn" class="mobile-submit">绑定手机号码</button>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view tt:else>
|
||||
|
@ -20,3 +20,6 @@
|
||||
.view-tips {
|
||||
padding: 10rpx;
|
||||
}
|
||||
.bind-mobile-container {
|
||||
padding: 15% 10rpx 50rpx 10rpx;
|
||||
}
|
@ -38,6 +38,12 @@
|
||||
<view>6. 安全验证成功后,请在30分钟内完成提现申请。</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view wx:if="{{check_account_list.length == 0}}" class="bind-mobile-container">
|
||||
<navigator url="/pages/login/login" hover-class="none">
|
||||
<button type="warn" class="mobile-submit">绑定手机号码</button>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view wx:else>
|
||||
|
@ -20,3 +20,6 @@
|
||||
.view-tips {
|
||||
padding: 10rpx;
|
||||
}
|
||||
.bind-mobile-container {
|
||||
padding: 15% 10rpx 50rpx 10rpx;
|
||||
}
|
Loading…
Reference in New Issue
Block a user