@@ -139,6 +139,9 @@
/>
</template>
</tui-list-cell>
+ <view class="limit-buy-tip" v-if="showClearTime">
+ <text>设置了特价,超出限额,按原价卖。没有设置特价,超出限购则不能再卖。</text>
+ </view>
</view>
<tui-list-cell class="line-cell" :arrow="false" :hover="false">
@@ -1644,6 +1647,12 @@ export default {
margin: 0 22upx 20upx;
overflow: hidden;
}
+.limit-buy-tip {
+ padding: 16upx 30upx 20upx;
+ font-size: 24upx;
+ color: #999;
+ line-height: 1.5;
+}
.limit-buy-line {
margin-left: -20upx;
.limit-buy-input {
@@ -153,6 +153,9 @@
@@ -1630,6 +1633,12 @@ export default {
margin: 0 20upx 20upx;