Il y a les déclarations suivantes dans WxService :
class Service {
....没有找到login和getUserInfo的定义
}
export default Service
Il y a les déclarations suivantes dans app.js :
import WxService from 'helpers/WxService'
APP({
WxService: new WxService,
getUserInfo() {
return this.WxService.login()
.then(data => {
console.log(data)
return this.WxService.getUserInfo()
})
.then(data => {
console.log(data)
this.globalData.userInfo = data.userInfo
return this.globalData.userInfo
})
},
})
Pourquoi this.WxService.login() et this.WxService.getUserInfo() peuvent-ils être exécutés ?
Merci pour l'invitation.
This.WxService est l'objet empaqueté par WeChat et est caché du monde extérieur.
ps : De plus, WeChat a son propre protocole weixin:// similaire à http://
this.WxService est l'objet empaqueté par Weixin
https://mp.weixin.qq.com/debu...