Commit bb135654 authored by youjie's avatar youjie

no message

parent 9f130a31
...@@ -219,7 +219,7 @@ export default { ...@@ -219,7 +219,7 @@ export default {
IsInChengdu:-1,//是否已在成都落地 IsInChengdu:-1,//是否已在成都落地
BrandEnterpriseType:null, BrandEnterpriseType:null,
MallBaseId: 0, MallBaseId: 0,
TenantId:null, TenantId: 0,
}, },
loadText: { loadText: {
loadmore: "轻轻上拉,加载更多", loadmore: "轻轻上拉,加载更多",
...@@ -308,7 +308,8 @@ export default { ...@@ -308,7 +308,8 @@ export default {
}, },
onLoad(options) { onLoad(options) {
let uid = uni.getStorageSync("mall_UserInfo") 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.replace = uni.getStorageSync('replace_page_index')
this.msg.BrandEnterpriseType = this.replace.state=='1'?1:2 this.msg.BrandEnterpriseType = this.replace.state=='1'?1:2
......
...@@ -275,7 +275,7 @@ export default { ...@@ -275,7 +275,7 @@ export default {
OrderBy: "", OrderBy: "",
MallBaseId: 0, MallBaseId: 0,
TenantId: null, TenantId: 0,
}, },
loading: false, loading: false,
pageCount: 0, pageCount: 0,
...@@ -399,7 +399,8 @@ export default { ...@@ -399,7 +399,8 @@ export default {
}, },
onLoad(options) { onLoad(options) {
let uid = uni.getStorageSync("mall_UserInfo") 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.replace = uni.getStorageSync('replace_page_index')
this.msg.BuildingCarrierType = this.replace.state=='1'?1:2 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