初始化万家商超用户端仓库

This commit is contained in:
wangxiaowei
2025-04-30 14:04:34 +08:00
commit 022c640d89
425 changed files with 160005 additions and 0 deletions

View 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>