瀏覽代碼

Merge remote-tracking branch 'origin/release-201818' into release-201818

shenjj 7 年之前
父節點
當前提交
311593a48a
共有 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()
+        })
       }
     }
   }