[抖火申请支付]
This commit is contained in:
25
pages/webview/webview.vue
Normal file
25
pages/webview/webview.vue
Normal file
@@ -0,0 +1,25 @@
|
||||
<template>
|
||||
<view class="">
|
||||
<!-- 跳转第三方 -->
|
||||
<block v-if="uraData != ''">
|
||||
<web-view :src="uraData"></web-view>
|
||||
</block>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
uraData: ''
|
||||
};
|
||||
},
|
||||
onLoad(options) {
|
||||
this.uraData = decodeURIComponent(this.$Route.query.faceUrl)
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user