diff --git a/components/zbpSwiper.vue b/components/zbpSwiper.vue index cc9d4d2..5a2a73b 100644 --- a/components/zbpSwiper.vue +++ b/components/zbpSwiper.vue @@ -5,7 +5,7 @@ - + {{street}} @@ -26,7 +26,7 @@ - + @@ -35,15 +35,26 @@ + + .newsDetail .title { + padding: 0 30rpx; + font-size: 34rpx; + color: #282828; + font-weight: bold; + margin: 45rpx 0 23rpx 0; + line-height: 1.5; + } + + .newsDetail .list { + margin: 0 30rpx; + padding-bottom: 25rpx; + } + + .newsDetail .list .label { + font-size: 30rpx; + color: #B1B2B3; + } + + .newsDetail .list .item { + margin-left: 27rpx; + font-size: 30rpx; + color: #B1B2B3; + } + + .newsDetail .list .item .iconfont { + font-size: 28rpx; + margin-right: 10rpx; + } + + .newsDetail .list .item .iconfont.icon-shenhezhong { + font-size: 26rpx; + } + + .newsDetail .conters { + padding: 0 30rpx; + font-size: 32rpx; + line-height: 1.7; + + /deep/ img { + max-width: 100%; + } + } + + .newsDetail .picTxt { + width: 690rpx; + height: 200rpx; + border-radius: 20rpx; + border: 1px solid #e1e1e1; + position: relative; + margin: 30rpx auto 0 auto; + } + + .newsDetail .picTxt .pictrue { + width: 200rpx; + height: 200rpx; + } + + .newsDetail .picTxt .pictrue image { + width: 100%; + height: 100%; + border-radius: 20rpx 0 0 20rpx; + display: block; + } + + .newsDetail .picTxt .text { + width: 460rpx; + } + + .newsDetail .picTxt .text .name { + font-size: 30rpx; + color: #282828; + } + + .newsDetail .picTxt .text .money { + font-size: 24rpx; + margin-top: 40rpx; + font-weight: bold; + } + + .newsDetail .picTxt .text .money .num { + font-size: 36rpx; + } + + .newsDetail .picTxt .text .y_money { + font-size: 26rpx; + color: #999; + text-decoration: line-through; + } + + .newsDetail .picTxt .label { + position: absolute; + background-color: #303131; + width: 160rpx; + height: 50rpx; + right: -7rpx; + border-radius: 25rpx 0 6rpx 25rpx; + text-align: center; + line-height: 50rpx; + bottom: 24rpx; + } + + .newsDetail .picTxt .label .span { + background-image: linear-gradient(to right, #fff71e 0%, #f9b513 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } + + .newsDetail .picTxt .label:after { + content: " "; + position: absolute; + width: 0; + height: 0; + border-bottom: 8rpx solid #303131; + border-right: 8rpx solid transparent; + top: -7rpx; + right: 0; + } + + .newsDetail .bnt { + color: #fff; + font-size: 30rpx; + width: 690rpx; + height: 90rpx; + border-radius: 45rpx; + margin: 48rpx auto; + text-align: center; + line-height: 90rpx; + } + \ No newline at end of file diff --git a/pages/news_list/index.vue b/pages/news_list/index.vue index 02c4887..a03bd95 100644 --- a/pages/news_list/index.vue +++ b/pages/news_list/index.vue @@ -1,310 +1,339 @@ + .newsList .swiper { + width: 100%; + position: relative; + box-sizing: border-box; + padding: 0 30rpx; + } + + .newsList .swiper swiper { + width: 100%; + height: 365rpx; + position: relative; + } + + .newsList .swiper .slide-image { + width: 100%; + height: 335rpx; + border-radius: 6rpx; + } + + // #ifdef MP-WEIXIN + .newsList .swiper .wx-swiper-dot { + width: 12rpx !important; + height: 12rpx !important; + border-radius: 0; + transform: rotate(-45deg); + transform-origin: 0 100%; + } + + .newsList .swiper .wx-swiper-dot~.wx-swiper-dot { + margin-left: 5rpx; + } + + .newsList .swiper .wx-swiper-dots.wx-swiper-dots-horizontal { + margin-bottom: -15rpx; + } + + // #endif + // #ifdef APP-PLUS || H5 + .newsList .swiper .uni-swiper-dot { + width: 12rpx !important; + height: 12rpx !important; + border-radius: 0; + transform: rotate(-45deg); + transform-origin: 0 100%; + } + + .newsList .swiper .uni-swiper-dot~.uni-swiper-dot { + margin-left: 5rpx; + } + + .newsList .swiper .uni-swiper-dots.uni-swiper-dots-horizontal { + margin-bottom: -15rpx; + } + + // #endif + .newsList .nav { + padding: 0 30rpx; + width: 100%; + white-space: nowrap; + box-sizing: border-box; + margin-top: 43rpx; + } + + .newsList .nav .item { + display: inline-block; + font-size: 32rpx; + color: #999; + min-width: 130rpx; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + position: relative; + padding-bottom: 20rpx; + } + + .newsList .nav .item.on { + color: #282828; + } + + .newsList .nav .item~.item { + margin-left: 46rpx; + } + + .newsList .nav .item .line { + width: 24rpx; + height: 4rpx; + border-radius: 2rpx; + margin: 10rpx auto 0 auto; + position: absolute; + bottom: 5rpx; + left: 50%; + margin-left: -12rpx; + } + + .newsList .list .item { + margin: 0 30rpx; + border-bottom: 1px solid #f0f0f0; + padding: 35rpx 0; + } + + .newsList .list .item .pictrue { + width: 250rpx; + height: 156rpx; + } + + .newsList .list .item .pictrue image { + width: 100%; + height: 100%; + border-radius: 6rpx; + } + + .newsList .list .item .text { + width: 420rpx; + height: 156rpx; + font-size: 24rpx; + color: #999; + } + + .newsList .list .item .text .name { + font-size: 30rpx; + color: #282828; + } + + .newsList .list .item .picList .pictrue { + width: 335rpx; + height: 210rpx; + margin-top: 30rpx; + } + + .newsList .list .item .picList.on .pictrue { + width: 217rpx; + height: 136rpx; + } + + .newsList .list .item .picList .pictrue image { + width: 100%; + height: 100%; + border-radius: 6rpx; + } + + .newsList .list .item .time { + text-align: right; + font-size: 24rpx; + color: #999; + margin-top: 22rpx; + } + + .noCommodity { + border: none; + } + + .empty-box { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + margin-top: 200rpx; + + image { + width: 414rpx; + height: 240rpx; + } + + .txt { + font-size: 26rpx; + color: #999; + text-align: center; + } + } + \ No newline at end of file diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue index 0377eec..545dab3 100644 --- a/pages/store/home/index.vue +++ b/pages/store/home/index.vue @@ -179,7 +179,8 @@ - + + @@ -429,8 +430,14 @@ import request from "@/utils/request.js"; import WaterfallsFlow from '@/components/WaterfallsFlow/WaterfallsFlow.vue' import easyLoadimage from '@/components/easy-loadimage/easy-loadimage.vue' - import { getStoreDetail, getStoreGoods, getStoreCategory, followStore, unfollowStore, - storeServiceList } from '@/api/store.js'; + import { + getStoreDetail, + getStoreGoods, + getStoreCategory, + followStore, + unfollowStore, + storeServiceList + } from '@/api/store.js'; import { initiateAssistApi, getTopicList } from '@/api/activity.js'; import { getShopCoupons, setCouponReceive, getDiy } from '@/api/api.js'; import { getUserInfo } from '@/api/user.js'; @@ -512,7 +519,7 @@ isColumn: true, // 商品列表排列方式 navShow: false, navActive: 0, - diyActive: 0, + diyActive: 1, tabActive: 0, // 底部切换 isCoupon: 0, keyword: '', @@ -592,6 +599,21 @@ value: 4, } ], + tabs3: [{ + icon: 'icon-gouwu_o', + name: '商品', + value: 3, + }, + { + icon: 'icon-yingyongAPP_o', + name: '分类', + value: 2, + }, { + icon: 'icon-yizhan_o', + name: '里海云仓', + value: 6, + } + ], tabs: [], storeScroll: true, storeTop: 0, @@ -599,7 +621,7 @@ currSpid: "", topicList: [], service_open: false, - type: 0, + type: 3, statusBarHeight: 0 } }, @@ -658,7 +680,7 @@ }, }, onLoad: function(options) { - this.type = parseInt(options.type) || 1 + this.type = parseInt(options.type) || 3 this.id = options.mer_id || options.id || 0; this.isCoupon = options.coupon || 0; this.diyActive = options.order || 0; @@ -877,6 +899,7 @@ this.tabs = this.tabs2 this.service_open = false } + this.tabs = this.tabs3 this.tab(this.type) // #ifdef H5 this.ShareInfo(); @@ -894,12 +917,14 @@ }, // 获取商铺商品 getGoods: function() { + console.log('获取店铺商品'); let that = this; if (that.loadend) return; if (that.loading) return; if (that.goodsLoading) return; that.goodsLoading = true; that.loadTitle = ''; + console.log('111'); getStoreGoods(that.id, that.where).then(res => { that.goodsLoading = false; let list = res.data.list; diff --git a/pages/supply_chains/supply_chains.vue b/pages/supply_chains/supply_chains.vue index dc5899b..5e901a7 100644 --- a/pages/supply_chains/supply_chains.vue +++ b/pages/supply_chains/supply_chains.vue @@ -1,19 +1,12 @@