@@ -169,7 +169,7 @@ onLoad((options) => { | |||
}); | |||
} else if (options.type == "38") { | |||
uni.setNavigationBarTitle({ | |||
title: "我的车辆", | |||
title: "车辆列表", | |||
}); | |||
} | |||
}); |
@@ -483,7 +483,7 @@ export const orderQuery = "/iaw/app/issue/order/orderQuery"; //订单查询( | |||
export const orderQueryDetail = "/iaw/app/issue/order/orderQueryDetail"; //订单查询详情(其他地方跳转过来) | |||
export const cardObuQueryinLog = "/iaw/ass/query/cardObuQueryInLog"; //卡签信息提交日志记录 | |||
export const hexToStrig = "/iaw/api/afterSale/comm/hexToStrig"; //解密信息 十六进制转汉字 | |||
export const hexToStrig = "/iaw/api/hex/hexToStrig"; //解密信息 十六进制转汉字 | |||
export const pinCodeUnlock = "/iaw/api/afterSale/order/cardUnBlock" //ASS-卡PIN解锁 | |||
// 解除车牌占用 |