修改购买剧时h5跳转支付方式

增加ios 自带浏览器快捷方式图标
This commit is contained in:
2024-12-13 15:26:17 +08:00
parent 5ad0d54662
commit f0edf9f419
5 changed files with 44 additions and 10 deletions

View File

@@ -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对象