活动按钮状态流转

This commit is contained in:
2026-03-25 15:53:37 +08:00
commit 37346e790f
2762 changed files with 240282 additions and 0 deletions

View File

@@ -0,0 +1 @@
<view class="container"><title-bar vue-id="9b0a9a94-1" showBack="{{true}}" title="订单支付" bind:__l="__l"></title-bar><block wx:if="{{loadEnd}}"><view class="container-main"><view class="main-info"><view class="info-label">订单需要支付</view><view class="info-value"><text>¥</text>{{orderAmount}}</view></view><view class="main-footer"><button data-event-opts="{{[['tap',[['handlePayment']]]]}}" class="footer-btn" style="{{'background:'+(themeColor)+';'}}" bindtap="__e">立即支付</button><view class="safe-padding"></view></view></view></block></view>