202 :'kefu' 4
206:’kefuPhone‘ 链接
This commit is contained in:
18
pages/me/webview.vue
Normal file
18
pages/me/webview.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<web-view :src="url"></web-view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
url: 'https://chatbot.aliyuncs.com/intl/index.htm?from=pfW5XoA9gt&locale=zh-CN',
|
||||
};
|
||||
},
|
||||
async onLoad(options) {
|
||||
this.url = uni.getStorageSync('kefuPhone');
|
||||
console.log(options)
|
||||
// this.url = options.url
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user