小程序开发赋值问题?
onLoad: async function () {
console.log(this.openid = await getApp().getCloudOpenid());
},
怎么把这里打印的openid值传给某个量,然后再该页面使用
onLoad: async function () {
console.log(this.openid = await getApp().getCloudOpenid());
},
怎么把这里打印的openid值传给某个量,然后再该页面使用