Commit c9c4cc70bd929a82795cf3bf4274eca14485b05a

Authored by WXD-SEASON\season
1 parent ed5f0506

直播列表因定参数修复

packageA/pages/liveStream/liveStream.js
... ... @@ -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);
... ...