Browse Source

复原

undefined
v-Brocloni 4 years ago
parent
commit
37715a9ba5
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      addons/unishop/uniapp/uni-shop/pages/money/pay.vue

+ 9
- 9
addons/unishop/uniapp/uni-shop/pages/money/pay.vue View File

@@ -170,15 +170,15 @@
location.href = data.mweb_url;
// #endif

// // #ifdef APP-PLUS
// // app 使用h5支付
// var wv; //计划创建的webview
// wv = plus.webview.create("", "custom-webview", {
// 'uni-app': 'none', //不加载uni-app渲染层框架,避免样式冲突
// })
// wv.loadURL(data.mweb_url, {
// Referer: data.referer
// });
// #ifdef APP-PLUS
// app 使用h5支付
var wv; //计划创建的webview
wv = plus.webview.create("", "custom-webview", {
'uni-app': 'none', //不加载uni-app渲染层框架,避免样式冲突
})
wv.loadURL(data.mweb_url, {
Referer: data.referer
});

setTimeout(function() {
uni.showModal({


Loading…
Cancel
Save