shish 4 bulan lalu
induk
melakukan
11f3ff382c

+ 1 - 1
hdApp/src/admin/home/mall.vue

@@ -267,7 +267,7 @@
     </view>
   </uni-popup>
 
-  <custom-tab-bar v-if="loginStyle == 2" :current="1" />
+  <custom-tab-bar v-if="loginStyle == 2" :current="2" />
 </view>
 </template>
 <script>

+ 1 - 1
hdApp/src/admin/home/member.vue

@@ -66,7 +66,7 @@
 
     <NotLogin></NotLogin>
 
-    <custom-tab-bar :current="3" />
+    <custom-tab-bar :current="4" />
   </view>
 </template>
 <script>

+ 1 - 1
hdApp/src/admin/home/order.vue

@@ -163,7 +163,7 @@
       </view>
     </view>
 
-    <custom-tab-bar :current="2" />
+    <custom-tab-bar :current="3" />
   </view>
 </template>
 <script>

+ 6 - 6
hdApp/src/components/custom-tab-bar/custom-tab-bar.vue

@@ -28,21 +28,21 @@ export default {
 			list: [
 				{
 					pagePath: '/admin/home/workbench',
-					iconPath: '/static/images/common/shop-tab_no.png',
-					selectedIconPath: '/static/images/common/shop-tab.png',
+					iconPath: '/static/images/common/buy-no.png',
+					selectedIconPath: '/static/images/common/buy-is.png',
 					text: '买花'
 				},
 				{
 					pagePath: '/admin/home/bought',
-					iconPath: '/static/images/common/shop-tab_no.png',
-					selectedIconPath: '/static/images/common/shop-tab.png',
+					iconPath: '/static/images/common/bought-no.png',
+					selectedIconPath: '/static/images/common/bought-is.png',
 					text: '买花记录'
 				},
 				{
 					pagePath: '/admin/home/mall',
 					iconPath: '/static/images/common/shop-tab_no.png',
 					selectedIconPath: '/static/images/common/shop-tab.png',
-					text: '商城'
+					text: '店铺'
 				},
 				{
 					pagePath: '/admin/home/order',
@@ -59,7 +59,7 @@ export default {
 				{
 					pagePath: '/admin/home/me',
 					iconPath: '/static/images/common/user-no.png',
-					selectedIconPath: '/static/images/common/shop-me.png',
+					selectedIconPath: '/static/images/common/user-is.png',
 					text: '我的'
 				}
 			]

+ 5 - 5
hdApp/src/pages.json

@@ -618,21 +618,21 @@
 		"list": [
 			{
 				"pagePath": "admin/home/workbench",
-				"iconPath": "static/images/common/shop-tab_no.png",
-				"selectedIconPath": "static/images/common/shop-tab.png",
+				"iconPath": "static/images/common/buy-no.png",
+				"selectedIconPath": "static/images/common/buy-is.png",
 				"text": "买花"
 			},
 			{
 				"pagePath": "admin/home/bought",
-				"iconPath": "static/images/common/shop-tab_no.png",
-				"selectedIconPath": "static/images/common/shop-tab.png",
+				"iconPath": "static/images/common/bought-no.png",
+				"selectedIconPath": "static/images/common/bought-is.png",
 				"text": "买花记录"
 			},
 			{
 				"pagePath": "admin/home/mall",
 				"iconPath": "static/images/common/shop-tab_no.png",
 				"selectedIconPath": "static/images/common/shop-tab.png",
-				"text": "商城"
+				"text": "店铺"
 			},
 			{
 				"pagePath": "admin/home/order",

TEMPAT SAMPAH
hdApp/src/static/images/common/bought-is.png


TEMPAT SAMPAH
hdApp/src/static/images/common/bought-no.png


TEMPAT SAMPAH
hdApp/src/static/images/common/buy-is.png


TEMPAT SAMPAH
hdApp/src/static/images/common/buy-no.png


TEMPAT SAMPAH
hdApp/src/static/images/common/member-is.png


TEMPAT SAMPAH
hdApp/src/static/images/common/member-no.png


TEMPAT SAMPAH
hdApp/src/static/images/common/shop-tab.png


TEMPAT SAMPAH
hdApp/src/static/images/common/shop-tab_no.png


TEMPAT SAMPAH
hdApp/src/static/images/common/user-is.png


TEMPAT SAMPAH
hdApp/src/static/images/common/user-no.png