|
@@ -156,7 +156,7 @@ export default {
|
|
|
// #ifdef H5
|
|
|
data['url'] = location.href
|
|
|
this.$api.placeGzhOrder(data).then(res => {
|
|
|
- console.log(res,'res')
|
|
|
+ console.log(res,'h5支付res')
|
|
|
this.orderResult(res)
|
|
|
});
|
|
|
// #endif
|
|
@@ -245,6 +245,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
h5_wxpay(data) {
|
|
|
+ console.log('====调起支付状态', data);
|
|
|
function onBridgeReady() {
|
|
|
// 加载框
|
|
|
WeixinJSBridge.invoke(
|