先上代碼各位大大, 我想請問要在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); },
添加回答
举报
0/150
提交
取消