diff --git a/manifest.json b/manifest.json index 07f08b5..126004a 100644 --- a/manifest.json +++ b/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", diff --git a/pages/index/index.vue b/pages/index/index.vue index 628c9a7..d366f32 100644 --- a/pages/index/index.vue +++ b/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%; diff --git a/pages/order/confirmation.vue b/pages/order/confirmation.vue index 91b1f55..0b5f276 100644 --- a/pages/order/confirmation.vue +++ b/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 diff --git a/pages/order/details.vue b/pages/order/details.vue index 7f28893..b8d247a 100644 --- a/pages/order/details.vue +++ b/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)