This commit is contained in:
2020-06-18 14:57:26 +08:00
parent df47e0d357
commit f0244f8077
106 changed files with 186 additions and 122 deletions

View File

@@ -1,12 +1,15 @@
<template>
<view class="shop-item">
<image></image>
<text>名字哦</text>
<text>{{ info.gc_name }}</text>
</view>
</template>
<script>
export default {
name:"shopItem"
name:"shopItem",
props: {
info: Object
}
}
</script>
<style lang="scss" scoped>