给所有支付接口加上了支付宝

This commit is contained in:
2026-07-09 22:07:20 +08:00
parent 566aeaa3b7
commit 4b60ebbc10
18 changed files with 438 additions and 38 deletions

View File

@@ -0,0 +1,9 @@
<view class="qr-container">
<view class="qr-title">支付宝扫码支付</view>
<image wx:if="{{qrImage}}" class="qr-image" src="{{qrImage}}" mode="aspectFit" />
<view class="qr-tip">请使用 <text class="qr-emph">支付宝</text> APP 扫描上方二维码完成支付</view>
<view class="qr-status">{{statusText}}</view>
<view class="qr-actions" wx:if="{{showBack}}">
<view class="qr-btn" bindtap="onBack">返回</view>
</view>
</view>