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
31d1ff4332b839079730ca32b7f28d49c85bc73d
Authored by
yvan.ni
2022-09-05 17:22:47 +0800
1 parent
be5a64a8
券列表的分享目录
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/quan_list/quan_list.js
packageA/pages/quan_list/quan_list.js
View file @
31d1ff4
...
...
@@ -199,7 +199,7 @@ Page({
199
199
var userInfo = getApp().globalData.userInfo;
200
200
//是分销商才带
201
201
if (userInfo) {
202
- url += "
&
first_leader=" + userInfo.user_id;
202
+ url += "
?
first_leader=" + userInfo.user_id;
203
203
}
204
204
var ob = {
205
205
title:"优惠券列表",
...
...