15 lines
736 B
Plaintext
15 lines
736 B
Plaintext
<view class="body">
|
|
<nav-bar vue-id="d3b0b99c-1" name="{{title}}" bolimg="{{true}}" bind:__l="__l"></nav-bar>
|
|
<view class="conter">
|
|
<block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index">
|
|
<view class="conter_from">
|
|
<view class="conter_from_left">
|
|
<view class="conter_from_left_t">{{'充值'+item.money+'元'}}</view>
|
|
<view class="conter_from_left_b">{{'订单号:'+item.out_trade_no+''}}</view>
|
|
</view>
|
|
<view class="conter_from_right" style="color: {{item.status==1?'#333333':'#FF8A00'}};">{{''+(item.status==1?'已支付':'未支付')+''}}</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
|
|
</view> |