Commit ee0f50bac3c133515fd83966c4ef8a94887f9855

Authored by yvan.ni
1 parent 8f4f6cd7

绑定会员的优化

packageD/pages/user/member/bring/bring.js
... ... @@ -62,7 +62,7 @@ Page({
62 62 //提现是零钱的时候,同时是发红包的时候
63 63 if(this.data.current==2 && parseInt(this.data.tx_wx_type)==2){
64 64 if(!user_info.openid){
65   - ut.m_toast("请前往公众号提现!!");
  65 + ut.m_toast("未绑定公众号微会员,无法提现!");
66 66 return false
67 67 }
68 68 }
... ...