源文件
This commit is contained in:
20
jeepay-ui-uapp-agent/pageApply/components/contract.vue
Normal file
20
jeepay-ui-uapp-agent/pageApply/components/contract.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<view>
|
||||
<web-view :src="url"></web-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { ref } from 'vue'
|
||||
|
||||
let url = ref('')
|
||||
|
||||
onLoad((option) => {
|
||||
url.value = option.url
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user