中秋更新
This commit is contained in:
26
pages/tabbar/home/link.vue
Normal file
26
pages/tabbar/home/link.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<view>
|
||||
<web-view :src="url"></web-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
url: ''
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
},
|
||||
onReady() {},
|
||||
onLoad(e) {
|
||||
console.log(decodeURIComponent(e.url ),'111')
|
||||
this.url = JSON.parse(decodeURIComponent(e.url ));
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user