Browse Source

[门店][修改]:[门店样式修改]

tags/江西版6.1.0
meo 6 years ago
parent
commit
a36e5ded4a
2 changed files with 6 additions and 2 deletions
  1. +1
    -1
      pages/index/searchbar/detail/index.wxml
  2. +5
    -1
      pages/index/searchbar/detail/index.wxss

+ 1
- 1
pages/index/searchbar/detail/index.wxml View File

@@ -14,7 +14,7 @@
</view>
<view>
<text>{{data.merchantName}}</text>
<text>{{data.title}}</text>
<text class='title'>{{data.title}}</text>
</view>
<view class='fenxiang' wx:if="{{data.type!=50&&data.type!=51}}" bindtap='showshare'>
<image class="fenxiang" src='{{share01}}' mode="widthFix"></image>


+ 5
- 1
pages/index/searchbar/detail/index.wxss View File

@@ -5,7 +5,7 @@
margin: 0 auto;
overflow: hidden;
position: relative;
height: 576rpx;
height: 476rpx;
}

.index-slide-view .dots {
@@ -153,6 +153,10 @@
width: 92%;
margin: 0 auto;
}
.title{
font-size: 24rpx;
color: #666;
}
.merchant-shop,.merchant-phone{
width: 92%;
margin: 0 auto;


Loading…
Cancel
Save