cuiyalong 3 yıl önce
ebeveyn
işleme
830969eaad

+ 1 - 1
src/web/staticres/common-module/area-pack/js/buy.js

@@ -473,7 +473,7 @@ var vm = new Vue({
       var buyAreaCount = this.buyAreaCount
 
       if (this.buyType === 'buy') {
-        if (buyAreaCount <= 0) {
+        if (buyAreaCount === 0) {
           buyAreaCount = 1
           this.alreadyBuyInfo.simulatedAmount = true
         } else {