Jelajahi Sumber

商家端 tabbar 删除

743180155@qq.com 1 tahun lalu
induk
melakukan
6b346a37fb

+ 24 - 1
README.md

@@ -112,4 +112,27 @@ https://js.design/ti?c=fMpU7uE9B48CA8a/ // ui图
 | |		|    |      |
 | |		|
 | |		|
-```
+```
+
+
+用户端的 2天
+
+消息详情 调  (参数定不下来) 
+
+分销 我的团队 推广 (一天)
+
+我的钱包 
+
+支付(银行卡)-> 订单状态 去掉(代发货和已发货)售后服务 (暂未开发)
+
+积分(暂未开发)
+
+优惠券(暂未开发)
+
+
+商家端
+
+认证 订单 钱包 意见反馈
+
+店铺↓
+店铺管理 顾客评价 订单核销(扫码)  我的团队

+ 3 - 3
src/pageMerchant/components/customizeTabbar.vue

@@ -8,8 +8,8 @@
     	:safeAreaInsetBottom="true"
     >
       <u-tabbar-item text="订单" icon="order" ></u-tabbar-item>
-    	<u-tabbar-item text="消息" icon="chat" ></u-tabbar-item>
-    	<u-tabbar-item text="推广" icon="man-add" ></u-tabbar-item>
+    	<!-- <u-tabbar-item text="消息" icon="chat" ></u-tabbar-item> -->
+    	<!-- <u-tabbar-item text="推广" icon="man-add" ></u-tabbar-item> -->
       <u-tabbar-item text="店铺" icon="bag" ></u-tabbar-item>
       <u-tabbar-item text="我的" icon="home" ></u-tabbar-item>
     </u-tabbar>
@@ -20,7 +20,7 @@
   export default{
     data(){
       return{
-        tabbarValue:4
+        tabbarValue:2
       }
     },
     watch:{

+ 4 - 4
src/pageMerchant/index.vue

@@ -1,10 +1,10 @@
 <template>
   <view class="container">
     <order v-if='tabCurrent == 0'></order>
-    <message v-if='tabCurrent == 1'></message>
-    <extend v-if='tabCurrent == 2'></extend>
-    <store v-if='tabCurrent == 3'></store>
-    <mine v-if='tabCurrent == 4'></mine>
+    <!-- <message v-if='tabCurrent == 1'></message> -->
+    <!-- <extend v-if='tabCurrent == 2'></extend> -->
+    <store v-if='tabCurrent == 1'></store>
+    <mine v-if='tabCurrent == 2'></mine>
     <customizeTabbar @tabbarChange='handlerTabbarChange' ></customizeTabbar>
   </view>
 </template>

+ 1 - 2
src/pages/tabbar/home.vue

@@ -14,10 +14,9 @@
 					</view>
 				</u-navbar>
 			</view>
-
 			<!-- 轮播图 -->
 			<view class="home-swiper">
-				<u-swiper :list="swiperUrlList" @click="handlerSwiperSkip" indicator />
+				<u-swiper :list="swiperUrlList" @click="handlerSwiperSkip" indicator imgMode='aspectFit' />
 			</view>
 
 			<!-- 商品分类 -->