二手车交易,打电话问题

This commit is contained in:
2025-03-15 16:47:01 +08:00
parent 4f20dffc52
commit 678d4f6436
2 changed files with 51 additions and 4 deletions

View File

@ -30,6 +30,17 @@ export default {
},
methods:{
backHandle(){
const data = {
form: this.$route.params.form,
radio: this.$route.params.radio,
areaName: this.$route.params.areaName,
vehicleLicensePhotoList: this.$route.params.vehicleLicensePhotoList,
vehicleAnglePhotoList: this.$route.params.vehicleAnglePhotoList,
otherImgSrcList: this.$route.params.otherImgSrcList,
otherImgSrc: this.$route.params.otherImgSrc,
};
// 向父页面A 项目)发送消息,使用自定义事件名称
window.parent.postMessage({ type: 'updateCarSourceParams', data }, '*');
if(this.isWebFunc()){
this.h5GoBack()
}else{