Merged
Merge Request #498 · created by 后端研发-苏明海


Test


From test into qa

Merged by 后端研发-苏明海

1 participants

pages/user/choice_guide/choice_guide.js
... ... @@ -33,6 +33,7 @@ Page({
33 33 var th = this, e = th;
34 34 var r_data={
35 35 storeId: os.stoid,
  36 + pickupId: a.globalData.userInfo.pickup_id,
36 37 page: th.data.page,
37 38 pageSize: th.data.pageSize
38 39 };
... ...