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
c9c4cc70bd929a82795cf3bf4274eca14485b05a
Authored by
WXD-SEASON\season
2020-09-28 16:17:57 +0800
1 parent
ed5f0506
直播列表因定参数修复
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/liveStream/liveStream.js
packageA/pages/liveStream/liveStream.js
View file @
c9c4cc7
...
...
@@ -57,7 +57,7 @@ Page({
57
57
let self = this;
58
58
getApp().request.put("/api/weshop/wx/livelist/updatelivelist", {
59
59
data: {
60
- storeId:
1
60
+ storeId:
o.stoid
61
61
},
62
62
success: function (res) {
63
63
console.log('我发起了PUT请求,请求结果:', res.data);
...
...