|
|
@@ -149,7 +149,7 @@
|
|
|
<image class="avatar" src="/static/image/avatar.png" mode=""></image>
|
|
|
<text class="ml-3">扫码成为分销员</text>
|
|
|
</view>
|
|
|
- <image :src="qrcodeImg" class="qrcodeImg" mode="widthFix" lazy-load @click="aaaa"></image>
|
|
|
+ <image :src="qrcodeImg" class="qrcodeImg" mode="widthFix" lazy-load></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -204,11 +204,10 @@
|
|
|
},
|
|
|
onLoad() {
|
|
|
this.getDistribution();
|
|
|
- this.qrcodeImg = QR.createQrCodeImg(this.$base.h5BaseUrl + "/#/pages/registr/h5Registr?systemCode=" + this
|
|
|
- .system_code, {
|
|
|
- size: parseInt(200), //二维码大小
|
|
|
-
|
|
|
- })
|
|
|
+ this.qrcodeImg = QR.createQrCodeImg(this.$base.h5BaseUrl + `/#/pages/registr/h5Registr?systemCode=${this
|
|
|
+ .system_code}&page=分销员注册`, {
|
|
|
+ size: parseInt(300), //二维码大小
|
|
|
+ })
|
|
|
|
|
|
},
|
|
|
computed: {
|
|
|
@@ -445,9 +444,7 @@
|
|
|
padding: 10rpx 0 20rpx;
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
- .unit {
|
|
|
- color: #999;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
.totalCount {
|
|
|
.sum {
|
|
|
@@ -456,6 +453,12 @@
|
|
|
font-weight: bold;
|
|
|
line-height: 1;
|
|
|
}
|
|
|
+
|
|
|
+ .unit {
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #999;
|
|
|
+ margin-left: 4rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.today {
|