提交 0f1ed149 编写于 作者: D devil

钱包插件提现支持绑定手机号码

上级 1cb11b05
......@@ -19,4 +19,7 @@
}
.view-tips {
padding: 10rpx;
}
.bind-mobile-container {
padding: 15% 10rpx 50rpx 10rpx;
}
\ No newline at end of file
......@@ -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>
......
......@@ -19,4 +19,7 @@
}
.view-tips {
padding: 10rpx;
}
.bind-mobile-container {
padding: 15% 10rpx 50rpx 10rpx;
}
\ No newline at end of file
......@@ -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>
......
......@@ -19,4 +19,7 @@
}
.view-tips {
padding: 10rpx;
}
.bind-mobile-container {
padding: 15% 10rpx 50rpx 10rpx;
}
\ No newline at end of file
......@@ -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>
......
......@@ -19,4 +19,7 @@
}
.view-tips {
padding: 10rpx;
}
.bind-mobile-container {
padding: 15% 10rpx 50rpx 10rpx;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册