-
Status changed to merged
-
mentioned in commit 85c4b84f4df5ae40e9c7d26353ea314073449d4e
-
您目前没有可提现的金额 See merge request !137
Showing
1 changed file
pages/user/cardinfo/cardinfo.js
@@ -682,7 +682,7 @@ Page({ | @@ -682,7 +682,7 @@ Page({ | ||
682 | go_yu_e:function(){ | 682 | go_yu_e:function(){ |
683 | var th=this,free=th.data.free; | 683 | var th=this,free=th.data.free; |
684 | if(!th.data.free.VIPRebate){ | 684 | if(!th.data.free.VIPRebate){ |
685 | - getApp().my_warnning("您没有转入余额",0,th); return false; | 685 | + getApp().my_warnning("您目前没有可提现的金额",0,th); return false; |
686 | } | 686 | } |
687 | wx.showModal({ | 687 | wx.showModal({ |
688 | title: '提示', | 688 | title: '提示', |