Commit 3400c02d9751ec1708410a812ce8a7b63c6570e4
1 parent
a5d472cc
优化
Showing
1 changed file
with
4 additions
and
1 deletions
packageA/pages/jfbuy/jfbuy.js
@@ -372,7 +372,10 @@ Page({ | @@ -372,7 +372,10 @@ Page({ | ||
372 | 372 | ||
373 | // var req_data = { | 373 | // var req_data = { |
374 | // page:th.data.currentPage2 | 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 | app.request.promiseGet("/api/weshop/integralbuy/pageIntegralBuyGoodsList", { | 380 | app.request.promiseGet("/api/weshop/integralbuy/pageIntegralBuyGoodsList", { |
378 | data: data | 381 | data: data |