|
@@ -140,7 +140,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
<view class="limit-buy-tip" v-if="showClearTime">
|
|
<view class="limit-buy-tip" v-if="showClearTime">
|
|
|
- <text>设置了特价,超出限额,按原价卖。没有设置特价,超出限购则不能再卖。</text>
|
|
|
|
|
|
|
+ <text>设置了特价,超出限额,按原价销售。没有设置特价,超出限购,客户不能再卖。</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -1650,7 +1650,7 @@ export default {
|
|
|
.limit-buy-tip {
|
|
.limit-buy-tip {
|
|
|
padding: 16upx 30upx 20upx;
|
|
padding: 16upx 30upx 20upx;
|
|
|
font-size: 24upx;
|
|
font-size: 24upx;
|
|
|
- color: #999;
|
|
|
|
|
|
|
+ color: #3385FF;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
}
|
|
}
|
|
|
.limit-buy-line {
|
|
.limit-buy-line {
|