let that = this; wx.___________(1)________________({ url: 'https://lihuoqin.com/test/add.php', ______(2)_______: { name:this.data.v, pwd:this.data.v2, truename:this.data.v3, birthday:this.data.v4 }, ______________(3)____________:"POST", _______________(4)______________:{ "Content-Type":"application/x-www-form-urlencoded" }, success (res) { console.log(res.data); } })
理解问题let that = this; wx.___________(1)________________({ url: 'https://lihuoqin.com/test/add.php', ______(2)_______: { name:this.data.v, pwd:this.data.v2, truename:this.data.v3, birthday:this.data.v4 }, ______________(3)____________:"POST", _______________(4)______________:{ "Content-Type":"application/x-www-form-urlencoded" }, success (res) { console.log(res.data); } })
已完成理解「let that = this; wx.___________(1)________________({ url: 'https://lihuoqin.com/test/add.php', ______(2)_______: { name:this.data.v, pwd:this.data.v2, truename:this.data.v3, birthday:this.data.v4 }, ______________(3)____________:"POST", _______________(4)______________:{ "Content-Type":"application/x-www-form-urlencoded" }, success (res) { console.log(res.data); } })」
展开阅读网页