diff --git a/commons/css/base/imgSize.wxss b/commons/css/base/imgSize.wxss
index d9037f1..7c502c3 100644
--- a/commons/css/base/imgSize.wxss
+++ b/commons/css/base/imgSize.wxss
@@ -11,6 +11,7 @@
.img-90x90{width:90rpx;height:90rpx;box-sizing:border-box;}
.img-100x100{width:100rpx;height:100rpx;box-sizing:border-box;}
.img-120x120{width:120rpx;height:120rpx;box-sizing:border-box;}
+.img-125x75{width:125rpx;height:75rpx;box-sizing:border-box;}
.img-135x135{width:135rpx;height:135rpx;box-sizing:border-box;}
.img-140x140{width:140rpx;height:140rpx;box-sizing:border-box;}
.img-160x160{width:160rpx;height:160rpx;box-sizing:border-box;}
diff --git a/pages/customer/detail/index.js b/pages/customer/detail/index.js
index b4ef6fc..767ae98 100644
--- a/pages/customer/detail/index.js
+++ b/pages/customer/detail/index.js
@@ -475,6 +475,14 @@ Page({
}
},
+ //查看图片
+ previewImage(e){
+ wx.previewImage({
+ current:e.currentTarget.dataset.current,
+ urls:this.data.logslist[e.currentTarget.dataset.index].imgs,
+ })
+ },
+
/*************************** 编辑 **********************************/
//获取车型库
getAppSeriesCars(){
diff --git a/pages/customer/detail/index.wxml b/pages/customer/detail/index.wxml
index 81576e8..cebe549 100644
--- a/pages/customer/detail/index.wxml
+++ b/pages/customer/detail/index.wxml
@@ -134,7 +134,7 @@
用户跟踪
-
+
{{item.c_time}}
@@ -145,6 +145,11 @@
{{play?'播放中':'已暂停'}}
+
+
+
+
+