|
@@ -167,7 +167,7 @@
|
|
methods:{
|
|
methods:{
|
|
initData(data){
|
|
initData(data){
|
|
this.floorData = data
|
|
this.floorData = data
|
|
- // console.log(this.floorData)
|
|
|
|
|
|
+ console.log('userIdentity',this.userIdentity)
|
|
this.$api.getStorage().then((resolve) =>{
|
|
this.$api.getStorage().then((resolve) =>{
|
|
this.shopId = resolve.shopId ? resolve.shopId : 0
|
|
this.shopId = resolve.shopId ? resolve.shopId : 0
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
@@ -189,7 +189,8 @@
|
|
},
|
|
},
|
|
BannerNavigateTo(linkType,linkId,linkHref,keyword) {//跳转
|
|
BannerNavigateTo(linkType,linkId,linkHref,keyword) {//跳转
|
|
this.$api.BannerNavigateTo(linkType,linkId,linkHref,keyword)
|
|
this.$api.BannerNavigateTo(linkType,linkId,linkHref,keyword)
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|