梁航:完善个人页面样式
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user