Vue uses better-scroll pull-up bounce

< div class= "pull-info-info" >

 <div v-html="detaisContent"></div>          

< / div >
detaisContent = "contains pictures

better () {/ / BScroll

this.$nextTick(() => {
    if(!this.scroll){
        this.scroll = new BScroll(this.$refs.questionsWrapper, {
            click:true
        })
    }else {
        this.scroll.refresh()
    }
})

},

mounted () {

this.better()  //BScroll

},

/ / I can"t use the following method either
watch: {

GoodsDetaiInfo(newValue){
    this.$nextTick(() => {
         this.scroll.refresh()
    })
}

}

clipboard.png

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b387ce-2c10d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b387ce-2c10d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?