|
@@ -156,17 +156,17 @@ export default function JiaoFeiDetail () {
|
156
|
156
|
<text>订单编号</text>
|
157
|
157
|
<text className='flex-item'>{bill.id}</text>
|
158
|
158
|
</view>
|
159
|
|
- <view className='flex-h'>
|
|
159
|
+ {/* <view className='flex-h'>
|
160
|
160
|
<text>缴费人</text>
|
161
|
161
|
<text className='flex-item'>{null}</text>
|
162
|
|
- </view>
|
|
162
|
+ </view> */}
|
163
|
163
|
<view className='flex-h'>
|
164
|
164
|
<text>下单时间</text>
|
165
|
165
|
<text className='flex-item'>{toolclass.FormatDate(bill.createTime)}</text>
|
166
|
166
|
</view>
|
167
|
167
|
<view className='flex-h'>
|
168
|
168
|
<text>缴费时间</text>
|
169
|
|
- <text className='flex-item'>{null}</text>
|
|
169
|
+ <text className='flex-item'>{toolclass.FormatDate(bill.payDate)}</text>
|
170
|
170
|
</view>
|
171
|
171
|
<view className='flex-h'>
|
172
|
172
|
<text>缴费方式</text>
|
|
@@ -174,7 +174,7 @@ export default function JiaoFeiDetail () {
|
174
|
174
|
</view>
|
175
|
175
|
<view className='flex-h'>
|
176
|
176
|
<text>交易流水</text>
|
177
|
|
- <text className='flex-item'>{null}</text>
|
|
177
|
+ <text className='flex-item'>{bill.outTradeNo}</text>
|
178
|
178
|
</view>
|
179
|
179
|
<view className='flex-h'>
|
180
|
180
|
<text>缴费备注</text>
|