初始化万家商超用户端仓库
This commit is contained in:
21
pages/sy/waihref/waihref.vue
Normal file
21
pages/sy/waihref/waihref.vue
Normal file
@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<view class="">
|
||||
<web-view :src="url"></web-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default{
|
||||
data(){
|
||||
return{
|
||||
url:""
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
this.url = options.id
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user