cuiyalong %!s(int64=3) %!d(string=hai) anos
pai
achega
830969eaad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/web/staticres/common-module/area-pack/js/buy.js

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