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
57fc6e3eba11259cfb796953d8f3afb70a269fdc
Authored by
yvan.ni
2020-12-16 16:40:47 +0800
1 parent
0476ffb0
直播间分享,图片分享海报的时候的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
57fc6e3
...
...
@@ -302,7 +302,7 @@ Page({
302
302
//-- 如果有room_id的获取 --
303
303
if(gid_str.length>2 && gid_str[2]){
304
304
room_id=gid_str[2];
305
-
th.data.
room_user_share=1;
305
+
room_user_share=1;
306
306
}
307
307
308
308
}
...
...