1.修改文案

yj-dev
杨杰 3 years ago
parent f38fa69985
commit 387d1d097d
  1. 16
      App.vue
  2. 2
      pages.json
  3. 9
      pages/tabBar/user/user.vue
  4. 23
      subPages/unionPay/unionPay.vue

@ -5,15 +5,15 @@
// brestUrl: 'http://192.168.3.4:9302/brest', // brestUrl: 'http://192.168.3.4:9302/brest',
// imgUrl: 'https://192.168.3.4:9301/filesystem/', // imgUrl: 'https://192.168.3.4:9301/filesystem/',
// //
// url: 'https://hsg.dctpay.com/crest', url: 'https://hsg.dctpay.com/crest',
// imgUrl: 'https://hsg.dctpay.com/filesystem/', imgUrl: 'https://hsg.dctpay.com/filesystem/',
// brestUrl : 'https://hsg.dctpay.com/brest', brestUrl : 'https://hsg.dctpay.com/brest',
// imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/', imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/',
// //
url: 'https://hsgcs.dctpay.com/crest', // url: 'https://hsgcs.dctpay.com/crest',
brestUrl : 'https://hsgcs.dctpay.com/brest', // brestUrl : 'https://hsgcs.dctpay.com/brest',
imgUrl: 'https://hsgcs.dctpay.com/filesystem/', // imgUrl: 'https://hsgcs.dctpay.com/filesystem/',
imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/', // imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/',
userInfo: "", userInfo: "",
brestUserInfo : '', brestUserInfo : '',
openId: '', openId: '',

@ -447,7 +447,7 @@
}, { }, {
"path": "pages/userLogin/userLogin", "path": "pages/userLogin/userLogin",
"style": { "style": {
"navigationBarTitleText": "嗨森", "navigationBarTitleText": "嗨森",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }

@ -264,6 +264,9 @@
this.showHeader = true; this.showHeader = true;
// this.statusHeight = plus.navigator.getStatusbarHeight(); // this.statusHeight = plus.navigator.getStatusbarHeight();
// #endif // #endif
if (!app.globalData.userInfo) {
this.findUser()
}
}, },
onReady() { onReady() {
//, //,
@ -275,9 +278,9 @@
}); });
}, },
onShow() { onShow() {
// if (app.globalData.userInfo) { if (app.globalData.userInfo) {
this.findUser(); this.findUser();
// } }
if (!app.globalData.userInfo.isSetPayPwd) { if (!app.globalData.userInfo.isSetPayPwd) {
this.czList = [{ this.czList = [{

@ -24,15 +24,20 @@
// uni.navigateTo({ // uni.navigateTo({
// url:'unionPay-entrance/unionPay-entrance' // url:'unionPay-entrance/unionPay-entrance'
// }) // })
uni.navigateToMiniProgram({ // uni.navigateToMiniProgram({
appId: '1900bc84497cab3b', // appId: '1900bc84497cab3b',
path: '../../pages/goods/externalCoupon/externalCoupon', // path: '../../pages/goods/externalCoupon/externalCoupon',
// extraData: { // // extraData: {
// 'data1': 'test' // // 'data1': 'test'
// }, // // },
success(res) { // success(res) {
// // //
} // }
// })
uni.showToast({
title: '暂未开放',
duration: 2000,
icon: "none"
}) })
}, },
// //

Loading…
Cancel
Save