diff --git a/pages/qianZhuPay/union-pay/union-pay.vue b/pages/qianZhuPay/union-pay/union-pay.vue index 0c53ffb..6db1bbe 100644 --- a/pages/qianZhuPay/union-pay/union-pay.vue +++ b/pages/qianZhuPay/union-pay/union-pay.vue @@ -127,7 +127,7 @@ jumpMp() { if (!app.globalData.openId) { location.href = - 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa075e8509802f826&redirect_uri=https%3A%2F%2Fhsgcs.dctpay.com%2FH5%2F%23%2Fpages%2Fgoods%2FexternalCoupon%2FexternalCoupon&response_type=code&scope=snsapi_base#wechat_redirect'; + 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa075e8509802f826&redirect_uri=https%3A%2F%2Fhsg.dctpay.com%2FH5%2F%23%2Fpages%2Fgoods%2FexternalCoupon%2FexternalCoupon&response_type=code&scope=snsapi_base#wechat_redirect'; } else { uni.reLaunch({ url: '../../goods/externalCoupon/externalCoupon' diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index 95922b1..e0334b0 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -377,7 +377,7 @@ categoryCode: 'CMS_HOME_POPOVER' } getCmsContent(params).then(res => { - if (res.return_code == '000000' && res.return_data != '') { + if (res.return_code == '000000' && res.return_data.childCategory.length != 0) { //弹窗首页广告 this.showPopup(); this.imgadres3 = res.return_data.childCategory[0].imgData; diff --git a/pages/userLogin/userLogin.vue b/pages/userLogin/userLogin.vue index 1cdb5b6..fde6972 100644 --- a/pages/userLogin/userLogin.vue +++ b/pages/userLogin/userLogin.vue @@ -1,16 +1,6 @@