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