Commit be7da8b4 by 冷斌

fix bug

parent ce71839e
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div class="chooseWay">请选择提现方式</div> <div class="chooseWay">请选择提现方式</div>
<div class="wayBox"> <div class="wayBox">
<div class="wayItem" @click="chooseWay(1)"> <div class="wayItem" @click="chooseWay(0)">
<div class="wayItemHd"> <div class="wayItemHd">
<img src="__PUBLIC__/appapi/pay/img/zhifubao.png"> <img src="__PUBLIC__/appapi/pay/img/zhifubao.png">
<span>支付宝</span> <span>支付宝</span>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</div> </div>
</div> </div>
<div class="wayItem" @click="chooseWay(2)"> <div class="wayItem" @click="chooseWay(1)">
<div class="wayItemHd"> <div class="wayItemHd">
<img src="__PUBLIC__/appapi/pay/img/bandCard.png"> <img src="__PUBLIC__/appapi/pay/img/bandCard.png">
<span>银行卡</span> <span>银行卡</span>
...@@ -106,7 +106,6 @@ ...@@ -106,7 +106,6 @@
success: function (data) { success: function (data) {
if (data.ret == 200) { if (data.ret == 200) {
let d = data.data; let d = data.data;
// _this.certification = d.certification;
if (d.identity != 1 || d.certification != 1 || d.family_type != 1) { if (d.identity != 1 || d.certification != 1 || d.family_type != 1) {
window.location.href = _this.url('/index.php?g=Appapi&m=Profit&a=index'); window.location.href = _this.url('/index.php?g=Appapi&m=Profit&a=index');
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment