店铺修改
This commit is contained in:
parent
03f2047a09
commit
3a77a017aa
@ -143,48 +143,45 @@
|
|||||||
<view class="store-item" v-for="(item,index) in storeList" :key="index">
|
<view class="store-item" v-for="(item,index) in storeList" :key="index">
|
||||||
<view class="head">
|
<view class="head">
|
||||||
<view class="bgc_img" :style="{ backgroundImage: `url(${item.mini_banner})`}">
|
<view class="bgc_img" :style="{ backgroundImage: `url(${item.mini_banner})`}">
|
||||||
<view class="head_conent">
|
</view>
|
||||||
<view class="head_conent_l" @click="goStore(item.mer_id)">
|
<view class="zhezhao">
|
||||||
<view class="conent_l_top">
|
</view>
|
||||||
<view class="avatar" :style="{backgroundImage:`url(${item.mer_avatar})`}">
|
<view class="zhezhao1" @click="goStore(item.mer_id)">
|
||||||
</view>
|
<view class="title">
|
||||||
<view class="top_text">
|
<view>{{item.mer_name}}
|
||||||
<p>{{item.mer_name}}</p>
|
|
||||||
<view class="text">
|
|
||||||
<image src="@/static/images/phone.png" mode=""></image>
|
|
||||||
<span>
|
|
||||||
{{item.service_phone}}
|
|
||||||
</span>
|
|
||||||
</view>
|
|
||||||
<view class="text">
|
|
||||||
<image src="@/static/images/clock.png" mode=""></image>
|
|
||||||
<span>
|
|
||||||
{{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
|
|
||||||
</span>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="conent_l_bom">
|
|
||||||
<view class="text">
|
|
||||||
<image src="@/static/images/dingwei.png" mode=""></image>
|
|
||||||
<p>
|
|
||||||
{{item.mer_address}}
|
|
||||||
</p>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view class="text">
|
|
||||||
<image src="@/static/images/shangpu.png"></image>
|
|
||||||
<p>
|
|
||||||
{{item.mer_info}}
|
|
||||||
</p>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="head_conent_r" @click="qctail(item)">
|
<span>
|
||||||
<image class="miniban" :src="item.mer_certificate[0]"></image>
|
{{item.type_name}}
|
||||||
|
</span>
|
||||||
|
</view>
|
||||||
|
<view class="coent">
|
||||||
|
<view class="avater">
|
||||||
|
<image :src="item.mer_avatar" mode=""></image>
|
||||||
|
</view>
|
||||||
|
<view class=" text">
|
||||||
|
<view class="text_one">
|
||||||
|
<view class="">
|
||||||
|
<image src="@/static/images/phone.png" mode=""></image>
|
||||||
|
{{item.service_phone}}
|
||||||
|
</view>
|
||||||
|
<view class="text_one_r">
|
||||||
|
<image src="@/static/images/clock.png" mode=""></image>
|
||||||
|
{{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="text_two">
|
||||||
|
<image src="@/static/images/shangpu.png" mode=""></image>
|
||||||
|
{{item.mer_info}}
|
||||||
|
</view>
|
||||||
|
<view class="text_three">
|
||||||
|
<image src="@/static/images/dingwei.png" mode=""></image>
|
||||||
|
{{item.mer_address}}
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class='loadingicon acea-row row-center-wrapper' v-if='loading'>
|
<view class='loadingicon acea-row row-center-wrapper' v-if='loading'>
|
||||||
@ -219,10 +216,6 @@
|
|||||||
<!-- #ifndef H5 -->
|
<!-- #ifndef H5 -->
|
||||||
<passwordPopup></passwordPopup>
|
<passwordPopup></passwordPopup>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<u-popup class="pop" :show="show" @close="close" mode="center" bgColor='transparent'>
|
|
||||||
<image :src="image"></image>
|
|
||||||
<image src="@/static/images/guanbi.png" class="guanbi" @click="close"></image>
|
|
||||||
</u-popup>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -396,8 +389,6 @@
|
|||||||
merList: [], //商户分类
|
merList: [], //商户分类
|
||||||
mTop: 0,
|
mTop: 0,
|
||||||
activeIndex: 0,
|
activeIndex: 0,
|
||||||
show: false, //质资弹出层
|
|
||||||
image: '' //图片
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad: function(options) {
|
onLoad: function(options) {
|
||||||
@ -587,7 +578,7 @@
|
|||||||
this.storeList = this.storeList.concat(res.data.list)
|
this.storeList = this.storeList.concat(res.data.list)
|
||||||
this.count = res.data.count
|
this.count = res.data.count
|
||||||
this.loading = false
|
this.loading = false
|
||||||
// console.log(this.storeList);
|
console.log(this.storeList);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 店铺排序
|
// 店铺排序
|
||||||
@ -860,18 +851,6 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
qctail(item) {
|
|
||||||
// console.log(item);
|
|
||||||
if (item.mer_certificate == '') {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
this.show = true
|
|
||||||
this.image = item.mer_certificate[0]
|
|
||||||
// console.log(this.show);
|
|
||||||
},
|
|
||||||
close() {
|
|
||||||
this.show = false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
|
|
||||||
@ -1486,109 +1465,117 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
.bgc_img {
|
.zhezhao {
|
||||||
|
position: absolute;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: 200px;
|
height: 150px;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
z-index: 0;
|
||||||
|
opacity: 0.5;
|
||||||
|
background-color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgc_img {
|
||||||
|
position: absolute;
|
||||||
|
width: 95%;
|
||||||
|
height: 150px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.head_conent {
|
.zhezhao1 {
|
||||||
|
width: 100%;
|
||||||
|
height: 150px;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
|
.title {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 50px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-left: 20px;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
.head_conent_l {
|
span {
|
||||||
width: 70%;
|
background-color: #F84221;
|
||||||
|
color: white;
|
||||||
|
font-size: 12px;
|
||||||
.conent_l_top {
|
padding: 3px;
|
||||||
display: flex;
|
border-radius: 5px;
|
||||||
height: 200rpx;
|
margin-left: 5px;
|
||||||
|
|
||||||
.avatar {
|
|
||||||
width: 80px;
|
|
||||||
height: 180rpx;
|
|
||||||
background-size: cover;
|
|
||||||
margin: 10px 0 10px 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top_text {
|
|
||||||
margin: 10px 0 0 15px;
|
|
||||||
|
|
||||||
.text {
|
|
||||||
margin: 12.5rpx 0px;
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
span {
|
|
||||||
width: 120px;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
-o-text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
width: 15px;
|
|
||||||
height: 15px;
|
|
||||||
margin-right: 10rpx;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 31rpx;
|
|
||||||
font-weight: 700;
|
|
||||||
width: 160px;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
-o-text-overflow: ellipsis;
|
|
||||||
margin-bottom: 30rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.conent_l_bom {
|
|
||||||
margin-top: 40rpx;
|
|
||||||
|
|
||||||
.text {
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
p {
|
|
||||||
width: 190px;
|
|
||||||
margin: 10rpx 0 10Rpx 0;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
-o-text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
margin: 10rpx 0 10px 10px;
|
|
||||||
width: 15px;
|
|
||||||
height: 15px;
|
|
||||||
margin-right: 10rpx;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.head_conent_r {
|
|
||||||
height: 200px;
|
|
||||||
width: 30%;
|
|
||||||
|
|
||||||
.miniban {
|
|
||||||
width: 100px;
|
|
||||||
height: 150px;
|
|
||||||
margin-top: 35px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.coent {
|
||||||
|
display: flex;
|
||||||
|
margin-left: 20px;
|
||||||
|
|
||||||
|
.avater {
|
||||||
|
width: 60px;
|
||||||
|
height: 80px;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 60px;
|
||||||
|
height: 80px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
.text_one {
|
||||||
|
display: flex;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
padding-left: 10px;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text_one_r {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.text_two {
|
||||||
|
width: 270px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
padding-left: 10px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.text_three {
|
||||||
|
width: 270px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
padding-left: 10px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pro-box {
|
.pro-box {
|
||||||
|
@ -45,45 +45,40 @@
|
|||||||
<view class="store-item" v-for="(item,index) in storeList" :key="index">
|
<view class="store-item" v-for="(item,index) in storeList" :key="index">
|
||||||
<view class="head">
|
<view class="head">
|
||||||
<view class="bgc_img" :style="{ backgroundImage: `url(${item.mini_banner})`}">
|
<view class="bgc_img" :style="{ backgroundImage: `url(${item.mini_banner})`}">
|
||||||
<view class="head_conent">
|
</view>
|
||||||
<view class="head_conent_l" @click="goStore(item.mer_id)">
|
<view class="zhezhao">
|
||||||
<view class="conent_l_top">
|
</view>
|
||||||
<view class="avatar" :style="{backgroundImage:`url(${item.mer_avatar})`}">
|
<view class="zhezhao1" @click="goStore(item.mer_id)">
|
||||||
</view>
|
<view class="title">
|
||||||
<view class="top_text">
|
<view>{{item.mer_name}}
|
||||||
<p>{{item.mer_name}}</p>
|
|
||||||
<view class="text">
|
|
||||||
<image src="@/static/images/phone.png" mode=""></image>
|
|
||||||
<span>
|
|
||||||
{{item.service_phone}}
|
|
||||||
</span>
|
|
||||||
</view>
|
|
||||||
<view class="text">
|
|
||||||
<image src="@/static/images/clock.png" mode=""></image>
|
|
||||||
<span>
|
|
||||||
{{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
|
|
||||||
</span>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="conent_l_bom">
|
|
||||||
<view class="text">
|
|
||||||
<image src="@/static/images/dingwei.png" mode=""></image>
|
|
||||||
<p>
|
|
||||||
{{item.mer_address}}
|
|
||||||
</p>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view class="text">
|
|
||||||
<image src="@/static/images/shangpu.png"></image>
|
|
||||||
<p>
|
|
||||||
{{item.mer_info}}
|
|
||||||
</p>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="head_conent_r" @click="qctail(item)">
|
<span>
|
||||||
<image class="miniban" :src="item.mer_certificate[0]"></image>
|
{{item.type_name}}
|
||||||
|
</span>
|
||||||
|
</view>
|
||||||
|
<view class="coent">
|
||||||
|
<view class="avater">
|
||||||
|
<image :src="item.mer_avatar" mode=""></image>
|
||||||
|
</view>
|
||||||
|
<view class=" text">
|
||||||
|
<view class="text_one">
|
||||||
|
<view class="">
|
||||||
|
<image src="@/static/images/phone.png" mode=""></image>
|
||||||
|
{{item.service_phone}}
|
||||||
|
</view>
|
||||||
|
<view class="text_one_r">
|
||||||
|
<image src="@/static/images/clock.png" mode=""></image>
|
||||||
|
{{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="text_two">
|
||||||
|
<image src="@/static/images/shangpu.png" mode=""></image>
|
||||||
|
{{item.mer_info}}
|
||||||
|
</view>
|
||||||
|
<view class="text_three">
|
||||||
|
<image src="@/static/images/dingwei.png" mode=""></image>
|
||||||
|
{{item.mer_address}}
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -870,109 +865,177 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
.bgc_img {
|
.zhezhao {
|
||||||
|
position: absolute;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: 200px;
|
height: 150px;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
z-index: 0;
|
||||||
|
opacity: 0.5;
|
||||||
|
background-color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgc_img {
|
||||||
|
position: absolute;
|
||||||
|
width: 95%;
|
||||||
|
height: 150px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.head_conent {
|
.zhezhao1 {
|
||||||
|
width: 100%;
|
||||||
|
height: 150px;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
|
.title {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 50px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-left: 20px;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
.head_conent_l {
|
span {
|
||||||
width: 70%;
|
background-color: #F84221;
|
||||||
|
color: white;
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 3px;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.coent {
|
||||||
|
display: flex;
|
||||||
|
margin-left: 20px;
|
||||||
|
|
||||||
.conent_l_top {
|
.avater {
|
||||||
|
width: 60px;
|
||||||
|
height: 80px;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 60px;
|
||||||
|
height: 80px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
.text_one {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 200rpx;
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
padding-left: 10px;
|
||||||
|
|
||||||
.avatar {
|
image {
|
||||||
width: 80px;
|
width: 20px;
|
||||||
height: 180rpx;
|
height: 20px;
|
||||||
background-size: cover;
|
margin-right: 10px;
|
||||||
margin: 10px 0 10px 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_text {
|
.text_one_r {
|
||||||
margin: 10px 0 0 15px;
|
margin-left: 10px;
|
||||||
|
|
||||||
.text {
|
|
||||||
margin: 12.5rpx 0px;
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
span {
|
|
||||||
width: 120px;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
-o-text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
width: 15px;
|
|
||||||
height: 15px;
|
|
||||||
margin-right: 10rpx;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 31rpx;
|
|
||||||
font-weight: 700;
|
|
||||||
width: 160px;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
-o-text-overflow: ellipsis;
|
|
||||||
margin-bottom: 30rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.conent_l_bom {
|
.text_two {
|
||||||
margin-top: 40rpx;
|
width: 270px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
padding-left: 10px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
.text {
|
image {
|
||||||
display: flex;
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
p {
|
margin-right: 10px;
|
||||||
width: 190px;
|
|
||||||
margin: 10rpx 0 10Rpx 0;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
-o-text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
margin: 10rpx 0 10px 10px;
|
|
||||||
width: 15px;
|
|
||||||
height: 15px;
|
|
||||||
margin-right: 10rpx;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.text_three {
|
||||||
|
width: 270px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
padding-left: 10px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.head_conent_r {
|
|
||||||
height: 200px;
|
|
||||||
width: 30%;
|
|
||||||
|
|
||||||
.miniban {
|
|
||||||
width: 100px;
|
|
||||||
height: 150px;
|
|
||||||
margin-top: 35px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.pro-box {
|
||||||
|
white-space: nowrap;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 20rpx 20rpx 30rpx;
|
||||||
|
|
||||||
|
.pro-item {
|
||||||
|
display: inline-block;
|
||||||
|
width: 218rpx;
|
||||||
|
margin-right: 14rpx;
|
||||||
|
|
||||||
|
.picture,
|
||||||
|
/deep/image,
|
||||||
|
uni-image {
|
||||||
|
width: 100%;
|
||||||
|
height: 214rpx;
|
||||||
|
border-radius: 8rpx;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price {
|
||||||
|
margin-top: 5rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: var(--view-priceColor);
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
text {
|
||||||
|
font-size: 28rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.styleType3 {
|
||||||
|
padding: 20rpx;
|
||||||
|
|
||||||
|
.pro-item {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 16rpx;
|
||||||
|
text-align: center;
|
||||||
|
padding: 10rpx 0 20rpx;
|
||||||
|
|
||||||
|
.picture,
|
||||||
|
/deep/image,
|
||||||
|
uni-image {
|
||||||
|
width: 194rpx;
|
||||||
|
height: 194rpx;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 8rpx;
|
||||||
|
position: relative;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
this.getList(this.mer_id);
|
this.getList(this.mer_id);
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
this.where.page = 1
|
// this.where.page = 1
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.loaded = false
|
this.loaded = false
|
||||||
this.getList(this.mer_id);
|
this.getList(this.mer_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user