Commit 1628c93a by 陈超

A

parent 03259a6b
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</div> </div>
</div> </div>
<div class="weight_full layout_h_r"> <div class="weight_full layout_h_r">
<div class="promotion_withdraw_button layout_center text_14_600 color_white">提现</div> <div @click="onToWithdraw" class="promotion_withdraw_button layout_center text_14_600 color_white">提现</div>
</div> </div>
</div> </div>
<div class="divider"></div> <div class="divider"></div>
...@@ -48,6 +48,9 @@ ...@@ -48,6 +48,9 @@
onMyQrcode: function() { onMyQrcode: function() {
}, },
onToWithdraw: function() {
window.location.href = "{:U('home/User/account')}"
}
} }
}) })
......
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