1002884655 hace 4 años
padre
commit
328f9b7701
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/utils/nav2detail.js

+ 3
- 0
src/utils/nav2detail.js Ver fichero

@@ -14,6 +14,9 @@ export default function ({ type, id }) {
14 14
     case 'news':
15 15
       Taro.navigateTo({ url: `/pages/HuoDong/ZiXunDetail/index?id=${id}` })
16 16
       return
17
+    case 'comment':
18
+      Taro.navigateTo({ url: `/pages/ShouYe/YeZhuFanKui/index` })
19
+      return
17 20
     default:
18 21
       break
19 22
   }