diff --git a/root/detail/apply.vue b/root/detail/apply.vue index f374517..f8d392b 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -88,8 +88,19 @@ {{ orderDetail.tel ? orderDetail.tel : "-" }} - - + +
+ +
+
+ + + +
@@ -747,8 +758,8 @@ export default { } ); }, - handleClickIDcard() { - this.G.viewBigImage(this.orderDetail.idCardImageUrl); + handleClickIDcard($url) { + this.G.viewBigImage($url); }, goTel($item) { if ($item) {