|
@@ -4,7 +4,7 @@
|
|
|
<view class="store-card">
|
|
<view class="store-card">
|
|
|
<view class="info-top">
|
|
<view class="info-top">
|
|
|
<view class="left">
|
|
<view class="left">
|
|
|
- <image class="storeImg" :src="merchantInfo.merchantLogo" mode="aspectFit"></image>
|
|
|
|
|
|
|
+ <image class="storeImg" :src="merchantInfo.merchantLogo"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="center">
|
|
<view class="center">
|
|
|
<view class="name">{{merchantInfo.merchantName}}</view>
|
|
<view class="name">{{merchantInfo.merchantName}}</view>
|
|
@@ -136,7 +136,7 @@ const makePhoneCall = () => {
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
.container {
|
|
.container {
|
|
|
- padding: 30rpx;
|
|
|
|
|
|
|
+ padding: 20rpx;
|
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -234,7 +234,7 @@ const makePhoneCall = () => {
|
|
|
}
|
|
}
|
|
|
/* 联系商家部分 */
|
|
/* 联系商家部分 */
|
|
|
.contact-section {
|
|
.contact-section {
|
|
|
- margin-top: 30rpx;
|
|
|
|
|
|
|
+ margin-top: 20rpx;
|
|
|
padding: 40rpx;
|
|
padding: 40rpx;
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
border-radius: 24rpx;
|
|
border-radius: 24rpx;
|