Commit e1c91b185d682937d04d0c355230574f4373be11
1 parent
fba37256
预售自定义模板选择不到商品的优化
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_pregoods/diy_pregoods.js
... | ... | @@ -55,7 +55,7 @@ Component({ |
55 | 55 | goodsidlist=ut.sub_last(goodsidlist); |
56 | 56 | |
57 | 57 | var user_id=getApp().globalData.user_id; |
58 | - var pre_data={store_id:os.stoid,is_end:0,timetype:1,isuse:1}; | |
58 | + var pre_data={store_id:os.stoid,is_end:0,timetype:3,isuse:1}; | |
59 | 59 | if(user_id){ |
60 | 60 | pre_data.user_id=user_id; |
61 | 61 | } | ... | ... |