Commit bb135654 authored by youjie's avatar youjie

no message

parent 9f130a31
......@@ -219,7 +219,7 @@ export default {
IsInChengdu:-1,//是否已在成都落地
BrandEnterpriseType:null,
MallBaseId: 0,
TenantId:null,
TenantId: 0,
},
loadText: {
loadmore: "轻轻上拉,加载更多",
......@@ -308,7 +308,8 @@ export default {
},
onLoad(options) {
let uid = uni.getStorageSync("mall_UserInfo")
this.msg.TenantId = this.TenantId = uid.TenantId
this.TenantId = uid.TenantId
// this.msg.TenantId = uid.TenantId
this.replace = uni.getStorageSync('replace_page_index')
this.msg.BrandEnterpriseType = this.replace.state=='1'?1:2
......
......@@ -275,7 +275,7 @@ export default {
OrderBy: "",
MallBaseId: 0,
TenantId: null,
TenantId: 0,
},
loading: false,
pageCount: 0,
......@@ -399,7 +399,8 @@ export default {
},
onLoad(options) {
let uid = uni.getStorageSync("mall_UserInfo")
this.msg.TenantId = this.TenantId = uid.TenantId
this.TenantId = uid.TenantId
// this.msg.TenantId = uid.TenantId
this.replace = uni.getStorageSync('replace_page_index')
this.msg.BuildingCarrierType = this.replace.state=='1'?1:2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment