Browse Source

修改基座卡在首页问题

master
zhengshuiqi 4 years ago
parent
commit
221dacae3d
  1. 4
      manifest.json
  2. 2
      pages/index/index.vue
  3. 8
      pages/order/confirmation.vue
  4. 4
      pages/order/details.vue

4
manifest.json

@ -28,7 +28,7 @@
// "delay" : 0
// },
"splashscreen" : {
"alwaysShowBeforeRender" : false,
"alwaysShowBeforeRender" : true,
"autoclose" : false,
"waiting" : false,
"delay" : 0
@ -112,7 +112,7 @@
"xxhdpi" : "unpackage/res/icons/dope2.png"
},
"useOriginalMsgbox" : false,
"iosStyle" : "default",
"iosStyle" : "common",
"ios" : {
"iphone" : {
"retina47" : "unpackage/res/icons/dope2.png",

2
pages/index/index.vue

@ -1842,7 +1842,7 @@
background-color: #000000;
position: fixed;
top: 0;
z-index: 99;
z-index: 100;
// opacity: 0.8;
// height: 260rpx;
width: 100%;

8
pages/order/confirmation.vue

@ -423,8 +423,8 @@
payment_method: 'paypal'
}
defaultRequest2(data).then(res => {
////////console.info(data,'')
//////console.log(res)
console.info(data,'支付')
console.log(res)
if (res.error == 0) {
// plus.runtime.openURL(res.data.prepay_data.checkoutnow_url)
// this.src = res.data.prepay_data.checkoutnow_url
@ -441,8 +441,8 @@
payment_method: 'oceanpay'
}
defaultRequest2(data).then(res => {
////////console.info(data,'')
//////console.log(res)
console.info(data,'支付1111')
console.log(res)
if (res.error == 0) {
// plus.runtime.openURL(res.data.prepay_data.checkoutnow_url)
// this.src = res.data.prepay_data.checkoutnow_url

4
pages/order/details.vue

@ -368,8 +368,8 @@
payment_method: 'oceanpay'
}
defaultRequest2(data).then(res => {
console.info(data)
console.log(res)
console.info(data,'det 支付')
console.log(res,'det 支付')
if (res.error == 0) {
if (res.data.need_pay_amount == 0) return
// plus.runtime.openURL(res.data.prepay_data.checkoutnow_url)

Loading…
Cancel
Save