wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ee0f50bac3c133515fd83966c4ef8a94887f9855
Authored by
yvan.ni
2023-07-24 14:32:13 +0800
1 parent
8f4f6cd7
绑定会员的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageD/pages/user/member/bring/bring.js
packageD/pages/user/member/bring/bring.js
View file @
ee0f50b
...
...
@@ -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
}
...
...