shop
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<image class="lingquan"></image>
|
||||
<youhq></youhq>
|
||||
<view class="hr" style="margin-top:40rpx"></view>
|
||||
<list></list>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
@@ -53,6 +54,7 @@ import recommend from "@/components/shop/recommend/index"
|
||||
import seckill from "@/components/shop/seckill/index"
|
||||
import group from "@/components/shop/group/index"
|
||||
import youhq from "@/components/shop/youhq/index"
|
||||
import list from "../../components/shop/list/index"
|
||||
|
||||
export default {
|
||||
name:"shop",
|
||||
@@ -61,7 +63,8 @@ export default {
|
||||
recommend,
|
||||
seckill,
|
||||
group,
|
||||
youhq
|
||||
youhq,
|
||||
list
|
||||
},
|
||||
data(){
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user