Browse Source

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

shenjj 7 years ago
parent
commit
311593a48a
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) {
       setSayType: function (type) {
         this.sayType = type
         this.sayType = type
         this.resetSayPrice()
         this.resetSayPrice()
+        this.$nextTick(() => {
+          this._initscroll()
+        })
       }
       }
     }
     }
   }
   }