作者 刘朕

数管详情页修改

@@ -25,21 +25,21 @@ @@ -25,21 +25,21 @@
25 </view> 25 </view>
26 </view> --> 26 </view> -->
27 27
28 - <view class="headbox">  
29 - <view class="shengyu">  
30 - <view class="remainleft">剩余可用时间:{{shengyu_time}}</view> 28 + <!-- <view class="headbox"> -->
  29 + <!-- <view class="shengyu"> -->
  30 + <!-- <view class="remainleft">剩余可用时间:{{shengyu_time}}</view> -->
31 <!-- <view class="remainright"> 31 <!-- <view class="remainright">
32 <image src="/static/img/row.png"></image> 32 <image src="/static/img/row.png"></image>
33 </view> --> 33 </view> -->
34 - </view>  
35 - <view class="shengyu cishushengyu">  
36 - <view class="remainleft">剩余可用次数:{{times}}</view> 34 + <!-- </view> -->
  35 + <!-- <view class="shengyu cishushengyu"> -->
  36 + <!-- <view class="remainleft">剩余可用次数:{{times}}</view> -->
37 <!-- <view class="remainright"> 37 <!-- <view class="remainright">
38 <image src="/static/img/row.png"></image> 38 <image src="/static/img/row.png"></image>
39 </view> --> 39 </view> -->
40 - </view> 40 + <!-- </view> -->
41 41
42 - </view> 42 + <!-- </view> -->
43 <!--管径描述 --> 43 <!--管径描述 -->
44 <view class="guanjing"> 44 <view class="guanjing">
45 <view class='guanjinghead'> 45 <view class='guanjinghead'>
@@ -47,6 +47,7 @@ @@ -47,6 +47,7 @@
47 <view class="gudes">明确数</view> 47 <view class="gudes">明确数</view>
48 <view class="gudes">疑似数</view> 48 <view class="gudes">疑似数</view>
49 <view class="gudes">复核数</view> 49 <view class="gudes">复核数</view>
  50 + <view class="gudes">图片</view>
50 <view class="writeheng"></view> 51 <view class="writeheng"></view>
51 </view> 52 </view>
52 <view class="guanlistbox"> 53 <view class="guanlistbox">
@@ -55,6 +56,7 @@ @@ -55,6 +56,7 @@
55 <view class="guanitem">{{item.confirmation}}</view> 56 <view class="guanitem">{{item.confirmation}}</view>
56 <view class="guanitem">{{item.distrust}}</view> 57 <view class="guanitem">{{item.distrust}}</view>
57 <view class="guanitem">{{item.fuhe}}</view> 58 <view class="guanitem">{{item.fuhe}}</view>
  59 + <view class="guanitem"><image class="image_path" :src="item.image_path" mode="aspectFit" @click.stop="viewimgtu(index)"></image></view>
58 <view class="write" > 60 <view class="write" >
59 <image src="/static/img/write.png"></image> 61 <image src="/static/img/write.png"></image>
60 </view> 62 </view>
@@ -123,11 +125,11 @@ @@ -123,11 +125,11 @@
123 </view> 125 </view>
124 126
125 127
126 - <view class="shangword shibie">结果</view> 128 + <!-- <view class="shangword shibie">结果</view>
127 <view class="shangbox"> 129 <view class="shangbox">
128 <view class='shangboxitem' v-for="(img,index) in images" :key='index'> 130 <view class='shangboxitem' v-for="(img,index) in images" :key='index'>
129 <image :src="img" mode="aspectFit" @click="viewimgtu(index)"></image> 131 <image :src="img" mode="aspectFit" @click="viewimgtu(index)"></image>
130 - </view> 132 + </view> -->
131 <!-- <view class='shangboxitem'> 133 <!-- <view class='shangboxitem'>
132 <image src="/static/img/shang.png"></image> 134 <image src="/static/img/shang.png"></image>
133 </view> 135 </view>
@@ -137,7 +139,7 @@ @@ -137,7 +139,7 @@
137 <view class='shangboxitem'> 139 <view class='shangboxitem'>
138 <image src="/static/img/shang.png"></image> 140 <image src="/static/img/shang.png"></image>
139 </view> --> 141 </view> -->
140 - </view> 142 + <!-- </view> -->
141 143
142 144
143 </view> 145 </view>
@@ -865,24 +867,25 @@ @@ -865,24 +867,25 @@
865 .guanjinghead { 867 .guanjinghead {
866 display: flex; 868 display: flex;
867 align-items: center; 869 align-items: center;
868 - justify-content: space-around; 870 + justify-content: space-between;
869 width: 750rpx; 871 width: 750rpx;
870 height: 94rpx; 872 height: 94rpx;
871 background: #F29600; 873 background: #F29600;
872 color: #fff; 874 color: #fff;
873 font-size: 28rpx; 875 font-size: 28rpx;
874 - padding: 28rpx 34rpx; 876 + padding: 28rpx 32rpx;
875 box-sizing: border-box; 877 box-sizing: border-box;
876 } 878 }
877 .guanjing{ 879 .guanjing{
878 - margin-top:20rpx; 880 + /* margin-top:20rpx; */
879 } 881 }
880 882
881 .guanlist { 883 .guanlist {
  884 + width: 750rpx;
882 display: flex; 885 display: flex;
883 align-items: center; 886 align-items: center;
884 justify-content: space-between; 887 justify-content: space-between;
885 - padding: 42rpx 32rpx 42rpx 56rpx; 888 + padding: 32rpx;
886 box-sizing: border-box; 889 box-sizing: border-box;
887 background: #fff; 890 background: #fff;
888 } 891 }
@@ -912,8 +915,13 @@ @@ -912,8 +915,13 @@
912 text-align: center; 915 text-align: center;
913 } 916 }
914 917
  918 + .image_path {
  919 + width: 94rpx;;
  920 + height: 94rpx;
  921 + }
  922 +
915 .writeheng { 923 .writeheng {
916 - width: 5rpx 924 + width: 26rpx
917 } 925 }
918 926
919 .yewuxinwrap { 927 .yewuxinwrap {