cuiyalong 3 年 前
コミット
830969eaad
1 ファイル変更1 行追加1 行削除
  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 {