Commit 30baae680b42f7d2752d548c3172ec06ac7314fc
1 parent
db62ae21
路径修改
Showing
2 changed files
with
5 additions
and
5 deletions
packageD/pages/user/coupons/coupons.wxml
pages/user/index/index.js
| ... | ... | @@ -503,14 +503,14 @@ Page({ |
| 503 | 503 | deposit: function () { |
| 504 | 504 | if (!this.data.userInfo) return false; |
| 505 | 505 | wx.navigateTo({ |
| 506 | - url: '../deposit/deposit', | |
| 506 | + url: '/packageD/pages/user/deposit/deposit', | |
| 507 | 507 | }) |
| 508 | 508 | }, |
| 509 | 509 | //--跳转到余额页面-- |
| 510 | 510 | balance: function () { |
| 511 | 511 | if (!this.data.userInfo) return false; |
| 512 | 512 | wx.navigateTo({ |
| 513 | - url: '../member/menber', | |
| 513 | + url: '/packageD/pages/user/member/menber', | |
| 514 | 514 | }) |
| 515 | 515 | }, |
| 516 | 516 | //--跳转到优惠券-- |
| ... | ... | @@ -519,14 +519,14 @@ Page({ |
| 519 | 519 | if (!this.data.userInfo) return false; |
| 520 | 520 | // th.sendsm(); |
| 521 | 521 | wx.navigateTo({ |
| 522 | - url: '../coupons/coupons', | |
| 522 | + url: '/packageD/pages/user/coupons/coupons', | |
| 523 | 523 | }) |
| 524 | 524 | }, |
| 525 | 525 | //--跳转到积分-- |
| 526 | 526 | integral: function () { |
| 527 | 527 | if (!this.data.userInfo) return false; |
| 528 | 528 | wx.navigateTo({ |
| 529 | - url: '../integral/integral', | |
| 529 | + url: '/packageD/pages/user/integral/integral', | |
| 530 | 530 | }) |
| 531 | 531 | }, |
| 532 | 532 | //--跳到绑定页面-- | ... | ... |