diff --git a/App.vue b/App.vue index 0421ed4..314e522 100644 --- a/App.vue +++ b/App.vue @@ -95,23 +95,23 @@ // #endif // #ifdef H5 let that = this; - that.globalData.url = 'https://hsgcs.dctpay.com/crest'; - that.globalData.v1url = 'https://hsgcs.dctpay.com/v1'; - that.globalData.orderurl = 'https://hsgcs.dctpay.com/order'; - that.globalData.userurl = 'https://hsgcs.dctpay.com/user'; - that.globalData.brestUrl = 'https://hsgcs.dctpay.com/brest'; - that.globalData.imgUrl = 'https://hsgcs.dctpay.com/filesystem/'; - that.globalData.imageWxImg = 'https://hsgcs.dctpay.com/filesystem/wxApplets/'; - that.globalData.imageqrImg = 'https://hsgcs.dctpay.com/filesystem/temporary/'; + // that.globalData.url = 'https://hsgcs.dctpay.com/crest'; + // that.globalData.v1url = 'https://hsgcs.dctpay.com/v1'; + // that.globalData.orderurl = 'https://hsgcs.dctpay.com/order'; + // that.globalData.userurl = 'https://hsgcs.dctpay.com/user'; + // that.globalData.brestUrl = 'https://hsgcs.dctpay.com/brest'; + // that.globalData.imgUrl = 'https://hsgcs.dctpay.com/filesystem/'; + // that.globalData.imageWxImg = 'https://hsgcs.dctpay.com/filesystem/wxApplets/'; + // that.globalData.imageqrImg = 'https://hsgcs.dctpay.com/filesystem/temporary/'; - // that.globalData.url = 'https://hsg.dctpay.com/crest'; - // that.globalData.v1url = 'https://hsg.dctpay.com/v1'; - // that.globalData.orderurl = 'https://hsg.dctpay.com/order'; - // that.globalData.userurl = 'https://hsg.dctpay.com/user'; - // that.globalData.brestUrl = 'https://hsg.dctpay.com/brest'; - // that.globalData.imgUrl = 'https://hsg.dctpay.com/filesystem/'; - // that.globalData.imageWxImg = 'https://hsg.dctpay.com/filesystem/wxApplets/'; - // that.globalData.imageqrImg = 'https://hsg.dctpay.com/filesystem/temporary/'; + that.globalData.url = 'https://hsg.dctpay.com/crest'; + that.globalData.v1url = 'https://hsg.dctpay.com/v1'; + that.globalData.orderurl = 'https://hsg.dctpay.com/order'; + that.globalData.userurl = 'https://hsg.dctpay.com/user'; + that.globalData.brestUrl = 'https://hsg.dctpay.com/brest'; + that.globalData.imgUrl = 'https://hsg.dctpay.com/filesystem/'; + that.globalData.imageWxImg = 'https://hsg.dctpay.com/filesystem/wxApplets/'; + that.globalData.imageqrImg = 'https://hsg.dctpay.com/filesystem/temporary/'; uni.getStorage({ key: 'openId', success(e) { diff --git a/pages/tabBar/user/user.vue b/pages/tabBar/user/user.vue index 772a65e..5f96f24 100644 --- a/pages/tabBar/user/user.vue +++ b/pages/tabBar/user/user.vue @@ -305,12 +305,12 @@ url: '../../login/updatePas/updatePas', text: '支付密码', img: '../../../static/img/user/user11.png' - }, + }, { url: '', text: '退出登录', img: '../../../static/img/user/user12.png' - }, + }, { url: '', text: '客服', @@ -320,8 +320,8 @@ return; } this.czList = [{ - url: '../../../subPages/cardsList/cardsList', - text: '卡包', + url: '/pages/goods/recording/recording', + text: '积分记录', img: '../../../static/img/ghkpay.png' }, { @@ -333,7 +333,7 @@ url: '', text: '退出登录', img: '../../../static/img/exit.png' - }, + }, { url: '', text: '客服', @@ -494,7 +494,7 @@ }) } }, - toPage(url, item) { + toPage(url, item) { let that = this; if (item != '客服') { uni.navigateTo({ @@ -534,14 +534,14 @@ loginOut().then(res => { if (res.return_code == '000000') { app.globalData.userInfo = ''; - app.globalData.token = ''; - that.textnum = ''; - that.textSend = ''; - that.therrNum = ''; - that.whetherCheckNum = ''; - that.orderPayNum = ''; - that.rechargeOrderNum = ''; - that.userphone = ''; + app.globalData.token = ''; + that.textnum = ''; + that.textSend = ''; + that.therrNum = ''; + that.whetherCheckNum = ''; + that.orderPayNum = ''; + that.rechargeOrderNum = ''; + that.userphone = ''; that.user = ''; uni.setStorage({ key: "user", @@ -567,8 +567,8 @@