浏览代码

Merge branch 'dev/v1.1.76_wmh' of jianyu/jy-mobile into feature/v1.1.76

wenmenghao 1 年之前
父节点
当前提交
b3e88e30ac
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/search/result/buyer/index.vue

+ 3 - 3
src/views/search/result/buyer/index.vue

@@ -145,7 +145,7 @@ export default {
     ]),
     // 是否有认领操作(新商机管理或者商机管理服务)
     showClaimAction() {
-      return (this.isNewBusiness || this.isEntService) && Boolean(this.isLogin)
+      return (this.isNewBusiness || this.isEntService) && Boolean(this.isLogin) && !this.$envs.inWX
     },
     // 是否有监控操作
     showAttentionAction() {
@@ -493,7 +493,7 @@ export default {
       } else if (data.msg_open && data.status) {
         this.$toast({
           duration: 2000,
-          message: '监控成功,您可前往“工作台-商机-业主监控'
+          message: '监控成功,您可前往“工作台-商机-业主监控”查看'
         })
 
       } else if (data.limit_status === 1) {
@@ -578,7 +578,7 @@ export default {
         goLink = `/big/wx/page/unit_portrayal?entName=${encodeURIComponent(item.title)}`
       } else {
         // 新商机管理采购单位画像
-        if (this.isNewBusiness) {
+        if (this.isNewBusiness || this.isEntService) {
           goLink = `/jyapp/big/page/client_portrayal?entName=${encodeURIComponent(item.title)}&from=client`
         } else {
           goLink = `/jyapp/big/page/unit_portrayal?entName=${encodeURIComponent(item.title)}`