|
|
@@ -6,14 +6,14 @@
|
|
|
<block v-if="!$util.isEmpty(searchList)">
|
|
|
<block v-for="(item, index) in searchList" :key="index">
|
|
|
<view style="margin-bottom:30upx;" @click="getCustom(item)">
|
|
|
- <view style="font-size:36upx;margin-bottom:8upx;">{{item.name}}</view>
|
|
|
- <view style="font-size:28upx;">
|
|
|
+ <view style="font-size:37upx;margin-bottom:10upx;">{{item.name}}</view>
|
|
|
+ <view style="font-size:29upx;">
|
|
|
{{item.visitTime?item.visitTime.substr(5,11):''}}
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 10000" style="font-size:24upx;margin-left:20upx;color:green;">没有下过单</text>
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 7" style="font-size:24upx;margin-left:20upx;color:green;">超1周未下单</text>
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 30" style="font-size:24upx;margin-left:20upx;color:green;">超1个月未下单</text>
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 180" style="font-size:24upx;margin-left:20upx;color:green;">超半年未下单</text>
|
|
|
- <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 365" style="font-size:24upx;margin-left:20upx;color:green;">超1年未下单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 10000" style="margin-left:20upx;color:green;">没有下过单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 7" style="margin-left:20upx;color:green;">超1周未下单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 30" style="margin-left:20upx;color:green;">超1个月未下单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 180" style="margin-left:20upx;color:green;">超半年未下单</text>
|
|
|
+ <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 365" style="margin-left:20upx;color:green;">超1年未下单</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</block>
|