更新
This commit is contained in:
parent
b70de7c7f3
commit
7f92c0aeff
@ -170,6 +170,7 @@
|
|||||||
})
|
})
|
||||||
console.log('获取时间', res);
|
console.log('获取时间', res);
|
||||||
this.itmelist = res.data.dataList
|
this.itmelist = res.data.dataList
|
||||||
|
this.appointmentday = res.data.dataList[0].dateStr
|
||||||
this.tel = res.data.userPhone
|
this.tel = res.data.userPhone
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</u-upload>
|
</u-upload>
|
||||||
|
|
||||||
<!-- <view class="img-box">
|
<!-- <view class="img-box">
|
||||||
|
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -51,6 +51,7 @@
|
|||||||
licenseImage: '',
|
licenseImage: '',
|
||||||
idCardImage: '',
|
idCardImage: '',
|
||||||
},
|
},
|
||||||
|
baseImageUrl: this.$baseImageUrl
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
@ -130,14 +131,14 @@
|
|||||||
//TODO handle the exception
|
//TODO handle the exception
|
||||||
resolve(undefined)
|
resolve(undefined)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
wancheng() {
|
wancheng() {
|
||||||
|
|
||||||
uni.$emit('imgUrl', this.idCardImage)
|
uni.$emit('imgUrl', this.baseImageUrl + '/' + this.idCardImage)
|
||||||
uni.navigateBack({
|
uni.navigateBack({
|
||||||
delta: 1
|
delta: 1
|
||||||
})
|
})
|
||||||
@ -360,4 +361,4 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user