问题模块 框架类型 终端类型 微信版本 基础库版本
框架 微信小程序 工具 6.0.0 1.0.1
后端写的scene是“uid=1023&aid=1221”,那么我在微信小程序页面里面如何获取数据呢?
我在微信小程序页面是通过onLoad获取:
// 这是首页的 jsPage({
onLoad: function(options) { // options 中的 scene 需要使用 decodeURIComponent 才能获取到生成二维码时传入的 scene
var scene = decodeURIComponent(options.scene)
}
})
那我拿uid是怎么拿?scene.uid?
拿aid是用:scene.aid??
微信小程序开发问题解答
微信小程序开发者回答:
@wxu谢谢,我们试一下
微信小程序开发者回答:
scene =“uid=1023&aid=1221”;//“uid=1023&aid=1221”属于字符串,使用字符串切割就可以获取到了。
本文网址:http://www.91bianli.com/weixinxiaochengxu/48875.html