Jelajahi Sumber

接口添加字段

文杰 3 minggu lalu
induk
melakukan
070bb191b2
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      pages/prod/prod.js

+ 2 - 0
pages/prod/prod.js

@@ -586,6 +586,7 @@ Page({
         shopId:this.data.shopId,
         prodId:this.data.prodId,
         channelId:wx.getStorageSync('channelId'),
+        userId:wx.getStorageSync('loginResult').userId||'',
         current: 1,
         size: 18,
       },
@@ -611,6 +612,7 @@ Page({
         shopId:this.data.shopId,
         prodId:this.data.prodId,
         channelId:wx.getStorageSync('channelId'),
+        userId:wx.getStorageSync('loginResult').userId||'',
         current: 1,
         size: 18,
       },