From e3c019754f508ee7744493f108d58d1a4bacc163 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 02 八月 2024 14:54:50 +0800
Subject: [PATCH] fix bug 接口对接和样式调整
---
sub_pages/partner/partner-info/partner-code.vue | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/sub_pages/partner/partner-info/partner-code.vue b/sub_pages/partner/partner-info/partner-code.vue
index 223308c..4041000 100644
--- a/sub_pages/partner/partner-info/partner-code.vue
+++ b/sub_pages/partner/partner-info/partner-code.vue
@@ -3,7 +3,7 @@
<!-- -->
<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">
@@ -26,6 +26,20 @@
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('请先完善合伙人信息')
--
Gitblit v1.9.3