修复海报保存问题
This commit is contained in:
@@ -149,7 +149,7 @@
|
|||||||
<view class="cu-modal" :class="modalName == 'Image' ? 'show' : ''" @tap="ymfhideModal">
|
<view class="cu-modal" :class="modalName == 'Image' ? 'show' : ''" @tap="ymfhideModal">
|
||||||
<view class="ymf-dialog" v-if="bgImg && erweimapath && haibaoShow" @tap="ymfhideModal">
|
<view class="ymf-dialog" v-if="bgImg && erweimapath && haibaoShow" @tap="ymfhideModal">
|
||||||
<view class="bg-img">
|
<view class="bg-img">
|
||||||
<wm-poster @success="ymfposterSuccess" @ymfsuccessH5="ymfsuccessH5" :imgSrc="bgImg"
|
<wm-poster @success="ymfposterSuccess" @successH5="ymfsuccessH5" :imgSrc="bgImg"
|
||||||
:Referrer="'我的邀请码:'+invitationCode" :QrSrc="erweimapath" :LineType="false"></wm-poster>
|
:Referrer="'我的邀请码:'+invitationCode" :QrSrc="erweimapath" :LineType="false"></wm-poster>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -413,6 +413,7 @@
|
|||||||
this.modalName = 'Image';
|
this.modalName = 'Image';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
console.log(this.haibaoImgH5);
|
||||||
if (!this.haibaoImgH5) {
|
if (!this.haibaoImgH5) {
|
||||||
this.haibaoShow = true;
|
this.haibaoShow = true;
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
|
|||||||
Reference in New Issue
Block a user