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