|
|
@@ -5,7 +5,7 @@
|
|
|
<view class="image">
|
|
|
<image :src="info.cover" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
- <image class="scan-icon" v-if="info.repeat == 1 && info.payStatus == 1" :src="`${constant.imgUrl}/gathering/scan2.jpg`" mode="aspectFit"></image>
|
|
|
+ <image class="scan-icon" v-if="info.repeat == 1 && info.payStatus == 1" :src="`${constant.imgUrl}/gathering/scan.jpg`" mode="aspectFit"></image>
|
|
|
<view class="list-msg">
|
|
|
<view><text>客户:</text><text>{{info.customName||''}}</text></view>
|
|
|
<view style="margin-top:3upx;"><text>配送:</text>
|
|
|
@@ -75,10 +75,10 @@ export default {
|
|
|
}
|
|
|
.scan-icon{
|
|
|
position: absolute;
|
|
|
- width:170upx;
|
|
|
- height:170upx;
|
|
|
- top:80upx;
|
|
|
- left:320upx;
|
|
|
+ width:190upx;
|
|
|
+ height:190upx;
|
|
|
+ top:60upx;
|
|
|
+ left:340upx;
|
|
|
}
|
|
|
.list-msg {
|
|
|
color:#999999;
|