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