Browse Source

报价框bug

yangc 7 years ago
parent
commit
4ce0b9ddfb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/mobile/applyPurchase/SayPrice.vue

+ 3 - 0
components/mobile/applyPurchase/SayPrice.vue

@@ -345,6 +345,9 @@
       setSayType: function (type) {
         this.sayType = type
         this.resetSayPrice()
+        this.$nextTick(() => {
+          this._initscroll()
+        })
       }
     }
   }