Browse Source

feat: 补充h5跳转情况

cuiyalong 1 year ago
parent
commit
462220f5aa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      apps/mobile/src/components/home/list.vue

+ 2 - 1
apps/mobile/src/components/home/list.vue

@@ -432,7 +432,8 @@ export default {
       }
       openAppOrWxPage({
         wx: LINKS.标讯详情页前缀.wx + item.id + '.html?' + qs.stringify(query),
-        app: LINKS.标讯详情页前缀.app + item.id + '.html?' + qs.stringify(query)
+        app: LINKS.标讯详情页前缀.app + item.id + '.html?' + qs.stringify(query),
+        h5: LINKS.标讯详情页前缀.h5 + item.id + '.html?' + qs.stringify(query)
       })
     },
     gotoKeySettingPage() {