zhashaonan 6 年之前
父節點
當前提交
0543a8fc5c
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pages/components/blockItem/blockItem.js

+ 6 - 0
pages/components/blockItem/blockItem.js

@@ -125,6 +125,12 @@ Component({
           })
           break;
         }
+        case "keyword": {
+          wx.navigateTo({
+            url: `/pages/brand/brand?keyword=${target_data}&title=${title}`
+          })
+          break;
+        }
         default: {
           console.log(type+'类型找不到');
         }