yangc 7 лет назад
Родитель
Сommit
4ce0b9ddfb
1 измененных файлов с 3 добавлено и 0 удалено
  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()
+        })
       }
     }
   }