Browse Source

上传

master
前端-胡立永 3 months ago
parent
commit
ba343b9be1
6 changed files with 12 additions and 12 deletions
  1. +7
    -7
      components/base/tabbar.vue
  2. +1
    -1
      pages/index/cart.vue
  3. +1
    -1
      pages/index/category.vue
  4. +1
    -1
      pages/index/center.vue
  5. +1
    -1
      pages/index/index.vue
  6. +1
    -1
      pages/index/order.vue

+ 7
- 7
components/base/tabbar.vue View File

@ -29,36 +29,36 @@
data() {
return {
list: [{
"selectedIconPath": "/static/image/tabbar/home-active.png",
"selectedIconPath": "/static/image/tabbar/home-a.png",
"iconPath": "/static/image/tabbar/home.png",
"pagePath": "/pages/index/index",
"title": "首页",
key: 'home',
},
{
"selectedIconPath": "/static/image/tabbar/product-list-active.png",
"iconPath": "/static/image/tabbar/product-list.png",
"selectedIconPath": "/static/image/tabbar/category-a.png",
"iconPath": "/static/image/tabbar/category.png",
"pagePath": "/pages/index/category",
"title": "商品列表",
key: 'category',
},
{
"selectedIconPath": "/static/image/tabbar/order-active.png",
"selectedIconPath": "/static/image/tabbar/order-a.png",
"iconPath": "/static/image/tabbar/order.png",
"pagePath": "/pages/index/order",
"title": "订单",
key: 'order',
},
{
"selectedIconPath": "/static/image/tabbar/cart-active.png",
"selectedIconPath": "/static/image/tabbar/cart-a.png",
"iconPath": "/static/image/tabbar/cart.png",
"pagePath": "/pages/index/cart",
"title": "购物车",
key: 'cart',
},
{
"selectedIconPath": "/static/image/tabbar/user-center-active.png",
"iconPath": "/static/image/tabbar/user-center.png",
"selectedIconPath": "/static/image/tabbar/center-a.png",
"iconPath": "/static/image/tabbar/center.png",
"pagePath": "/pages/index/center",
"title": "我的",
key: 'center',


+ 1
- 1
pages/index/cart.vue View File

@ -77,7 +77,7 @@
</view>
</view>
<tabber select="3" />
<tabber select="cart" />
</view>
</template>


+ 1
- 1
pages/index/category.vue View File

@ -30,7 +30,7 @@
</uv-vtabs>
</view>
<tabber select="1" />
<tabber select="category" />
</view>
</template>


+ 1
- 1
pages/index/center.vue View File

@ -120,7 +120,7 @@
</view>
</view>
<tabber select="4" />
<tabber select="center" />
</view>
</template>


+ 1
- 1
pages/index/index.vue View File

@ -110,7 +110,7 @@
<PrivacyAgreementPoup/>
<tabber select="0"/>
<tabber select="home"/>
</view>
</template>


+ 1
- 1
pages/index/order.vue View File

@ -76,7 +76,7 @@
</view>
</view>
<tabber select="2"/>
<tabber select="order"/>
</view>
</template>


Loading…
Cancel
Save