uniapp web-view 引入本地html及paypal境外支付
1.把html文件放在static里 然后用web-view引用
不废话,直接上代码
<template>
<view>
<web-view src="../../static/index.html"></web-view>
</view>
</template>
<script>
export default {
data() {
return {}
},
methods: {}
}
<
原创
2020-12-24 10:52:11 ·
2695 阅读 ·
7 评论