|
@@ -139,7 +139,7 @@
|
|
|
@click="showLargeImage('/static/image/my/inviteDistribution.png')"></image>
|
|
@click="showLargeImage('/static/image/my/inviteDistribution.png')"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 大图预览弹窗 -->
|
|
<!-- 大图预览弹窗 -->
|
|
|
- <u-overlay :show="showLargeImageShow" @click="showLargeImageShow = false" :opacity="0.6">
|
|
|
|
|
|
|
+ <u-overlay :show="showLargeImageShow" @click="showLargeImageShow = false" :opacity="0.6" class="u-overlay">
|
|
|
<view class="close-btn dis a-c j-c" @click="showLargeImageShow = false">×</view>
|
|
<view class="close-btn dis a-c j-c" @click="showLargeImageShow = false">×</view>
|
|
|
<view class="panelcanvas " id="panelcanvas">
|
|
<view class="panelcanvas " id="panelcanvas">
|
|
|
<view class="posterview dis f-c" @tap.stop>
|
|
<view class="posterview dis f-c" @tap.stop>
|
|
@@ -204,7 +204,7 @@
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
onLoad() {
|
|
onLoad() {
|
|
|
- this.getUserInfo()//获取用户信息
|
|
|
|
|
|
|
+ this.getUserInfo() //获取用户信息
|
|
|
|
|
|
|
|
this.getDistribution();
|
|
this.getDistribution();
|
|
|
this.qrcodeImg = QR.createQrCodeImg(this.$base.h5BaseUrl + `/#/pages/registr/h5Registr?systemCode=${this
|
|
this.qrcodeImg = QR.createQrCodeImg(this.$base.h5BaseUrl + `/#/pages/registr/h5Registr?systemCode=${this
|