Commit 211c4d80b3346bfa6c210662e501577e45c6f81f

Authored by WXD-SEASON\season
2 parents 413cb996 3400c02d

Merge branch 'dev_oa_lou3' into dev

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
... ...