新人优惠券显示问题,使用优惠券价格问题
This commit is contained in:
@@ -208,8 +208,9 @@ export default {
|
||||
this.getUserInfo();
|
||||
this.getOrderNumber();
|
||||
},
|
||||
onNavigationBarButtonTap() {
|
||||
this.toOtherPage("/setting/Index");
|
||||
onNavigationBarButtonTap(e) {
|
||||
console.log(e);
|
||||
if(e.index == 0) this.$u.route('/pageE/setting/Index');
|
||||
},
|
||||
methods: {
|
||||
getUserInfo() {
|
||||
@@ -236,6 +237,7 @@ export default {
|
||||
})
|
||||
},
|
||||
toOtherPage(url) {
|
||||
console.log(url);
|
||||
uni.navigateTo({
|
||||
url: '/pageE' + url
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user