storeBelieveInLight 1 年間 前
コミット
fa7aa37df1
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      pages/onlineproductselection/onlineproductselection.vue

+ 3 - 3
pages/onlineproductselection/onlineproductselection.vue

@@ -10,12 +10,12 @@
10
         placeholder="请输入商品名称"
10
         placeholder="请输入商品名称"
11
         @search="onHandleSearch"
11
         @search="onHandleSearch"
12
       ></searchVue>
12
       ></searchVue>
13
-      <tablist
13
+      <!-- <tablist
14
         class="mt"
14
         class="mt"
15
         :category="category"
15
         :category="category"
16
         :curruntActive="curruntActive"
16
         :curruntActive="curruntActive"
17
         @tabs="tabsHandleClick"
17
         @tabs="tabsHandleClick"
18
-      ></tablist>
18
+      ></tablist> -->
19
     </view>
19
     </view>
20
     </view>
20
     </view>
21
 	<view class="online-content">
21
 	<view class="online-content">
@@ -40,7 +40,7 @@ export default {
40
   },
40
   },
41
   methods:{
41
   methods:{
42
 	headerJump(){
42
 	headerJump(){
43
-		uni.switchTab({ url: '/shop/productManagementModule/productManagement' })
43
+		uni.switchTab({ url: '../../shop/productManagementModule/index' })
44
 	},
44
 	},
45
 	goJump(){
45
 	goJump(){
46
 		console.log("fff")
46
 		console.log("fff")