Browse Source

修改测试bug

shenjj 7 years ago
parent
commit
8fc8acab4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/center/upoff-material.vue

+ 1 - 1
components/mobile/center/upoff-material.vue

@@ -422,7 +422,7 @@
               this.chooseItem.goods.prices.splice(index, 1)
             }
           } else if (index === 1) {
-            if (this.chooseItem.prices.goods.length === 3) {
+            if (this.chooseItem.goods.prices.length === 3) {
               this.chooseItem.goods.prices[1].rMBPrice = this.chooseItem.goods.prices[2].rMBPrice
               this.chooseItem.goods.prices[1].uSDPrice = this.chooseItem.goods.prices[2].uSDPrice
               this.chooseItem.goods.prices[1].end = '9999999999'