Call the function in wx.showModal, confirmation, the error is not defined

Code directly

The

code goes like this clipboard.png

clipboard.png

Mar.13,2021

you can't use this, directly in the callback function. You need to define it outside

.

var that = this

then that. Custom method


change this to that


the anonymous function declared by function is changed to the arrow function declaration

success:(res)=>{
    ...
}

this change to that

Menu