1
This commit is contained in:
parent
13e376da89
commit
f507887d1f
@ -212,6 +212,7 @@
|
|||||||
<shareImages ref="canvas" :canvasWidth="canvasWidth" :canvasHeight="canvasHeight" :shareTitle="shareTitle"
|
<shareImages ref="canvas" :canvasWidth="canvasWidth" :canvasHeight="canvasHeight" :shareTitle="shareTitle"
|
||||||
:goodsTitle="goodsTitle" :shareImage="shareImage" :qrSize="qrSize" :qrUrl="qrUrl"
|
:goodsTitle="goodsTitle" :shareImage="shareImage" :qrSize="qrSize" :qrUrl="qrUrl"
|
||||||
@success="shareSuccess()" />
|
@success="shareSuccess()" />
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -130,9 +130,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.share-button {
|
.share-button {
|
||||||
|
z-index: 999;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100rpx;
|
width: 100%;
|
||||||
height: 100rpx;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uni-popup-share {
|
.uni-popup-share {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user