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
3a11483cb1d495dda2fb021b194d6ec83bd04548
Authored by
yvan.ni
2022-09-05 19:07:13 +0800
1 parent
31d1ff43
分享导朋友圈的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/quan_pro/quan_pro.js
packageA/pages/quan_pro/quan_pro.js
View file @
3a11483
...
...
@@ -198,7 +198,7 @@ Page({
198
198
var user_id= getApp().globalData.user_id
199
199
return {
200
200
title:this.data.q_data.name,
201
- query: '
first_leader='+user_id
201
+ query: '
id='+this.data.id+'&
first_leader='+user_id
202
202
}
203
203
},
204
204
...
...