提交 3cae800f authored 作者: 彭涛's avatar 彭涛

Merge branch 'master' of http://code.diaosaas.com/hxx/gangshi-un2

...@@ -302,10 +302,11 @@ ...@@ -302,10 +302,11 @@
if (options.scene) { if (options.scene) {
that.packageId = decodeURIComponent(options.scene) that.packageId = decodeURIComponent(options.scene)
console.log('scene', that.packageId) console.log('scene', that.packageId)
}else{
that.packageId = options.id
} }
that.type = uni.getStorageSync('type') that.type = uni.getStorageSync('type')
that.packageId = options.id console.log('that.packageId====',that.packageId)
// console.log(that.packageId)
if (that.type == 1) { if (that.type == 1) {
that.userType = user.userType that.userType = user.userType
that.userId = user.enterpriseId that.userId = user.enterpriseId
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论