修改购买剧时h5跳转支付方式
增加ios 自带浏览器快捷方式图标
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<view style="width: 100%;">
|
||||
<web-view id="webview" :src="url" style="width: 100%;"></web-view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -24,11 +23,6 @@
|
||||
}
|
||||
},
|
||||
onReady() {
|
||||
uni.setNavigationBarTitle({
|
||||
title:'预览'
|
||||
})
|
||||
let viewview = uni.createWebviewContext("webview",)
|
||||
console.log("viewview===",viewview)
|
||||
// #ifdef APP-PLUS
|
||||
// console.log('App plus2')
|
||||
// var currentWebview = this.$mp.page.$getAppWebview() //获取当前页面的webview对象
|
||||
|
||||
Reference in New Issue
Block a user