This commit is contained in:
Vinjor 2025-04-29 16:01:27 +08:00
parent 13e376da89
commit f507887d1f
2 changed files with 4 additions and 2 deletions

View File

@ -212,6 +212,7 @@
<shareImages ref="canvas" :canvasWidth="canvasWidth" :canvasHeight="canvasHeight" :shareTitle="shareTitle"
:goodsTitle="goodsTitle" :shareImage="shareImage" :qrSize="qrSize" :qrUrl="qrUrl"
@success="shareSuccess()" />
</view>
</view>
</template>

View File

@ -130,9 +130,10 @@
}
.share-button {
z-index: 999;
position: absolute;
width: 100rpx;
height: 100rpx;
width: 100%;
height: 100%;
}
.uni-popup-share {