维基小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
470 B

<template>
<view>
<web-view :src="url"></web-view>
</view>
</template>
<script>
export default {
onLoad(option) {
const that = this
that.url = `https://www.sxwikionline.com/miniprogram/upload.html?man=${option.man}&tel=${option.tel}&type=${option.type}&content=${option.content}&Token=${option.Token}`
},
data() {
return {
url:'https://www.sxwikionline.com/miniprogram/upload.html'
}
},
methods: {
}
}
</script>
<style>
</style>