| | |
| | | <!-- --> |
| | | <view class="contact-container"> |
| | | <view class="container" @click="saveCode"> |
| | | <!-- <image src="../../../static/uni.png" mode="aspectFit" class="code"></image> --> |
| | | |
| | | <canvas type="2d" id="myQrcode" class="code"></canvas> |
| | | <view class="info"> |
| | | <view class="desc"> |
| | |
| | | canvas: undefined, |
| | | } |
| | | }, |
| | | // onShareAppMessage() { |
| | | // let params = `id=${this.info.Id}` |
| | | // if (this.isGroup) { |
| | | // params += `&groupId=${this.groupId}` |
| | | // } |
| | | // if (this.memberId) { |
| | | // params += `&inviteId=${this.memberId}` |
| | | // } |
| | | // let path = `/pages/home/product/detail?${params}` |
| | | // return { |
| | | // title: this.info.Name, |
| | | // path: path |
| | | // } |
| | | // } |
| | | onLoad(options) { |
| | | if (!this.currentInfo.partnerDTO) { |
| | | this.$message.showToast('请先完善合伙人信息') |