Commit 447359e7 authored by DESKTOP-K893UGN\A's avatar DESKTOP-K893UGN\A

feat:new file

parent 1aa7eb5c
<template>
<scroll-view scroll-x="true">
<block v-for="(item,index) in idlist">
<view>123</view>
</block>
</scroll-view>
</template>
<script>
export default {
data() {
return {
detailId: "",
idlist:[]
}
},
computed: {
},
onLoad(option) {
this.detailId = option.id
this.idList = option.ids.split(",")
console.log(this.detailId)
console.log(this.idList)
},
onShow() {
},
onUnload() {
},
methods: {
},
}
</script>
<style>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment