shish пре 6 година
родитељ
комит
529af785f7
2 измењених фајлова са 10 додато и 3 уклоњено
  1. 9 2
      store/src/admin/home/workbench.vue
  2. 1 1
      store/src/admin/order/print.vue

+ 9 - 2
store/src/admin/home/workbench.vue

@@ -216,9 +216,14 @@ export default {
         },
         {
           name: "邀请开店",
-          img: `${this.$constant.imgUrl}/retail/admin/tab-icon-7.png`,
+          img: `${this.$constant.imgUrl}/retail/admin/tab-icon-511.png`,
           url: "/admin/interest/my-invite"
         },
+        {
+          name: "进货",
+          img: `${this.$constant.imgUrl}/retail/admin/tab-icon-7.png`,
+          url: "/admin/shop/list"
+        },
         {
           name: "设置",
           img: `${this.$constant.imgUrl}/retail/admin/tab-icon-8.png`,
@@ -317,7 +322,9 @@ export default {
     },
     goToItem(item) {
       if (item.name == "数据统计") {
-        this.$msg("即将开通...");
+        this.$msg("开发中...");
+      }else if(item.name == "进货"){
+        this.$msg("开发中...");
       } else {
         this.$util.pageTo(item);
       }

+ 1 - 1
store/src/admin/order/print.vue

@@ -126,7 +126,7 @@
 			getBLEServices(_deviceId) {
 				var that = this;
 				let deviceId = _deviceId
-				console.log("获取蓝牙设备所有服务(service)。---------------")
+				console.log("获取蓝牙设备所有服务(service)")
 
 				uni.getBLEDeviceServices({
 					// 这里的 deviceId 需要已经通过 createBLEConnection 与对应设备建立链接