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
06cf2b7c28b94aebdf0740c1bf1ff64db085ff51
Authored by
yvan.ni
2023-12-06 17:33:02 +0800
1 parent
6f550379
专享礼包的timetype优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/myGift/myGift.js
packageA/pages/myGift/myGift.js
View file @
06cf2b7
...
...
@@ -469,7 +469,7 @@ Page({
469
469
470
470
if(index == 0) {
471
471
url = '/api/weshop/libao/libaoForm/page';
472
- data.timetype=
2
;
472
+ data.timetype=
1
;
473
473
} else if(index == 1) {
474
474
url = '/api/weshop/libao/libaoFormvip/page';
475
475
};
...
...