parent
fe81118816
commit
c5696ba288
@ -0,0 +1,25 @@ |
||||
<template> |
||||
<view> |
||||
<web-view :src="url"></web-view> |
||||
</view> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
data() { |
||||
return { |
||||
url:'' |
||||
} |
||||
}, |
||||
onLoad(options){ |
||||
this.url = options.id; |
||||
}, |
||||
methods: { |
||||
|
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style> |
||||
|
||||
</style> |
Loading…
Reference in new issue