| | |
| | | var url =
|
| | | `/sub_pages/customer/trade/detail?partnerUserId=${partnerUserId}&id=${this.id}&shareId=${this.currentInfo&&this.currentInfo.id||''}&shareName=${name||''}`; //你的转发页面路径拼接参数
|
| | | return {
|
| | |
|
| | | // |
| | | title: this.dto.id ? (this.dto.name + " " + (this.dto.price || '-') + '元/扎 ' + (this.dto.unit || '')) :
|
| | | "花满芫",
|
| | | path: url,
|
| | |
| | | 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.customerDTO && that.currentInfo.customerDTO.partnerId) { |
| | | partnerUserId = that.currentInfo.customerDTO.partnerId |
| | | var partnerUserId = ''
|
| | |
|
| | | if (that.currentInfo.customerDTO && that.currentInfo.customerDTO.partnerId) {
|
| | | partnerUserId = that.currentInfo.customerDTO.partnerId
|
| | | }
|
| | | var url =
|
| | | `/sub_pages/customer/trade/detail?partnerUserId=${partnerUserId}&id=${this.id}&shareId=${this.currentInfo&&this.currentInfo.id||''}&shareName=${name||''}`; //你的转发页面路径拼接参数
|
| | | return {
|
| | | // |
| | | title: this.dto.id ? (this.dto.name + " " + (this.dto.price || '-') + '元/扎 ' + (this.dto.unit || '')) :
|
| | | "花满芫",
|
| | | path: url,
|