更新
This commit is contained in:
parent
6b1c9700d6
commit
afec5c706d
@ -2,8 +2,8 @@
|
||||
"name" : "惠农生活",
|
||||
"appid" : "__UNI__3A527D1",
|
||||
"description" : "",
|
||||
"versionName" : "1.8.1",
|
||||
"versionCode" : 181,
|
||||
"versionName" : "1.8.6",
|
||||
"versionCode" : 186,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
@ -1,21 +1,16 @@
|
||||
<template>
|
||||
<view style="background-color: #F0F2F5;min-height: 100vh">
|
||||
<view style="height: var(--status-bar-height);"></view>
|
||||
<!-- <view style="height: var(--status-bar-height);"></view> -->
|
||||
<image style="width:750rpx" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_activity/mingyoutechan.webp"></image>
|
||||
<view class='productList' :style="viewColor">
|
||||
<!-- 顶部 -->
|
||||
<view class="top">
|
||||
<!-- <view style="height: 10px;">
|
||||
</view> -->
|
||||
<view class="head_tit">
|
||||
<view class="" style="display: flex;align-items: center;">
|
||||
<view class="back" @click='backjJump()' style="margin-right: 17rpx;">
|
||||
<!-- <u--image :showLoading="true" src="/static/images/LHYC/PFH.png" width="50.82rpx"
|
||||
height="50.82rpx"></u--image> -->
|
||||
<i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"></i>
|
||||
|
||||
<i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;color:#fff"></i>
|
||||
</view>
|
||||
<view style="font-size: 40rpx;">
|
||||
<!-- {{titName}} -->
|
||||
<view style="font-size: 40rpx;color:#fff;">
|
||||
名优特产
|
||||
</view>
|
||||
</view>
|
||||
@ -31,13 +26,10 @@
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<view class="content">
|
||||
<!-- <view class="content">
|
||||
<view class="hot_serch">
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="goodslist">
|
||||
<WaterfallsFlowp :wfList="storeList" @itemTap="itemTap" :type="1" />
|
||||
</view>
|
||||
@ -559,7 +551,10 @@
|
||||
/* #ifdef H5 */
|
||||
padding-top: 30rpx;
|
||||
/* #endif */
|
||||
background-color: #F0F2F5;
|
||||
background: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_activity/mingyoutechan.webp');
|
||||
background-size: cover; /* 设置背景图片覆盖整个容器,可能会被裁剪以完全覆盖 */
|
||||
background-position: top; /* 设置背景图片居中显示 */
|
||||
background-repeat: no-repeat; /* 确保背景图片不重复 */
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
width: 100%;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view style="background-color: #ffffff;min-height: 100vh">
|
||||
<view style="height: var(--status-bar-height);"></view>
|
||||
<!-- <view style="height: var(--status-bar-height);"></view> -->
|
||||
<view class='productList' :style="viewColor">
|
||||
<!-- 顶部 -->
|
||||
<view class="top">
|
||||
@ -31,15 +31,13 @@
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<view class="content" style="background-color: #ff5c2d;">
|
||||
<view class="hot_serch">
|
||||
</view>
|
||||
<view class="content">
|
||||
<image style="width: 750rpx;" mode="widthFix"
|
||||
src="https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_activity/mingyouxinxi.webp"></image>
|
||||
<view class="village-info" v-if="villageInfo.avatar">
|
||||
<image :src="villageInfo.avatar"></image>
|
||||
<view>
|
||||
<view class="name"><u-icon name="account" color="#fff"></u-icon>{{villageInfo.master_name}}</view>
|
||||
<view class="phone"><u-icon name="phone" color="#fff"></u-icon>{{villageInfo.master_phone}}</view>
|
||||
</view>
|
||||
<view class="name"><u-icon name="account" color="#fff"></u-icon>负责人: {{villageInfo.master_name}}</view>
|
||||
<view class="phone"><u-icon name="phone" color="#fff"></u-icon>电话: {{villageInfo.master_phone}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="goodslist">
|
||||
@ -60,8 +58,7 @@
|
||||
<view class='money on'>
|
||||
¥<text class='num'>{{item.price}}</text>
|
||||
</view>
|
||||
<view v-if="item.show_svip_info.show_svip_price && item.svip_price"
|
||||
class="acea-row row-middle">
|
||||
<view v-if="item.show_svip_info.show_svip_price && item.svip_price" class="acea-row row-middle">
|
||||
<text class='vip-money'>¥{{item.svip_price}}</text>
|
||||
<view class="vipImg">
|
||||
<image src="/static/images/svip.png"></image>
|
||||
@ -79,7 +76,8 @@
|
||||
<!-- <text class="tags_item delivery" v-if="item.delivery_free == 1">包邮</text> -->
|
||||
<!-- <view class="ticket-big" v-if="!is_switch && item.issetCoupon">领券满{{item.issetCoupon.use_min_price}}减{{item.issetCoupon.coupon_price}}</view> -->
|
||||
</view>
|
||||
<view class="score">{{item.rate}}评分 {{item.reply_count}}条评论 <text style="margin-left: 10rpx;" v-if="item.merchant">{{item.merchant.street_name}}</text></view>
|
||||
<view class="score">{{item.rate}}评分 {{item.reply_count}}条评论 <text style="margin-left: 10rpx;"
|
||||
v-if="item.merchant">{{item.merchant.street_name}}</text></view>
|
||||
<view class="company" v-if="item.merchant && hide_mer_status==0">
|
||||
<text class='name line1'>{{item.merchant.village_name}}</text>
|
||||
|
||||
@ -635,7 +633,13 @@
|
||||
/* #ifdef H5 */
|
||||
padding-top: 30rpx;
|
||||
/* #endif */
|
||||
background-color: #ff5c2d;
|
||||
background: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_activity/mingyouxinxi.webp');
|
||||
background-size: cover;
|
||||
/* 设置背景图片覆盖整个容器,可能会被裁剪以完全覆盖 */
|
||||
background-position: top;
|
||||
/* 设置背景图片居中显示 */
|
||||
background-repeat: no-repeat;
|
||||
/* 确保背景图片不重复 */
|
||||
color: #fff;
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
@ -644,7 +648,13 @@
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 20rpx;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: calc(var(--status-bar-height) + 210rpx);
|
||||
/* #ifdef H5 */
|
||||
height: 240rpx;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.menu_cls {
|
||||
@ -767,19 +777,43 @@
|
||||
margin: 10rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.village-info {
|
||||
height: 80rpx;
|
||||
position: absolute;
|
||||
bottom: 20rpx;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
height: 100rpx;
|
||||
padding: 20rpx;
|
||||
width: 700rpx;
|
||||
display: flex;
|
||||
color: #fff;
|
||||
padding-left: 20rpx;
|
||||
background: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/def/643c4202402021508275295.png');
|
||||
background-size: 100%;
|
||||
/* 设置背景图片覆盖整个容器,可能会被裁剪以完全覆盖 */
|
||||
background-position: top;
|
||||
/* 设置背景图片居中显示 */
|
||||
background-repeat: no-repeat;
|
||||
|
||||
/* 确保背景图片不重复 */
|
||||
image {
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
border-radius: 50%;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.name, .phone{
|
||||
|
||||
.name,
|
||||
.phone {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.name{
|
||||
min-width: 270rpx;
|
||||
}
|
||||
.phone{
|
||||
min-width: 300rpx;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1227,6 +1261,7 @@
|
||||
transform: translateY(-50%);
|
||||
|
||||
}
|
||||
|
||||
.goodslist {
|
||||
margin: 0 auto;
|
||||
width: 725rpx;
|
||||
@ -1258,6 +1293,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.b-color {
|
||||
background-color: var(--view-theme) !important;
|
||||
border: 1px solid var(--view-theme) !important;
|
||||
@ -1927,6 +1963,7 @@
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
padding-left: 10px;
|
||||
|
||||
.text_tip {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
@ -1946,6 +1983,7 @@
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
padding-left: 10px;
|
||||
|
||||
.text_tip {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user