quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
mobile/pages/plus/business/detail.vue
@@ -194,7 +194,7 @@
            } else {
               this.showError('暂未填写微信');
            }
         },
         },/*
         // 通过聊天联系
         contactWithChat() {
            console.log(this.businessInfo);
@@ -203,7 +203,7 @@
            uni.navigateTo({
               url: `/pages/plus/business/chat/chat?user_id=${this.businessInfo.user_id}&business_card_id=${this.business_card_id}&nickName=${this.businessInfo.name}`
            });
         },
         }, */
         // 打开地图
         openLocation(businessInfo) {
            let address = businessInfo.region.province + ' ' + businessInfo.region.city + ' ' + businessInfo.region
@@ -498,6 +498,13 @@
            font-size: 28rpx;
            color: #666;
            line-height: 1.6;
            white-space: normal;
            word-break: break-word;
            word-wrap: break-word;
            overflow-wrap: break-word;
            overflow: hidden;
            max-width: 100%;
            line-height: 1.4;
         }
      }
   }