nk-shop2.0/pages/supply_chains/supply_chains.vue

709 lines
19 KiB
Vue

<template>
<view class="Circle_friends">
<view class="circle_friends_wrapper">
<view class="supply_chains-head">
<swiper class="swiper l_center" :indicator-dots="swiper.indicatorDots" :autoplay="swiper.autoplay"
:interval="swiper.interval" :duration="swiper.duration" indicator-active-color="#fff">
<block v-for="(item,i) in swiper['url']" :key="i">
<swiper-item class="swi_item">
<u--image :showLoading="true" :src="item.pic" width="750rpx" height="500rpx" mode="aspectFill">
</u--image>
</swiper-item>
</block>
</swiper>
</view>
<!-- <view class="search_wrapper flex_a_c_j_sb">
<navigator url="/pages/plantGrass/plant_search/index" hover-class="none" class="search_content flex_a_c_j_sb">
<view class="flex_a_c">
<view class="iconfont icon-sousuo"></view>
<input type="text" v-model="keyword" placeholder="搜索想看的文章">
</view>
<button class="search_btn">搜索</button>
</navigator>
<view class="iconlihai lihai-gengduo" @click="showPicker=true"></view>
</view> -->
<view class="shop_wrapper">
<navigator class="l_yun" hover-class="none"
:url="`/pages/nongKe/supply_chain/supplier?type_id=10&street_id=${sotreParam.street_id}`">
<view class="yun_title flex_a_c">
<view class="">泸州市{{district}}{{town}}</view>
<view class="iconlihai lihai-gengduo" @click.stop="showPicker=true"></view>
</view>
<view class="text_cont">
<text class="name_town">{{town}}</text>供销综合云市场
</view>
</navigator>
<navigator class="r_lihai" hover-class="none"
:url="`/pages/nongKe/supply_chain/supplier?type_id=11&street_id=${sotreParam.street_id}`">
<view class="title">里海云仓</view>
<text>平台线上仓库</text>
</navigator>
</view>
<!-- <view class="bazaar_wrapper">
<navigator class="cloud" hover-class="none"
:url="`/pages/nongKe/supply_chain/supplier?street_id=${sotreParam.street_id}`">
<view class="top_label">
<view class="label_item">{{district}}供销</view>
<view class="label_item town_label" style="z-index: -2;">{{town}}综合云市场</view>
</view>
<view class="cont_box flex_a_c_j_sb">
<view class="l_msg flex_a_c">
<image src="https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/8/shichang.png"
mode="aspectFill"></image>
<view>
<h3>供销综合云市场</h3>
<view>综合云市场</view>
</view>
</view>
<view class="r_btn">去逛逛</view>
</view>
</navigator>
<navigator class="lihai" hover-class="none" url="/pages/nongKe/supply_chain/supplier">
<view class="top_label">
<view class="label_item">平台线上仓库</view>
</view>
<view class="cont_box flex_a_c_j_sb">
<view class="l_msg flex_a_c">
<image src="https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/8/lihai.png"
mode="aspectFill"></image>
<view>
<h3>里海云仓</h3>
<view>里海平台云仓库</view>
</view>
</view>
<view class="r_btn">去逛逛</view>
</view>
</navigator>
</view> -->
<!-- 滚动 -->
<scroll-view scroll-y="true" class="article_box">
<view>
<block v-for="item in ArticleHotList" :key="item.article_id">
<view class="article_item">
<view class="title">{{item.title}}</view>
<view class="synopsis">{{item.synopsis}}</view>
</view>
</block>
</view>
</scroll-view>
<view class="tabs_wrapper">
<!-- <u-tabs :list="tabsData.list" @click="tabsChange" :activeStyle="tabsData.activeStyle"
:inactiveStyle="tabsData.inactiveStyle" lineHeight="0" keyName="cate_name"></u-tabs> -->
<view class="title flex_a_c">最新动态</view>
</view>
<view class="goods">
<block v-for="(item,index) in cateGoods" :key="item.uid">
<view class="goods_item" @click="gogogo(item)">
<image class="goods_img" :src="item.image[0]" mode="aspectFill"></image>
<view class="botm">
<view class="title">{{item.title}}</view>
<view class="goods_info flex_a_c">
<view class="l_info flex_a_c">
<image :src="(item.author && item.author.avatar) || '/static/images/f.png'" mode="aspectFill"
class="g_img"></image>
<view class="g_name">{{item.author && item.author.nickname}}</view>
</view>
<view class="nice_box" @click.stop="giveStart(item)">
<text class="iconfont" :class="item.relevance_id ? 'icon-shoucang1' : 'icon-dianzan'"></text>
<text class="collect">{{item.count_start}}</text>
</view>
</view>
</view>
</view>
</block>
<!-- <WaterfallsFlow :wfList='cateGoods' :isFind="true" @likeToggle="likeToggle" /> -->
</view>
<view class="empty_wrapper" v-if="emptyShow">
<u-empty :show="emptyShow" mode="list" icon="http://cdn.uviewui.com/uview/empty/list.png"></u-empty>
</view>
</view>
<u-picker :defaultIndex="[0,0]" :show="showPicker" ref="uPicker" :columns="columnData" @confirm="confirm"
@cancel="showPicker = false" @change="changeHandler" keyName="name"></u-picker>
<view class="bg_color"></view>
<m-tabbar native>
<template v-slot:tabbar_index_2>
<view class="custom_style">
<view class="custom_style_icon"></view>
</view>
</template>
</m-tabbar>
</view>
</template>
<script>
import { mapGetters } from 'vuex'
import mTabbar from '@/components/m-tabbar/m-tabbar.vue'
import WaterfallsFlow from '@/components/plantWaterfallsFlow/WaterfallsFlow.vue'
import { getSlideAPI, getArea, getStreet } from '@/api/article.js'
import { graphicLstApi, getTopicList, graphicStartApi } from '@/api/community.js'
import { getIndexData, getArticleCategoryList, getArticleList } from '@/api/api.js'
import { Toast } from '@/libs/uniApi'
export default {
components: {
WaterfallsFlow,
mTabbar
},
data() {
return {
showPicker: false,
columnData: [],
show: false,
sotreParam: {
street_id: '',
page: 1
},
swiper: {
url: [{
img: ''
}],
indicatorDots: true, // 显示面板指示点
vertical: false, // 滑动方向是否为纵向
autoplay: true, // 是否自动切换
interval: 2000, // 自动切换时间间隔
duration: 500 // 滑动动画时长
},
tabsData: {
list: [],
tabsActive: 0,
activeStyle: {
color: '#F84221',
fontWeight: 'bold',
borderRadius: '100px',
backgroundColor: '#fff',
padding: '15.79rpx 21.05rpx'
},
inactiveStyle: {
color: '#fff',
padding: '15.79rpx 21.05rpx',
}
},
cateGoods: [],
where: {
category_id: 0,
page: 1,
limit: 30
},
currentItemId: 69, // 默认获取 社区的数据 0 表示推荐 || 69 社区
keyword: '',
district: '',
town: '',
emptyShow: false,
ArticleHotList: []
}
},
onLoad() {
this.getBanner()
this.getCateList()
this.getGoods()
this.articleHotList()
this.Area()
uni.$on('resetLocation', function() {
console.log('resetLocation');
})
this.district = this.location.address_component.district
this.town = this.location.address_component.street
},
onShow() {},
computed: mapGetters(['location']),
methods: {
async articleHotList() {
const res = await getArticleList(19)
this.ArticleHotList = res.data.list
},
gogogo(item) {
uni.navigateTo({
url: '/pages/plantGrass/plant_detail/index?id=' + item.community_id
})
},
giveStart(item) {
let status = item.relevance_id ? 0 : 1
graphicStartApi(item.community_id, { status: status }).then(res => {
Toast(res.message)
this.getGoods()
})
},
dianji() {
this.show = !this.show
},
likeToggle(item) {
console.log('item', item);
},
// 获取发现商品
getGoods: function() {
// 数据写死:默认社区数据 category_id=69&page=1&limit=30
console.log('id', this.currentItemId);
graphicLstApi({
...this.where,
category_id: this.currentItemId
}).then(res => {
this.cateGoods = res.data.list
res.data.list.length <= 0 ? this.emptyShow = true : this.emptyShow = false
})
},
/*获取分类列表*/
async getCateList() {
const {
data
} = await getTopicList()
this.tabsData.list = data
},
tabsChange(item) {
this.street_id = item.id
this.tabsData.tabsActive = item.index
},
async getBanner() {
const { data } = await getIndexData()
this.swiper.url = data.banner
},
// 二级联动
changeHandler(e) {
const { columnIndex, value, values, index, picker = this.$refs.uPicker } = e;
if (columnIndex === 0) {
getStreet({ area_code: value[0]['code'] }).then(res => {
this.$refs.uPicker.setColumnValues(1, res);
});
}
},
confirm(e) {
this.district = e.value[0].name
this.town = e.value[1].name
this.sotreParam.page = 1
this.sotreParam.street_id = e.value[1].code
this.showPicker = false
},
Area() {
getArea({ city_code: 510500 }).then(res => {
this.$refs.uPicker.setColumnValues(0, res.data);
this.Street(res.data[0]['code']);
});
},
Street(code) {
getStreet({ area_code: code }).then(res => {
this.$refs.uPicker.setColumnValues(1, res.data);
});
},
},
onPullDownRefresh() {
uni.stopPullDownRefresh()
}
}
</script>
<style lang="scss">
page {
background-color: #F5F5F5;
}
.Circle_friends {
position: relative;
padding: 0 0 87.72rpx 0;
}
.circle_friends_wrapper {
position: relative;
z-index: 2;
}
.supply_chains-head {
margin-bottom: 31.58rpx;
.swiper {
width: 100%;
height: 500rpx;
margin: 0 auto;
.swi_item {
width: 100%;
height: 500rpx;
}
}
}
.bg_color {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 940.35rpx;
background: url("https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/home_bg.png") no-repeat;
background-size: cover;
}
.search_wrapper {
width: 694.74rpx;
margin: 0 auto;
.iconlihai {
color: #fff;
font-size: 31.58rpx;
}
.search_content {
// flex: 1;
// margin: 0 auto;
width: 575.44rpx;
height: 66.67rpx;
padding: 2px 2px 2px 21.05rpx;
border-radius: 100px;
background-color: #fff;
.icon-sousuo {
font-weight: bold;
color: #f84221;
margin-right: 17.54rpx;
}
.search_btn {
color: #fff;
width: 135.09rpx;
height: 59.65rpx;
line-height: 59.65rpx;
background: #f84221;
border-radius: 100px;
}
}
}
.shop_wrapper {
height: 192.98rpx;
width: 694.74rpx;
margin: 0 auto;
display: flex;
justify-content: space-between;
margin-top: 38.6rpx;
.l_yun {
width: 456.14rpx;
border-radius: 8px;
background: url("https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/10/yun.png") no-repeat;
background-size: cover;
overflow: hidden;
position: relative;
.yun_title {
color: #B24322;
background-color: #ffad99;
height: 56.14rpx;
clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
text-align: center;
line-height: 56.14rpx;
padding: 0 31.58rpx 0 21.05rpx;
width: max-content;
.iconlihai {
font-size: 24.56rpx;
margin-left: 8px;
}
}
.text_cont {
position: absolute;
left: 21.05rpx;
bottom: 47.37rpx;
color: #7F1616;
font-weight: 700;
font-size: 31.58rpx;
.name_town {
font-size: 49.12rpx;
}
}
}
.r_lihai {
width: 217.54rpx;
height: 100%;
font-size: 35.09rpx;
color: #7F1616;
padding-top: 28.07rpx;
text-align: center;
background: url("https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/10/lihai.png") no-repeat;
background-size: cover;
box-sizing: border-box;
.title {
font-weight: bold;
}
text {
font-size: 24.56rpx;
margin-top: 14.04rpx;
}
}
}
.bazaar_wrapper {
width: 694.74rpx;
margin: 0 auto;
.cloud,
.lihai {
position: relative;
width: 100%;
height: 189.47rpx;
background-size: cover;
margin-top: 24.56rpx;
.cont_box {
height: 100%;
padding: 21.05rpx;
.l_msg {
align-items: center;
color: #7F1616;
h3 {
margin-bottom: 24.56rpx;
}
}
.r_btn {
align-self: flex-end;
color: #fff;
text-align: center;
line-height: 66.67rpx;
width: 171.93rpx;
height: 66.67rpx;
background: linear-gradient(90deg, #FE5300 0%, #F84221 100%);
border-radius: 20px;
}
}
image {
width: 126.32rpx;
height: 126.32rpx;
border-radius: 8px;
margin-right: 31.58rpx;
}
}
.cloud {
background: url('@/static/images/shichang.png') no-repeat;
.top_label {
position: absolute;
right: 4px;
top: 4px;
z-index: -1;
display: flex;
// align-items: center;
.label_item {
color: #B24322;
padding: 3.51rpx 14.04rpx 21.05rpx 52.63rpx;
background: linear-gradient(90deg, #FFAD99 1%, #FFAB98 99%);
box-shadow: 0px 0px 6px 1px rgba(152, 19, 16, 0.45);
border-radius: 8px;
}
.town_label {
width: 250.88rpx;
overflow: hidden;
margin-left: -10px;
color: #3053DB;
background: linear-gradient(90deg, #A9B8FE 1%, #A8B8FE 99%);
}
}
.cont_box {
.l_msg {
align-items: flex-end;
}
}
}
.lihai {
background: url('@/static/images/lihai.png') no-repeat;
.top_label {
position: absolute;
right: 4px;
top: 4px;
z-index: -1;
display: flex;
align-items: center;
.label_item {
color: #B24322;
padding: 3.51rpx 14.04rpx 21.05rpx 52.63rpx;
background: linear-gradient(90deg, #FFAD99 1%, #FFAB98 99%);
box-shadow: 0px 0px 6px 1px rgba(152, 19, 16, 0.45);
border-radius: 8px;
}
}
}
}
.scroll_art {
width: 694.74rpx;
margin: 0 auto;
height: 526.32rpx
}
.article_box {
height: 431.58rpx;
width: 694.74rpx;
margin: 38.6rpx auto;
background-color: #fff;
border-radius: 8px;
padding: 0 24.56rpx 24.56rpx 24.56rpx;
box-sizing: border-box;
.article_item {
height: 131.58rpx;
display: flex;
flex-direction: column;
justify-content: center;
border-bottom: 1px solid #CCCCCC;
.title {
font-size: 28.07rpx;
font-weight: bold;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 10.53rpx;
}
.synopsis {
font-size: 21.05rpx;
color: #666;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
.tabs_wrapper {
width: 694.74rpx;
margin: 38.6rpx auto;
::v-deep .u-tabs__wrapper__nav__item {
padding: 0 !important;
}
.title {
font-size: 31.58rpx;
font-weight: bold;
&::before {
content: '';
display: inline-block;
width: 3px;
height: 31.58rpx;
background-color: #F84221;
margin-right: 7.02rpx;
}
}
}
.empty_wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.goods {
margin: 0 auto;
width: 694.74rpx;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.goods_item {
width: 342.11rpx;
height: 491.23rpx;
border-radius: 8px;
overflow: hidden;
background-color: #fff;
display: flex;
flex-direction: column;
margin-bottom: 10.53rpx;
.goods_img {
width: 100%;
height: 294.74rpx;
}
.botm {
flex: 1;
padding: 0 14.04rpx;
padding-bottom: 21.05rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
.title {
margin: 12px 0;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.goods_info {
justify-content: space-between;
.g_img {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.g_name {
margin-left: 8.77rpx;
width: 100.63rpx;
text-overflow: ellipsis;
/* 溢出显示省略号 */
overflow: hidden;
/* 溢出隐藏 */
white-space: nowrap;
/* 强制不换行 */
}
.nice_box {
display: flex;
align-items: center;
.isshow {
color: #FE3530 !important;
}
.iconfont {
font-size: 30rpx;
}
.icon-shoucang1 {
color: #F84221;
}
.collect {
font-size: 24rpx;
margin-left: 5rpx;
}
}
}
}
}
}
</style>