|
|
@@ -91,7 +91,7 @@
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell v-if="showClearTime && form.limitBuyClearType != 0" class="line-cell limit-buy-line" :hover="false">
|
|
|
<template v-if="form.limitBuyClearType == 1">
|
|
|
- <view class="tui-title">清空时间</view>
|
|
|
+ <view class="tui-title">清除时间</view>
|
|
|
<view class="limit-clear-cycle-row">
|
|
|
<text class="limit-clear-cycle-text">每隔</text>
|
|
|
<picker
|
|
|
@@ -111,13 +111,13 @@
|
|
|
>
|
|
|
<view class="limit-picker-value">{{ limitBuyClearHourText }}</view>
|
|
|
</picker>
|
|
|
- <text class="limit-clear-cycle-text">清空</text>
|
|
|
+ <text class="limit-clear-cycle-text">清除</text>
|
|
|
</view>
|
|
|
<input v-model="form.limitBuyClearIntervalDays" name="limitBuyClearIntervalDays" hidden />
|
|
|
<input v-model="form.cleartAt" name="cleartAt" hidden />
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <view class="tui-title">清空时间</view>
|
|
|
+ <view class="tui-title">清除时间</view>
|
|
|
<datetime-picker
|
|
|
v-model="form.limitBuyClearTime"
|
|
|
type="datetime"
|