浏览代码

Update rescind-carId-select.vue

master
@weixixuan 1 天前
父节点
当前提交
3952b1b269
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      subpackage/after-sale/rescind-carId/rescind-carId-select.vue

+ 1
- 1
subpackage/after-sale/rescind-carId/rescind-carId-select.vue 查看文件

} }


onLoad((option : any) => { onLoad((option : any) => {
navTo(`/subpackage/after-sale/rescind-carId/result`);
// navTo(`/subpackage/after-sale/rescind-carId/result`);
let getColor = getItem('key')['VEHICLE_COLOR_TYPE']; let getColor = getItem('key')['VEHICLE_COLOR_TYPE'];
for (var k = 0; k < getColor.length; k++) { for (var k = 0; k < getColor.length; k++) {
let obj = {}; let obj = {};

正在加载...
取消
保存