feat(miniprogram): 用 karuo-316 替换小程序目录
- 从 github/karuo-316 覆盖 miniprogram/ - 排除 project.private.config.json 与 *.backup Made-with: Cursor
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 充值金额选择(审核模式隐藏) -->
|
||||
<view class="section" wx:if="{{!auditMode}}">
|
||||
<!-- 充值金额选择 -->
|
||||
<view class="section">
|
||||
<view class="section-head">
|
||||
<text class="section-title">选择充值金额</text>
|
||||
<text class="section-note">当前已选 ¥{{selectedAmount}}</text>
|
||||
@@ -47,8 +47,8 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 操作按钮(审核模式隐藏) -->
|
||||
<view class="action-row" wx:if="{{!auditMode}}">
|
||||
<!-- 操作按钮 -->
|
||||
<view class="action-row">
|
||||
<view class="btn btn-recharge" bindtap="handleRecharge">充值</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user