Browse Source

修改我的车辆名称

master
zhangjunfeng 5 days ago
parent
commit
dd65125beb

+ 1
- 1
subpackage/after-sale/activation-once-again/select-car.vue View File

@@ -169,7 +169,7 @@ onLoad((options) => {
});
} else if (options.type == "38") {
uni.setNavigationBarTitle({
title: "我的车辆",
title: "车辆列表",
});
}
});

+ 1
- 1
utils/network/api.js View File

@@ -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解锁
// 解除车牌占用

Loading…
Cancel
Save