瀏覽代碼

feat: 移动端详情页推荐模块查看更多跳转传参

cuiyalong 1 年之前
父節點
當前提交
9dcefa6a09

+ 2 - 2
apps/mobile/src/views/article/components/ContentBusinessRecommendBuyer.vue

@@ -71,14 +71,14 @@ export default {
         openAppOrWxPage(LINKS.商机管理采购单位画像页面, {
           query: {
             entName: name,
-            anchor: anchor
+            tab: 2
           }
         })
       } else {
         openAppOrWxPage(LINKS.大会员超级订阅采购单位画像页面, {
           query: {
             entName: name,
-            anchor: anchor
+            tab: 2
           }
         })
       }

+ 1 - 0
apps/mobile/src/views/article/components/ContentBusinessRecommendProject.vue

@@ -67,6 +67,7 @@ export default {
       const lately90 = calcNotExactTime('lately90')
       lately90.exact = 'exact'
       return {
+        scope: ['content'],
         keywords: searchFilter?.keywords?.split(',') || [],
         buyerClass: searchFilter?.buyerclass ? [searchFilter?.buyerclass] : [],
         area: searchFilter?.regionMap,

+ 1 - 1
apps/mobile/src/views/article/components/ContentBusinessRecommendWinner.vue

@@ -66,7 +66,7 @@ export default {
       openAppOrWxPage(LINKS.企业画像页面, {
         query: {
           eId: this.recommendMap.winnerId,
-          anchor: ''
+          tab: 4
         }
       })
     }