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,14 +503,14 @@ Page({ | ||
| 503 | deposit: function () { | 503 | deposit: function () { |
| 504 | if (!this.data.userInfo) return false; | 504 | if (!this.data.userInfo) return false; |
| 505 | wx.navigateTo({ | 505 | wx.navigateTo({ |
| 506 | - url: '../deposit/deposit', | 506 | + url: '/packageD/pages/user/deposit/deposit', |
| 507 | }) | 507 | }) |
| 508 | }, | 508 | }, |
| 509 | //--跳转到余额页面-- | 509 | //--跳转到余额页面-- |
| 510 | balance: function () { | 510 | balance: function () { |
| 511 | if (!this.data.userInfo) return false; | 511 | if (!this.data.userInfo) return false; |
| 512 | wx.navigateTo({ | 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,14 +519,14 @@ Page({ | ||
| 519 | if (!this.data.userInfo) return false; | 519 | if (!this.data.userInfo) return false; |
| 520 | // th.sendsm(); | 520 | // th.sendsm(); |
| 521 | wx.navigateTo({ | 521 | wx.navigateTo({ |
| 522 | - url: '../coupons/coupons', | 522 | + url: '/packageD/pages/user/coupons/coupons', |
| 523 | }) | 523 | }) |
| 524 | }, | 524 | }, |
| 525 | //--跳转到积分-- | 525 | //--跳转到积分-- |
| 526 | integral: function () { | 526 | integral: function () { |
| 527 | if (!this.data.userInfo) return false; | 527 | if (!this.data.userInfo) return false; |
| 528 | wx.navigateTo({ | 528 | wx.navigateTo({ |
| 529 | - url: '../integral/integral', | 529 | + url: '/packageD/pages/user/integral/integral', |
| 530 | }) | 530 | }) |
| 531 | }, | 531 | }, |
| 532 | //--跳到绑定页面-- | 532 | //--跳到绑定页面-- |