|
|
@@ -76,9 +76,9 @@
|
|
|
<view class="ghs_box flex-col justify-end" v-for="(ghsInfo, index) in supplierList" :key="index">
|
|
|
<view class="image-text_7 flex-row justify-between">
|
|
|
<view class="section_1 flex-col">
|
|
|
- <image class="logo" :src="ghsInfo.smallAvatar" @click="enterShop(ghsInfo)" />
|
|
|
+ <image class="logo" :src="ghsInfo.smallAvatar" />
|
|
|
</view>
|
|
|
- <view class="text-group_7 flex-col justify-center" @click="enterShop(ghsInfo)">
|
|
|
+ <view class="text-group_7 flex-col justify-center">
|
|
|
<text class="text_8">{{ ghsInfo.name }}</text>
|
|
|
<view class="phone-line"
|
|
|
v-if="!$util.isEmpty(ghsInfo.telephone) || !$util.isEmpty(ghsInfo.telephone2)"
|
|
|
@@ -1626,10 +1626,10 @@ export default {
|
|
|
|
|
|
.phone-line {
|
|
|
width: 100%;
|
|
|
- min-height: 32upx;
|
|
|
+ min-height: 34upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- margin-bottom: 8upx;
|
|
|
+ margin-bottom:10upx;
|
|
|
}
|
|
|
|
|
|
.phone-text {
|