Commit c9c4cc70bd929a82795cf3bf4274eca14485b05a
1 parent
ed5f0506
直播列表因定参数修复
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/liveStream/liveStream.js
@@ -57,7 +57,7 @@ Page({ | @@ -57,7 +57,7 @@ Page({ | ||
57 | let self = this; | 57 | let self = this; |
58 | getApp().request.put("/api/weshop/wx/livelist/updatelivelist", { | 58 | getApp().request.put("/api/weshop/wx/livelist/updatelivelist", { |
59 | data: { | 59 | data: { |
60 | - storeId: 1 | 60 | + storeId: o.stoid |
61 | }, | 61 | }, |
62 | success: function (res) { | 62 | success: function (res) { |
63 | console.log('我发起了PUT请求,请求结果:', res.data); | 63 | console.log('我发起了PUT请求,请求结果:', res.data); |