feat:下载分享检查

This commit is contained in:
R524809
2025-11-21 17:17:36 +08:00
parent ddab64bb20
commit ec773a650c
27 changed files with 267 additions and 181076 deletions
@@ -0,0 +1,25 @@
<van-popup
show="{{show}}"
position="center"
round
closeable
close-on-click-overlay
bind:close="onClose"
bind:click-overlay="onOverlayClick"
custom-class="share-guide-popup">
<view class="share-guide-popup-content">
<view class="share-guide-popup-title">分享解锁下载</view>
<view class="share-guide-popup-message"> 今日免费下载次数已用完 </view>
<view class="share-guide-popup-hint">
分享给好友后,可重新点击“下载打印”按钮继续下载
</view>
<view class="share-guide-popup-buttons">
<button
class="share-button share-button--primary"
open-type="share"
bind:tap="onShare">
分享给好友
</button>
</view>
</view>
</van-popup>