feat:V2.5.4 增加添加到我的小程序Tip

This commit is contained in:
R524809
2025-12-18 09:43:27 +08:00
parent a8ed4a2cfc
commit e97dd8f159
12 changed files with 142 additions and 3 deletions
@@ -0,0 +1,12 @@
<view
class="add-to-miniprogram-tip"
wx:if="{{show}}"
style="top: {{top}}px; right: {{right}}px;">
<!-- 三角形箭头 -->
<view class="tip-arrow" style="right: {{arrowRight}}px;"></view>
<!-- Tip内容 -->
<view class="tip-content">
<view class="tip-text">点击上方添加到我的小程序,方便下次使用!</view>
<view class="tip-close" bind:tap="onClose">关闭</view>
</view>
</view>