xuxueyang
2024-08-04 85c7681f828a9f4cd35d70c9aecd3b24cff12fe9
sub_pages/customer/trade/detail.vue
@@ -176,8 +176,7 @@
      // #ifdef PUB_CUSTOMER
      onShareAppMessage() {
         let that = this;
         var name = that.currentInfo.customerDTO && currentInfo.customerDTO.name || that.currentInfo.supplierDTO &&
            currentInfo.supplierDTO.name || that.currentInfo.partnerDTO && currentInfo.partnerDTO.name || ''
         var name = that.currentInfo.customerDTO&&that.currentInfo.customerDTO.name || that.currentInfo.supplierDTO&&that.currentInfo.supplierDTO.name || that.currentInfo.partnerDTO&&that.currentInfo.partnerDTO.name || ''
         //如果是合伙人的id,那么分享出去,需要附加id了
         console.log('onShareAppMessage', this.currentInfo)
@@ -196,8 +195,8 @@
      },
      onShareTimeline() {
         let that = this;
         var name = that.currentInfo.customerDTO && currentInfo.customerDTO.name || that.currentInfo.supplierDTO &&
            currentInfo.supplierDTO.name || that.currentInfo.partnerDTO && currentInfo.partnerDTO.name || ''
         var name = that.currentInfo.customerDTO && that.currentInfo.customerDTO.name || that.currentInfo.supplierDTO &&
            currentInfo.supplierDTO.name || that.currentInfo.partnerDTO && that.currentInfo.partnerDTO.name || ''
         //如果是合伙人的id,那么分享出去,需要附加id了
         var partnerUserId = ''
         if (that.currentInfo.partnerDTO && currentInfo.partnerDTO.id) {