mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
产品页底部留出兼容iPhone手机的安全区域
This commit is contained in:
parent
0d08ed26a5
commit
5e19beee53
@ -172,6 +172,7 @@
|
|||||||
<u-button type="error" color="#ea322b" shape="circle" size="small" text="立即购买"></u-button>
|
<u-button type="error" color="#ea322b" shape="circle" size="small" text="立即购买"></u-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<u-safe-bottom customStyle="background: #ffffff"></u-safe-bottom>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@ -313,7 +314,11 @@ export default {
|
|||||||
// TODO 展示评论
|
// TODO 展示评论
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {}
|
computed: {
|
||||||
|
hasLogin() {
|
||||||
|
return this.$store.getters.hasLogin
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -505,7 +510,7 @@ export default {
|
|||||||
padding: 30rpx;
|
padding: 30rpx;
|
||||||
.prom-item {
|
.prom-item {
|
||||||
@include flex-left;
|
@include flex-left;
|
||||||
font-size: 14rpx;
|
font-size: 22rpx;
|
||||||
margin-bottom: 15rpx;
|
margin-bottom: 15rpx;
|
||||||
.prom-title {
|
.prom-title {
|
||||||
padding: 1rpx 10rpx;
|
padding: 1rpx 10rpx;
|
||||||
@ -559,7 +564,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.comment-empty {
|
.comment-empty {
|
||||||
|
margin-bottom: 100rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user