Browse Source

静态页面

1002884655 4 years ago
parent
commit
328f9b7701
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/utils/nav2detail.js

+ 3
- 0
src/utils/nav2detail.js View File

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