Selaa lähdekoodia

去除分佣基数限制

hwb0 3 vuotta sitten
vanhempi
commit
8a7e6426f4
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      src/views/business/ticket/create.vue

+ 4 - 4
src/views/business/ticket/create.vue

@@ -656,10 +656,10 @@ export default {
             return;
           }
 
-          if (this.form.saleCommRate > 100) {
-            this.$message.error("分佣基数不能大于100!");
-            return;
-          }
+          // if (this.form.saleCommRate > 100) {
+          //   this.$message.error("分佣基数不能大于100!");
+          //   return;
+          // }
 
           this.awardsList.forEach((item) => {
             item.prizeList = item.prizeList.map((ele) => {