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
d53a30118b6991a45aafb41d13617992dac5baa5
Authored by
yvan.ni
2023-05-11 18:03:50 +0800
1 parent
564b33c7
分享卡片的优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
packageA/pages/goodsInfo/goodsInfo.js
packageA/pages/goodsInfo/goodsInfo.js
View file @
d53a301
...
...
@@ -235,6 +235,8 @@ Page({
235
235
room_id = t.room_id,
236
236
room_user_share = t.room_user_share; //如果是会员分享带有room_id的话,那么接下来会员分享就不传room_id
237
237
238
+ var share_openid= t.share_openid;
239
+
238
240
//检查测肤
239
241
getApp().check_skin_face(t,1,gid);
240
242
...
...