Commit 699b15baea96a087d101f7bd4c5319a64d369714

Authored by yvan.ni
1 parent 67161b48

您目前没有可提现的金额

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: '提示',