shish 2 miesięcy temu
rodzic
commit
cd46dbc6d9

+ 9 - 0
ghsApp/src/admin/item/detail.vue

@@ -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 {

+ 9 - 0
hdApp/src/admin/item/detail.vue

@@ -153,6 +153,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">
@@ -1630,6 +1633,12 @@ export default {
   margin: 0 20upx 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 {