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
7dea1cf284500ceab1b7615139e95cfa6ae5f6a7
Authored by
前端开发-罗建龙
2023-05-09 15:00:42 +0800
1 parent
f7cffa0e
积分购权限购买优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
7dea1cf
...
...
@@ -4428,7 +4428,8 @@ Page({
4428
4428
stype: 1,
4429
4429
stypeup: 1,
4430
4430
goods_id: gid,
4431
- timetype:2
4431
+ timetype:2,
4432
+ user_id:getApp().globalData.user_id,
4432
4433
}
4433
4434
4434
4435
var integrals = 0;
...
...