先上代碼
各位大大, 我想請問要在jquery封裝好的ajax對象裡如果要調用外面vue的data值, 要如何調用? success函數裡的this好像是指向 $ajax 如果要指向new Vue 的data, 在ajax裡的success要如何寫呢?
我只想要在success的時候執行this.canclick = false,this.reply = true,this.inputable = false這三個動作, 不曉得有沒有辦法?
success: function(result) {
this.canclick = false
this.reply = true
this.inputable = false
console.log(this)
console.log("success", result);
},
慕尼黑5688855
相关分类