海报按钮暂时关闭

This commit is contained in:
WindowBird 2025-08-22 13:49:28 +08:00
parent a8756743d5
commit 15da6597e7

View File

@ -13,16 +13,16 @@
</view>
<!-- 按钮区域 -->
<view class="button-container">
<button class="action-button" @click="saveAndSharePoster">
<text class="button-text">保存分享海报</text>
</button>
<!-- <view class="button-container">-->
<!-- <button class="action-button" @click="saveAndSharePoster">-->
<!-- <text class="button-text">保存分享海报</text>-->
<!-- </button>-->
<button class="action-button" @click="sendToFriends">
<text class="button-text">保存分享海报</text>
<text class="button-sub-text">发给好友扫码</text>
</button>
</view>
<!-- <button class="action-button" @click="sendToFriends">-->
<!-- <text class="button-text">保存分享海报</text>-->
<!-- <text class="button-sub-text">发给好友扫码</text>-->
<!-- </button>-->
<!-- </view>-->
</view>
</view>
</template>