梁航:完善个人页面样式

This commit is contained in:
hot777zz
2023-11-06 22:23:37 +08:00
parent 4b0035c6de
commit 330d747f3f
6 changed files with 119 additions and 23 deletions

View File

@@ -5,7 +5,7 @@
</view>
<view class="sub-detail u-flex">
<view class="title">
石锅饭铺面转让石锅饭铺面转让石锅饭铺面转
{{title}}
</view>
<view>
<u-grid :col="3">
@@ -78,15 +78,13 @@
},
data() {
return {
viewheight:'',
shopInfo:{
}
}
},
methods: {
// getHeight(){
// let height = this.$refs.viewref.$el.offsetHeight
// this.viewheight = height
// },
phonecall(){
console.log('打电话');
},
@@ -97,10 +95,12 @@
console.log('客服');
}
},
mounted(){
// this.getHeight();
// console.log(viewheight)
onLoad: function(options) {
const shopInfomation = JSON.parse(decodeURIComponent(options.shopInfo))
console.log(shopInfomation);
this.shopInfo = shopInfomation
}
}
</script>