|
|
@@ -107,7 +107,7 @@ |
|
|
|
import { |
|
|
|
getCodeName |
|
|
|
} from "@/datas/queryKey.js"; |
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
|
stringToJson |
|
|
|
} from "@/utils/network/encryption"; |
|
|
@@ -125,13 +125,13 @@ |
|
|
|
|
|
|
|
/*视图进入后操作*/ |
|
|
|
onLoad((option) => { |
|
|
|
queryOrderDetail(option.id).then((val: any) => { |
|
|
|
queryOrderDetail(option.id).then((val : any) => { |
|
|
|
state.data = val |
|
|
|
}) |
|
|
|
/*监听手机号验证后的回调*/ |
|
|
|
uni.$on('queryCardlossStatus', function(type) { |
|
|
|
uni.$on('queryCardlossStatus', function (type) { |
|
|
|
console.log(type) |
|
|
|
queryCardlossStatusType(type.type).then((val: any) => { |
|
|
|
queryCardlossStatusType(type.type).then((val : any) => { |
|
|
|
navTo( |
|
|
|
`/subpackage/after-sale/transfer-ownership/card-result` |
|
|
|
) |
|
|
@@ -148,7 +148,7 @@ |
|
|
|
uni.showModal({ |
|
|
|
title: 'ETC过户', |
|
|
|
content: '确认是否ETC过户操作', |
|
|
|
success: function(res) { |
|
|
|
success: function (res) { |
|
|
|
if (res.confirm) { |
|
|
|
navTo( |
|
|
|
`/subpackage/after-sale/transfer-ownership/transfer-verification?mobile=${state.data.customerTel}` |
|
|
@@ -176,7 +176,7 @@ |
|
|
|
reject(error); |
|
|
|
}); |
|
|
|
} |
|
|
|
const queryCardlossStatusType = (val: any) => { |
|
|
|
const queryCardlossStatusType = (val : any) => { |
|
|
|
var data = { |
|
|
|
openId: getItem(StorageKeys.OpenId), |
|
|
|
orderSource: 'WECHAT', |
|
|
@@ -209,8 +209,6 @@ |
|
|
|
</style> |
|
|
|
<style lang="scss" scoped> |
|
|
|
.selectCar-box { |
|
|
|
// width: 100%; |
|
|
|
// height: 100%; |
|
|
|
padding: 30rpx; |
|
|
|
|
|
|
|
.title { |
|
|
@@ -341,4 +339,4 @@ |
|
|
|
line-height: 80rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |