Commit 10690398e2535d2b5242e7ffc5cd2575eace1fdf
1 parent
ca9ac42d
OA单的优化
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/order_list/order_list.js
@@ -2391,7 +2391,7 @@ Page({ | @@ -2391,7 +2391,7 @@ Page({ | ||
2391 | store_id: os.stoid, | 2391 | store_id: os.stoid, |
2392 | user_id: getApp().globalData.user_id, | 2392 | user_id: getApp().globalData.user_id, |
2393 | goods_id: good.goods_id, | 2393 | goods_id: good.goods_id, |
2394 | - timetype:good.viplimited_timetype | 2394 | + timetype:good.viplimited_timetype, |
2395 | isnew:1, | 2395 | isnew:1, |
2396 | }; | 2396 | }; |
2397 | 2397 |