update: 删除多余模块的代码
This commit is contained in:
parent
2fe7fbbbd9
commit
2257caed23
17
pages.json
17
pages.json
@ -851,15 +851,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "index/feed",
|
||||
"style": {
|
||||
"navigationBarTitleText": "发现",
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "category/brands",
|
||||
"style": {
|
||||
@ -870,13 +862,6 @@
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "index/goods",
|
||||
"style": {
|
||||
"navigationBarTitleText": "全部商品"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "index/store",
|
||||
"style": {
|
||||
|
||||
@ -1,42 +0,0 @@
|
||||
<template>
|
||||
<view class="my_feed">
|
||||
<image
|
||||
lazy-load
|
||||
mode="widthFix"
|
||||
class="my_feedimg"
|
||||
src="https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/default/20250703/fbc317620e5d41e09589d4b81703372a.jpg"
|
||||
/>
|
||||
<MyTabbar current="3" :cartNum="cartNum" :storeId="shopInfo.store_id" :categoryId="shopInfo.category_id"></MyTabbar>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapMutations, mapState } from "vuex";
|
||||
import MyTabbar from "./components/tabbar.vue";
|
||||
export default {
|
||||
components: {
|
||||
MyTabbar
|
||||
},
|
||||
computed: mapState([
|
||||
"Config",
|
||||
"StateCode",
|
||||
"notice",
|
||||
"plantformInfo",
|
||||
"shopInfo",
|
||||
"userInfo",
|
||||
"hasLogin",
|
||||
"cartNum",
|
||||
]),
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.my_feed{
|
||||
padding-bottom: 65px;
|
||||
}
|
||||
.my_feedimg{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-width: 100%
|
||||
}
|
||||
</style>
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user