1.修改文案

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

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

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

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

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

Loading…
Cancel
Save