个人中心

This commit is contained in:
2020-06-19 18:07:11 +08:00
parent f0244f8077
commit 7e71f97e01
12 changed files with 182 additions and 55 deletions

View File

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