支持微信公众号跳转账单

This commit is contained in:
2025-06-11 08:59:40 +08:00
parent 7772b3de1a
commit a36faa9bcb
5 changed files with 12 additions and 10 deletions

View File

@@ -31,7 +31,7 @@
</view>
</view>
<view class="{{item.status === 1 ? 'approving' : 'already'}}">
<view wx:if="{{item.status === 1}}"> 审核中 </view>
<view wx:if="{{item.status === 1}}"> 开票中 </view>
<view wx:else> 已开票 </view>
</view>
</view>