123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143 |
- <template>
- <view>
- <headerSerch :dataConfig="headItem"></headerSerch>
- <view class="header-group">
- <view class="tabs">
- <u-tabs :list="navigationList" @click="clickNav" lineColor="#FFD373" :inactiveStyle="{ color: '#FFF' }"
- :activeStyle="{ color: '#FFD373', fontWeight: 'bold' }" keyName="title"></u-tabs>
- </view>
- </view>
- <view v-if="!isLogin">
- <u-skeleton :loading="true" rows="20" :animate="true"></u-skeleton>
- </view>
- <view v-else>
- <!-- 内容切换 -->
- <view class="tab-content" v-if="current == 0">
- <!-- 轮播 -->
- <view class="swiper-group">
- <u-swiper :list="swiperList" indicator indicatorMode="line" circular></u-swiper>
- </view>
- <!-- 宫格 -->
- <view class="grid-box">
- <view class="grid-group">
- <view class="grid-item">
- <image src="../../../static/menus/miaosha.png" mode="aspectFit" @click="menusTap('共富1580', 8)">
- </image>
- <text>共富1580</text>
- </view>
- <view class="grid-item">
- <image src="../../../static/menus/hongbao.png" mode="aspectFit" @click="menusTap('红包商城', 3)">
- </image>
- <text>红包商城</text>
- </view>
- <view class="grid-item">
- <image src="../../../static/menus/jifeng.png" mode="aspectFit" @click="menusTap('积分专区', 1)">
- </image>
- <text>积分专区</text>
- </view>
- <view class="grid-item">
- <image src="../../../static/menus/chuangke.png" mode="aspectFit" @click="menusTap('创客专区', 4)">
- </image>
- <text>创客专区</text>
- </view>
- <view class="grid-item">
- <image src="../../../static/menus/chengshihehuoren.png" mode="aspectFit" @click="menusTap('城市合伙人', 5)">
- </image>
- <text>城市合伙人</text>
- </view>
- <view class="grid-item">
- <image src="../../../static/menus/jifengdikou.png" mode="aspectFit"
- @click="menusTap('积分抵扣专区', 2)">
- </image>
- <text>抵扣专区</text>
- </view>
- </view>
- </view>
- <!-- 通知 -->
- <view class="notice">
- <u-notice-bar :text="notice" direction="column" duration="3000" @click="goNoticeDetail($event)">
- </u-notice-bar>
- </view>
- <!-- 通知弹框 -->
- <view>
- <u-modal :show="noticeShow" title="通告" confirmText="我已知晓" confirmColor="#FABA59"
- @confirm="noticeClose">
- <view class="slot-content">
- <rich-text :nodes="noticeContent"></rich-text>
- </view>
- </u-modal>
- </view>
- <!-- 爆款专区 -->
- <view class="sale-group">
- <view class="sale-content">
- <view class="title">爆款专区 <view class="more">
- </view>
- </view>
- <view class="goods-scroll">
- <scroll-view scroll-x="true" v-if="tempArrBao.length > 0">
- <view class="goods-item" v-for="(item, index) in tempArrBao" :key="index"
- @click="goDetail(item)">
- <image :src="item.goodsCover" mode="aspectFit"></image>
- <view class="goods-name">
- <u-text prefixIcon="bookmark"
- iconStyle="font-size: 16px; color:red;min-height: 30px;" :lines="2" bold
- block size="12" :text="item.goodsName"></u-text>
- <view class="tags">赠送{{ item.obtainIntegral }}红积分</view>
- <view class="price">¥{{ item.salePrice - 0 }}</view>
- </view>
- </view>
- </scroll-view>
- <u-empty v-else mode="list" icon="http://cdn.uviewui.com/uview/empty/list.png" />
- </view>
- </view>
- </view>
- <!-- 商品推荐列表 -->
- <view class="goods-list">
- <view class="title">
- <view class="line"></view>
- 商品推荐
- <view class="line"></view>
- </view>
- <goodListMall @changeTab="changeTab" :tempArr="tempArr" :iSshowH="false" @detail="goDetail"
- :isSortType="isSortType"></goodListMall>
- </view>
- </view>
- <view class="tab-content" v-show="current >= 1">
- <!-- 轮播 -->
- <view class="swiper-group">
- <u-swiper :list="swiperTabList.length == 0?swiperList:swiperTabList" indicator indicatorMode="line" circular></u-swiper>
- </view>
- <!-- 商品列表 -->
- <goodListMall @changeTab="changeTab" :iSshowH="true" @detail="goDetail" :currentId="currentId"
- :isSortType="isSortType" ref="goodTablist"></goodListMall>
- </view>
- </view>
- </view>
- </template>
- <script>
- import headerSerch from './components/headerSerch';
- import goodListMall from './components/goodListMall';
- import {
- toLogin
- } from '@/libs/login.js';
- import {
- mapGetters
- } from "vuex";
- import { getAdsList, getNoticeList, getCategoryOne, getGoodsPage, getIndexData, getGoodsInfo } from '../../../api/home.js'
- import {
- goShopDetail
- } from '@/libs/order.js';
- export default {
- components: {
- headerSerch,
- goodListMall
- },
- data() {
- return {
- currentId: '',
- noticeShow: false,
- noticeContent: '',
- tempArr: [],
- tempArrBao: [
- {
- "id": 72,
- "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211112/mid_1608a6e46f559f11328c544fa05ea10b.png",
- "store_name": "COACH/蔻驰女士swinger腋下包单肩包麻将包豌豆包",
- "store_info": "COACH/蔻驰女士swinger腋下包单肩包麻将包豌豆包",
- "cate_id": "79",
- "price": "3000.00",
- "ot_price": "2900.00",
- "sales": "226",
- "unit_name": "件",
- "sort": 446,
- "activity": [],
- "stock": 258,
- "vip_price": 0,
- "is_vip": 0,
- "couponId": [],
- "star": [
- {
- "product_score": 5,
- "product_id": 72
- }
- ],
- "checkCoupon": false
- },
- {
- "id": 119,
- "image": "https://demo26.crmeb.net/uploads/attach/2021/12/10/mid_738c68638ab29effeff2e98365ec6dd6.jpg",
- "store_name": "微星(MSI)GK50Z 机械键盘 红轴 RGB光效 有线 游戏电竞办公键盘 104键 吃鸡键盘 黑色",
- "store_info": "ceshi123",
- "cate_id": "38",
- "price": "0.01",
- "ot_price": "199.00",
- "sales": "135",
- "unit_name": "件",
- "sort": 999,
- "activity": [],
- "stock": 24855,
- "vip_price": 0,
- "is_vip": 0,
- "couponId": [
- {
- "id": 23,
- "product_id": 119,
- "issue_coupon_id": 218,
- "title": "",
- "add_time": 1664522680
- }
- ],
- "star": [
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 2,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 3,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 3,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 4,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 2,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- },
- {
- "product_score": 5,
- "product_id": 119
- }
- ],
- "checkCoupon": false
- },
- {
- "id": 41,
- "image": "http://demo26.crmeb.net/uploads/attach/2020/10/13/a23b5bc300cc6a965082368f8c657b3d.jpg",
- "store_name": "华为智选摄像头智能家居监控器无线高清网络摄像头家用全景智能摄像机1080P夜间清晰人像AI智能看护",
- "store_info": "华为智选摄像头智能家居监控器无线高清网络摄像头家用全景智能摄像机1080P夜间清晰人像AI智能看护",
- "cate_id": "11,21",
- "price": "500.00",
- "ot_price": "1000.00",
- "sales": "94",
- "unit_name": "件",
- "sort": 0,
- "activity": [],
- "stock": 1981,
- "vip_price": 0,
- "is_vip": 0,
- "couponId": [],
- "star": [],
- "checkCoupon": false
- },
- {
- "id": 51,
- "image": "http://demo26.crmeb.net/uploads/attach/2020/10/20201014/118bccc3d5499881dd7178c43ebb9346.jpg",
- "store_name": "极度空间 中秋贺卡 生日卡片 创意3D明信片感恩卡*10",
- "store_info": "极度空间 中秋贺卡 生日卡片 创意3D明信片感恩卡*10",
- "cate_id": "40,34",
- "price": "100.00",
- "ot_price": "1000.00",
- "sales": "39",
- "unit_name": "件",
- "sort": 0,
- "activity": [],
- "stock": 761,
- "vip_price": 0,
- "is_vip": 0,
- "couponId": [],
- "star": [
- {
- "product_score": 5,
- "product_id": 51
- }
- ],
- "checkCoupon": true
- },
- {
- "id": 89,
- "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211113/mid_2fbe723632427b0768df24c4f23c6cad.png",
- "store_name": "家居梵高系列联名款饭盒袋大容量手拎保温实用方便 星月夜饭盒袋",
- "store_info": "",
- "cate_id": "35",
- "price": "350.00",
- "ot_price": "300.00",
- "sales": "19",
- "unit_name": "件",
- "sort": 553,
- "activity": [],
- "stock": 185,
- "vip_price": 0,
- "is_vip": 0,
- "couponId": [],
- "star": [
- {
- "product_score": 5,
- "product_id": 89
- }
- ],
- "checkCoupon": false
- },
- {
- "id": 45,
- "image": "http://demo26.crmeb.net/uploads/attach/2020/10/20201014/1bfcaad092adb917739ec681f55fb255.jpg",
- "store_name": "Adidas阿迪达斯男装 2020秋季新款运动服户外跑步训练健身透气舒适时尚休闲夹克外套GD5462 GD5462 L",
- "store_info": "Adidas阿迪达斯男装 2020秋季新款运动服户外跑步训练健身透气舒适时尚休闲夹克外套GD5462 GD5462 L",
- "cate_id": "26,27,50,54",
- "price": "200.00",
- "ot_price": "500.00",
- "sales": "11",
- "unit_name": "件",
- "sort": 0,
- "activity": [],
- "stock": 4984,
- "vip_price": "120.00",
- "is_vip": 1,
- "couponId": [],
- "star": [
- {
- "product_score": 5,
- "product_id": 45
- },
- {
- "product_score": 5,
- "product_id": 45
- },
- {
- "product_score": 2,
- "product_id": 45
- }
- ],
- "checkCoupon": false
- },
- {
- "id": 71,
- "image": "https://demo26.crmeb.net/uploads/attach/2021/09/03/mid_0b209a475fe7a7118dc964407c98542c.jpg",
- "store_name": "Casio卡西欧女表时尚优雅简约指针防水复古石英手表LTP-1094E-1A",
- "store_info": "品质保障 全场包邮",
- "cate_id": "38",
- "price": "265.00",
- "ot_price": "265.00",
- "sales": "6",
- "unit_name": "件",
- "sort": 300,
- "activity": [],
- "stock": 94,
- "vip_price": 0,
- "is_vip": 0,
- "couponId": [],
- "star": [
- {
- "product_score": 5,
- "product_id": 71
- },
- {
- "product_score": 5,
- "product_id": 71
- },
- {
- "product_score": 5,
- "product_id": 71
- }
- ],
- "checkCoupon": false
- }
- ],
- isSortType: 0,
- headItem: {
- "name": "headerSerch",
- "timestamp": "1666235374470000",
- "setUp": {
- "tabVal": 0
- },
- "bgColor": {
- "title": "背景颜色(渐变)",
- "name": "bgColor",
- "default": [
- {
- "item": "#F62C2C"
- },
- {
- "item": "#F96E29"
- }
- ],
- "color": [
- {
- "item": "rgba(242,16,78,1)"
- },
- {
- "item": "rgba(210,41,87,1)"
- }
- ]
- },
- "boxStyle": {
- "title": "边框样式",
- "name": "boxStyle",
- "type": 0,
- "list": [
- {
- "val": "圆角",
- "icon": "iconPic_fillet"
- },
- {
- "val": "直角",
- "icon": "iconPic_square"
- }
- ]
- },
- "txtStyle": {
- "title": "文本位置",
- "name": "txtStyle",
- "type": 1,
- "list": [
- {
- "val": "居左",
- "icon": "icondoc_left"
- },
- {
- "val": "居中",
- "icon": "icondoc_center"
- }
- ]
- },
- "prConfig": {
- "title": "背景边距",
- "val": 8,
- "min": 0
- },
- "mbConfig": {
- "title": "页面间距",
- "val": 0,
- "min": 0
- },
- "hotWords": {
- "list": [
- {
- "val": ""
- }
- ]
- },
- "logoConfig": {
- "type": 1,
- "header": "设置logo",
- "title": "",
- "url": "https://demo26.crmeb.net/uploads/attach/2022/10/20221009/7436ee5680bc5d67c46a6017939475e5.png"
- },
- "id": "id1665385357481000"
- },
- current: 0,
- noticeList: [],
- notice: [
- '寒雨连江夜入吴',
- '平明送客楚山孤',
- '洛阳亲友如相问',
- '一片冰心在玉壶'
- ],
- swiperTabList: [
- 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
- 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
- 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
- ],
- swiperList: [
- 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
- 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
- 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
- ],
- navigationList: [{
- title: '推荐',
- id: '0'
- }]
- }
- },
- computed: mapGetters(['isLogin']),
- created() {
- this.getCategoryOne()
- this.getNoticeList()
- this.getAdsList()
- this.getBroGoodsInfo()
- this.getGoodsInfo()
- this.getAdsTabList()
- },
- onMounted(options) {
- },
- onLoad(options) {
- },
- onShow() {
- },
- updated() {
- },
- watch: {
- isLogin: {
- deep: true, //深度监听设置为 true
- handler: function (newV, oldV) {
- this.getCategoryOne()
- this.getNoticeList()
- this.getAdsList()
- this.getBroGoodsInfo()
- this.getGoodsInfo()
- this.getAdsTabList()
- }
- }
- },
- methods: {
- pullResh(){
- if(this.current == 0){
- uni.showLoading({ title: '刷新中' });
- this.getNoticeList()
- this.getAdsList()
- this.getBroGoodsInfo()
- this.getAdsTabList()
- this.getGoodsInfo()
- }else{
- this.$refs.goodTablist.getGoodsPage()
- }
- },
- getGoodsInfo() {
- getGoodsInfo({
- current: 1,
- size: 50,
- isRecom: 1
- }).then(res => {
- this.tempArr = res.data
- uni.stopPullDownRefresh()
- uni.hideLoading();
- })
- },
- getBroGoodsInfo() {
- getGoodsInfo({
- current: 1,
- size: 50,
- zoneType: 6
- }).then(res => {
- this.tempArrBao = res.data
- })
- },
- getCategoryOne() {
- getCategoryOne().then(res => {
- this.navigationList = []
- let tuiJian = {
- title: '推荐',
- id: '0'
- }
- this.navigationList = res.data
- this.navigationList.unshift(tuiJian)
- })
- },
- menusTap(url, zoneType) {
- // #ifdef H5
- location.href = url
- // #endif
- // #ifdef MP || APP-PLUS
- uni.navigateTo({
- url: "/pages/goods/goods_list_mall/index?zoneType=" + zoneType + "&title=" + url
- });
- // #endif
- },
- noticeClose() {
- this.noticeShow = false
- },
- goNoticeDetail(value) {
- this.noticeContent = this.noticeList[value].content
- this.noticeShow = true
- },
- getNoticeList() {
- getNoticeList().then(res => {
- this.notice = []
- this.noticeList = res.data
- res.data.forEach(element => {
- this.notice.push(element.title)
- });
- })
- },
- getAdsList() {
- getAdsList({
- type: 1
- }).then(res => {
- if (res.data.length > 0) {
- this.swiperList = []
- res.data.forEach(element => {
- this.swiperList.push(element.imageUrl)
- });
- }
- });
- },
- getAdsTabList() {
- getAdsList({
- type: 7
- }).then(res => {
- this.swiperTabList = []
- if (res.data.length > 0) {
- res.data.forEach(element => {
- this.swiperTabList.push(element.imageUrl)
- });
- }
- });
- },
- // 促销列表的点击事件;
- changeTab(type) {
- this.goodType = type;
- this.tempArr = [];
- this.page = 1;
- this.loadend = false;
- let onloadH = true;
- this.getGroomList(onloadH);
- },
- // 精品推荐
- getGroomList(onloadH) {
- let that = this;
- let type = that.goodType;
- if (that.loadend) return false;
- if (that.loading) return false;
- if (onloadH) {
- that.$set(that, 'iSshowH', true);
- }
- uni.request({
- url: 'api/groom/list',
- success: res => {
- that.$set(that, 'iSshowH', false);
- let maxPage = Math.ceil(this.numConfig / this.limit);
- let list = res.data.list,
- loadend = list.length < that.limit || that.page >= maxPage;
- let tempArr = that.$util.SplitArray(list, that.tempArr);
- that.$set(that, 'tempArr', tempArr.slice(0, this.numConfig));
- that.loadend = loadend;
- that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
- that.page = that.page + 1;
- that.loading = false;
- }
- })
- // getGroomList(type, {
- // page: that.page,
- // limit: this.numConfig
- // })
- // .then(({
- // data
- // }) => {
- // that.$set(that, 'iSshowH', false);
- // let maxPage = Math.ceil(this.numConfig / this.limit);
- // let list = data.list,
- // loadend = list.length < that.limit || that.page >= maxPage;
- // let tempArr = that.$util.SplitArray(list, that.tempArr);
- // that.$set(that, 'tempArr', tempArr.slice(0, this.numConfig));
- // that.loadend = loadend;
- // that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
- // that.page = that.page + 1;
- // that.loading = false;
- // })
- // .catch(res => {
- // that.loading = false;
- // that.loadTitle = that.$t(`加载更多`);
- // });
- },
- goDetail(item) {
- goShopDetail(item, this.$store.state.app.uid).then(res => {
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${item.id}`
- });
- });
- },
- // 去商品详情
- goGoodsDetail(item) {
- goShopDetail(item, this.uid).then(res => {
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${item.id}`
- });
- });
- },
- clickNav(e) {
- this.current = e.index
- if (e.index > 0) {
- this.currentId = e.id
- }
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- page {
- background-color: #ee4040;
- }
- .header-group {
- background-color: #EB4C63;
- .search-group {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 30rpx 30rpx 10rpx 30rpx;
- .logo {
- width: 138rpx;
- height: 46rpx;
- }
- .message {
- line-height: 1;
- image {
- width: 48rpx;
- height: 48rpx;
- }
- }
- .search {
- flex: 1;
- padding: 0 30rpx;
- .searchBox {
- padding: 0 30rpx;
- display: flex;
- align-items: center;
- background-color: #FFF;
- border-radius: 100rpx;
- height: 60rpx;
- image {
- width: 28rpx;
- height: 28rpx;
- padding-right: 20rpx;
- }
- text {
- font-size: 24rpx;
- color: #999;
- }
- }
- }
- }
- .tabs {
- padding: 0 20rpx;
- }
- }
- .tab-content {
- .swiper-group {
- padding: 20rpx 30rpx 10rpx 30rpx;
- background-image: linear-gradient(to bottom, #EB4C63, #F9F9F9);
- }
- .grid-box {
- padding: 10rpx 30rpx 20rpx 30rpx;
- .grid-group {
- padding: 20rpx 0;
- border-radius: 20rpx;
- background-color: #FFF;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- .grid-item {
- width: 33.333%;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin: 10rpx 0;
- image {
- width: 98rpx;
- height: 98rpx;
- }
- text {
- font-size: 24rpx;
- color: #666;
- margin-top: 10rpx;
- }
- }
- }
- }
- .notice {
- padding: 0 30rpx;
- }
- .sale-group {
- padding: 20rpx 30rpx;
- .sale-content {
- border-radius: 20rpx;
- background-image: linear-gradient(45deg, #EB4C63, #FFA470);
- padding: 20rpx 0;
- .title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: #FFF;
- font-weight: bold;
- padding: 0 30rpx;
- .more {
- display: flex;
- align-items: center;
- font-size: 24rpx;
- font-weight: normal;
- image {
- width: 24rpx;
- height: 24rpx;
- }
- }
- }
- .goods-scroll {
- white-space: nowrap;
- padding: 20rpx 15rpx 0 15rpx;
- .goods-item {
- display: inline-block;
- width: 240rpx;
- padding: 15rpx;
- margin: 0 10rpx;
- background-color: #FFF;
- border-radius: 10rpx;
- image {
- width: 210rpx;
- height: 210rpx;
- }
- .goods-name {
- font-size: 26rpx;
- color: #333;
- width: 240rpx;
- margin: 6rpx 0;
- word-break: break-all;
- white-space: pre-wrap;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-height: 1.2;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .tags {
- display: inline-block;
- font-size: 20rpx;
- padding: 6rpx;
- background-color: #FCE9EC;
- color: #EB4C63;
- margin: 6rpx 0;
- }
- .price {
- font-size: 32rpx;
- font-weight: bold;
- color: #EB4C63;
- }
- }
- }
- }
- }
- .goods-list {
- .title {
- text-align: center;
- color: #333;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 32rpx;
- font-weight: bold;
- .line {
- display: inline-block;
- width: 200rpx;
- height: 2rpx;
- margin: 0 30rpx;
- background-color: #FFA470;
- }
- }
- .list-group {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- padding: 15rpx;
- box-sizing: border-box;
- .list-item-content {
- width: 50%;
- padding: 15rpx;
- box-sizing: border-box;
- .list-item {
- padding: 15rpx;
- background-color: #FFF;
- border-radius: 10rpx;
- image {
- width: 100%;
- }
- .goods-name {
- font-size: 28rpx;
- color: #333;
- margin: 6rpx 0;
- word-break: break-all;
- white-space: pre-wrap;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-height: 1.4;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .tags {
- display: inline-block;
- font-size: 20rpx;
- padding: 6rpx;
- background-color: #FCE9EC;
- color: #EB4C63;
- margin: 6rpx 0;
- }
- .price {
- font-size: 32rpx;
- font-weight: bold;
- color: #EB4C63;
- }
- }
- }
- }
- }
- }
- </style>
|