支持微信公众号跳转账单
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user