1
This commit is contained in:
parent
7d2c8528ca
commit
c82309237e
@ -1,7 +1,7 @@
|
||||
// 应用全局配置
|
||||
module.exports = {
|
||||
baseUrl: 'https://www.nuoyunr.com',
|
||||
// baseUrl: 'http://124.222.105.7:48080',
|
||||
// baseUrl: 'http://192.168.110.93:48080',
|
||||
// baseUrl: 'http://192.168.1.4:48080',
|
||||
// baseUrl: "http://localhost:48080",
|
||||
// baseUrl: "http://rzqhb7.natappfree.cc",
|
||||
|
@ -103,10 +103,15 @@
|
||||
<view class="label">最近保养日期</view>
|
||||
<view class="value">{{ ticketInfo.maintenanceDate}}</view>
|
||||
</view>
|
||||
<view class="infoItem">
|
||||
<view class="label">表显里程</view>
|
||||
<view class="value">{{ ticketInfo.mileageTraveled}}</view>
|
||||
</view>
|
||||
<view class="infoItem">
|
||||
<view class="label">最近保养公里数</view>
|
||||
<view class="value">{{ ticketInfo.maintenanceMileage}}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
Loading…
Reference in New Issue
Block a user