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
7435d507ae7fbd7f0f6faaaa6515f477cd9f71d0
Authored by
yvan.ni
2023-11-28 09:20:00 +0800
1 parent
725b3df9
user_id的优化
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 @
7435d50
...
...
@@ -3436,7 +3436,7 @@ Page({
3436
3436
var req_d = {
3437
3437
"store_id": os.stoid,
3438
3438
"goods_id": that.data.gid,
3439
- "user_id":
user_id,
3439
+ "user_id":
getApp().globalData.
user_id,
3440
3440
}
3441
3441
getApp().request.get(url, {
3442
3442
data: req_d,
...
...