wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
10690398e2535d2b5242e7ffc5cd2575eace1fdf
Authored by
yvan.ni
2024-05-13 13:50:53 +0800
1 parent
ca9ac42d
OA单的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/order_list/order_list.js
pages/user/order_list/order_list.js
View file @
1069039
...
...
@@ -2391,7 +2391,7 @@ Page({
2391
2391
store_id: os.stoid,
2392
2392
user_id: getApp().globalData.user_id,
2393
2393
goods_id: good.goods_id,
2394
- timetype:good.viplimited_timetype
2394
+ timetype:good.viplimited_timetype
,
2395
2395
isnew:1,
2396
2396
};
2397
2397
...
...