Commit 3400c02d9751ec1708410a812ce8a7b63c6570e4

Authored by 前端开发-罗建龙
1 parent a5d472cc

优化

Showing 1 changed file with 4 additions and 1 deletions
packageA/pages/jfbuy/jfbuy.js
... ... @@ -372,7 +372,10 @@ Page({
372 372  
373 373 // var req_data = {
374 374 // page:th.data.currentPage2
375   - // }
  375 + // }
  376 + if (getApp().globalData.user_id) {
  377 + data.user_id=getApp().globalData.user_id
  378 + }
376 379  
377 380 app.request.promiseGet("/api/weshop/integralbuy/pageIntegralBuyGoodsList", {
378 381 data: data
... ...