Commit 06cf2b7c28b94aebdf0740c1bf1ff64db085ff51
1 parent
6f550379
专享礼包的timetype优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/myGift/myGift.js
| @@ -469,7 +469,7 @@ Page({ | @@ -469,7 +469,7 @@ Page({ | ||
| 469 | 469 | ||
| 470 | if(index == 0) { | 470 | if(index == 0) { |
| 471 | url = '/api/weshop/libao/libaoForm/page'; | 471 | url = '/api/weshop/libao/libaoForm/page'; |
| 472 | - data.timetype=2; | 472 | + data.timetype=1; |
| 473 | } else if(index == 1) { | 473 | } else if(index == 1) { |
| 474 | url = '/api/weshop/libao/libaoFormvip/page'; | 474 | url = '/api/weshop/libao/libaoFormvip/page'; |
| 475 | }; | 475 | }; |