1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072 |
- <template>
- <view class="goodCate">
- <!-- <view>
- <scroll-view scroll-y="true" class="scroll-Y"> -->
- <view class="header acea-row row-center-wrapper">
- <navigator open-type="switchTab" url="/pages/index/index" class="pageIndex" hover-class="none" @click="jumpIndex">
- <text class="iconfont icon-shouye3"></text>
- </navigator>
- <navigator url="/pages/goods/goods_search/index" class="search acea-row row-center-wrapper" hover-class="none">
- <text class="iconfont icon-xiazai5"></text>
- {{ $t(`搜索商品名称`) }}
- </navigator>
- </view>
- <view class="conter">
- <view class="aside">
- <scroll-view scroll-y="true" scroll-with-animation="true" style="height: calc(100% - 100rpx)">
- <view class="item acea-row row-center-wrapper" :class="index == navActive ? 'on' : ''" v-for="(item, index) in categoryList" :key="index" @click="tapNav(index, item)">
- <text>{{ $t(item.cate_name) }}</text>
- </view>
- </scroll-view>
- </view>
- <view class="wrapper">
- <view class="bgcolor" v-if="iSlong">
- <view class="longTab acea-row row-middle">
- <scroll-view scroll-x="true" style="white-space: nowrap; display: flex; height: 44rpx" scroll-with-animation :scroll-left="tabLeft" show-scrollbar="true">
- <view
- class="longItem"
- :style="'width:' + isWidth + 'px'"
- :class="index === tabClick ? 'click' : ''"
- v-for="(item, index) in categoryErList"
- :key="index"
- @click="longClick(index)"
- >
- {{ $t(item.cate_name) }}
- </view>
- </scroll-view>
- </view>
- <view class="openList" @click="openTap"><text class="iconfont icon-xiala"></text></view>
- </view>
- <view v-else>
- <view class="downTab">
- <view class="title acea-row row-between-wrapper">
- <view>{{ categoryTitle }}</view>
- <view class="closeList" @click="closeTap"><text class="iconfont icon-xiala"></text></view>
- </view>
- <view class="children">
- <view class="acea-row row-middle">
- <view class="item line1" :class="index === tabClick ? 'click' : ''" v-for="(item, index) in categoryErList" :key="index" @click="longClick(index)">
- {{ $t(item.cate_name) }}
- </view>
- </view>
- </view>
- </view>
- <view class="mask" @click="closeTap"></view>
- </view>
- <goodList
- ref="d_goodClass"
- :tempArr="tempArr"
- :isLogin="isLogin"
- @gocartduo="goCartDuo"
- @gocartdan="goCartDan"
- @ChangeCartNumDan="ChangeCartNumDan"
- @detail="goDetail"
- ></goodList>
- <view class="loadingicon acea-row row-center-wrapper">
- <text class="loading iconfont icon-jiazai" :hidden="loading == false"></text>
- {{ loadTitle }}
- </view>
- </view>
- </view>
- <view class="footer acea-row row-between-wrapper">
- <view class="cartIcon acea-row row-center-wrapper" @click="getCartList(0)" v-if="cartData.cartList.length">
- <view class="iconfont icon-gouwuche-yangshi2"></view>
- <view class="num">{{ cartCount }}</view>
- </view>
- <view class="cartIcon acea-row row-center-wrapper noCart" v-else>
- <view class="iconfont icon-gouwuche-yangshi2"></view>
- </view>
- <view class="money acea-row row-middle">
- <view>
- {{ $t(`¥`) }}
- <text class="num">{{ totalPrice }}</text>
- </view>
- <view class="bnt" @click="subOrder">{{ $t(`去付款`) }}</view>
- </view>
- </view>
- <cartList :cartData="cartData" @closeList="closeList" @ChangeCartNumDan="ChangeCartList" @ChangeSubDel="ChangeSubDel" @ChangeOneDel="ChangeOneDel"></cartList>
- <productWindow
- :attr="attr"
- :isShow="1"
- :iSplus="1"
- :iScart="1"
- :minQty="storeInfo.min_qty"
- @myevent="onMyEvent"
- @ChangeAttr="ChangeAttr"
- @ChangeCartNum="ChangeCartNumDuo"
- @attrVal="attrVal"
- @iptCartNum="iptCartNum"
- @goCat="goCatNum"
- id="product-window"
- :is_vip="is_vip"
- ></productWindow>
- <!-- </scroll-view>
- </view> -->
- </view>
- </template>
- <script>
- import { getCategoryList, getProductslist, getAttr, postCartNum } from '@/api/store.js';
- import { vcartList, getCartCounts, cartDel } from '@/api/order.js';
- import productWindow from '@/components/productWindow';
- import goodList from '@/components/catGoodList';
- import cartList from '@/components/cartList';
- import { mapGetters } from 'vuex';
- import { goShopDetail } from '@/libs/order.js';
- import { toLogin } from '@/libs/login.js';
- export default {
- props: {
- isNew: {
- type: Boolean,
- default: false
- }
- },
- watch: {
- isNew(newVal) {
- this.getAllCategory(1);
- }
- },
- computed: mapGetters(['isLogin', 'uid']),
- components: {
- productWindow,
- goodList,
- cartList
- },
- data() {
- return {
- categoryList: [],
- navActive: 0,
- categoryTitle: '',
- categoryErList: [],
- tabLeft: 0,
- isWidth: 0, //每个导航栏占位
- tabClick: 0, //导航栏被点击
- iSlong: true,
- tempArr: [],
- loading: false,
- loadend: false,
- loadTitle: this.$t(`加载更多`),
- page: 1,
- limit: 10,
- cid: 0, //一级分类
- sid: 0, //二级分类
- isAuto: false, //没有授权的不会自动授权
- isShowAuth: false, //是否隐藏授权
- attr: {
- cartAttr: false,
- productAttr: [],
- productSelect: {}
- },
- productValue: [],
- attrValue: '', //已选属性
- storeName: '', //多属性产品名称
- id: 0,
- cartData: {
- cartList: [],
- iScart: false
- },
- cartCount: 0,
- totalPrice: 0.0,
- is_vip: 0, //是否是会员
- cart_num: 0,
- storeInfo: {}
- };
- },
- mounted() {
- let that = this;
- // 获取设备宽度
- uni.getSystemInfo({
- success(e) {
- that.isWidth = e.windowWidth / 5;
- }
- });
- this.getAllCategory(1);
- },
- methods: {
- jumpIndex() {
- this.$emit('jumpIndex');
- },
- // 生成订单;
- subOrder: function () {
- let that = this,
- list = that.cartData.cartList,
- ids = [];
- if (list.length) {
- list.forEach((item) => {
- ids.push(item.id);
- });
- uni.navigateTo({
- url: '/pages/goods/order_confirm/index?cartId=' + ids.join(',')
- });
- that.cartData.iScart = false;
- } else {
- return that.$util.Tips({
- title: this.$t(`请选择产品`)
- });
- }
- },
- // 计算总价;
- getTotalPrice: function () {
- let that = this,
- list = that.cartData.cartList,
- totalPrice = 0.0;
- list.forEach((item) => {
- if (item.attrStatus && item.status) {
- totalPrice = that.$util.$h.Add(totalPrice, that.$util.$h.Mul(item.cart_num, item.truePrice));
- }
- });
- that.$set(that, 'totalPrice', totalPrice);
- },
- ChangeSubDel: function (event) {
- let that = this,
- list = that.cartData.cartList,
- ids = [];
- list.forEach((item) => {
- ids.push(item.id);
- });
- cartDel(ids.join(',')).then((res) => {
- that.$set(that.cartData, 'cartList', []);
- that.cartData.iScart = false;
- that.totalPrice = 0.0;
- that.page = 1;
- that.loadend = false;
- that.tempArr = [];
- that.productslist();
- that.getCartNum();
- });
- },
- ChangeOneDel: function (id, index) {
- let that = this,
- list = that.cartData.cartList;
- cartDel(id.toString()).then((res) => {
- list.splice(index, 1);
- if (!list.length) {
- that.cartData.iScart = false;
- that.page = 1;
- that.loadend = false;
- that.tempArr = [];
- that.productslist();
- }
- that.getCartNum();
- });
- },
- getCartList(iSshow) {
- let that = this;
- vcartList().then((res) => {
- that.$set(that.cartData, 'cartList', res.data);
- if (res.data.length) {
- that.$set(that.cartData, 'iScart', iSshow ? false : !that.cartData.iScart);
- } else {
- that.$set(that.cartData, 'iScart', false);
- }
- that.getTotalPrice();
- });
- },
- closeList(e) {
- this.$set(this.cartData, 'iScart', e);
- this.page = 1;
- this.loadend = false;
- this.tempArr = [];
- this.productslist();
- },
- getCartNum: function () {
- let that = this;
- getCartCounts().then((res) => {
- that.cartCount = res.data.count;
- that.$refs.d_goodClass.addIng = false;
- });
- },
- onMyEvent: function () {
- this.$set(this.attr, 'cartAttr', false);
- },
- /**
- * 默认选中属性
- *
- */
- DefaultSelect: function () {
- let productAttr = this.attr.productAttr;
- let value = [];
- for (let key in this.productValue) {
- if (this.productValue[key].stock > 0) {
- value = this.attr.productAttr.length ? key.split(',') : [];
- break;
- }
- }
- for (let i = 0; i < productAttr.length; i++) {
- this.$set(productAttr[i], 'index', value[i]);
- }
- //sort();排序函数:数字-英文-汉字;
- let productSelect = this.productValue[value.join(',')];
- if (productSelect && productAttr.length) {
- this.$set(this.attr.productSelect, 'store_name', this.storeName);
- this.$set(this.attr.productSelect, 'image', productSelect.image);
- this.$set(this.attr.productSelect, 'price', productSelect.price);
- this.$set(this.attr.productSelect, 'stock', productSelect.stock);
- this.$set(this.attr.productSelect, 'unique', productSelect.unique);
- this.$set(this.attr.productSelect, 'cart_num', this.storeInfo.min_qty);
- this.$set(this.attr.productSelect, 'vip_price', productSelect.vip_price);
- this.$set(this, 'attrValue', value.join(','));
- } else if (!productSelect && productAttr.length) {
- this.$set(this.attr.productSelect, 'store_name', this.storeName);
- this.$set(this.attr.productSelect, 'image', this.storeInfo.image);
- this.$set(this.attr.productSelect, 'price', this.storeInfo.price);
- this.$set(this.attr.productSelect, 'stock', 0);
- this.$set(this.attr.productSelect, 'unique', '');
- this.$set(this.attr.productSelect, 'cart_num', 0);
- this.$set(this.attr.productSelect, 'vip_price', this.storeInfo.vip_price);
- this.$set(this, 'attrValue', '');
- } else if (!productSelect && !productAttr.length) {
- this.$set(this.attr.productSelect, 'store_name', this.storeName);
- this.$set(this.attr.productSelect, 'image', this.storeInfo.image);
- this.$set(this.attr.productSelect, 'price', this.storeInfo.price);
- this.$set(this.attr.productSelect, 'stock', this.storeInfo.stock);
- this.$set(this.attr.productSelect, 'unique', this.storeInfo.unique || '');
- this.$set(this.attr.productSelect, 'cart_num', this.storeInfo.min_qty);
- this.$set(this, 'attrValue', '');
- this.$set(this.attr.productSelect, 'vip_price', this.storeInfo.vip_price);
- }
- },
- /**
- * 属性变动赋值
- *
- */
- ChangeAttr: function (res) {
- let productSelect = this.productValue[res];
- if (productSelect && productSelect.stock > 0) {
- this.$set(this.attr.productSelect, 'image', productSelect.image);
- this.$set(this.attr.productSelect, 'price', productSelect.price);
- this.$set(this.attr.productSelect, 'stock', productSelect.stock);
- this.$set(this.attr.productSelect, 'unique', productSelect.unique);
- this.$set(this.attr.productSelect, 'vip_price', productSelect.vip_price);
- this.$set(this.attr.productSelect, 'cart_num', this.storeInfo.min_qty);
- this.$set(this, 'attrValue', res);
- } else if (productSelect && productSelect.stock == 0) {
- this.$set(this.attr.productSelect, 'image', productSelect.image);
- this.$set(this.attr.productSelect, 'price', productSelect.price);
- this.$set(this.attr.productSelect, 'stock', 0);
- this.$set(this.attr.productSelect, 'unique', '');
- this.$set(this.attr.productSelect, 'vip_price', productSelect.vip_price);
- this.$set(this.attr.productSelect, 'cart_num', 0);
- this.$set(this, 'attrValue', '');
- } else {
- this.$set(this.attr.productSelect, 'image', this.storeInfo.image);
- this.$set(this.attr.productSelect, 'price', this.storeInfo.price);
- this.$set(this.attr.productSelect, 'stock', 0);
- this.$set(this.attr.productSelect, 'unique', '');
- this.$set(this.attr.productSelect, 'vip_price', this.storeInfo.vip_price);
- this.$set(this.attr.productSelect, 'cart_num', 0);
- this.$set(this, 'attrValue', '');
- }
- },
- attrVal(val) {
- this.$set(this.attr.productAttr[val.indexw], 'index', this.attr.productAttr[val.indexw].attr_values[val.indexn]);
- },
- /**
- * 购物车手动填写
- *
- */
- iptCartNum: function (e) {
- // this.$set(this.attr.productSelect, 'cart_num', e);
- if (e) {
- let number = this.storeInfo.min_qty;
- if (Number.isInteger(parseInt(e)) && parseInt(e) >= this.storeInfo.min_qty) {
- number = parseInt(e);
- }
- this.$nextTick((e) => {
- this.$set(this.attr.productSelect, 'cart_num', e < 0 ? this.storeInfo.min_qty : number);
- });
- }
- },
- onLoadFun() {},
- // 产品列表
- productslist: function () {
- let that = this;
- if (that.loadend) return;
- if (that.loading) return;
- that.loading = true;
- that.loadTitle = '';
- getProductslist({
- page: that.page,
- limit: that.limit,
- type: 1,
- cid: that.cid,
- sid: that.sid
- })
- .then((res) => {
- let list = res.data,
- loadend = list.length < that.limit;
- that.tempArr = that.$util.SplitArray(list, that.tempArr);
- that.$set(that, 'tempArr', that.tempArr);
- that.loading = false;
- that.loadend = loadend;
- that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
- that.page = that.page + 1;
- })
- .catch((err) => {
- (that.loading = false), (that.loadTitle = that.$t(`加载更多`));
- });
- },
- // 改变单属性购物车
- ChangeCartNumDan(changeValue, index, item) {
- let num = this.tempArr[index];
- let stock = this.tempArr[index].stock;
- this.ChangeCartNum(changeValue, num, stock, 0, item.id);
- },
- // 改变多属性购物车
- ChangeCartNumDuo(changeValue) {
- //获取当前变动属性
- let productSelect = this.productValue[this.attrValue];
- //如果没有属性,赋值给商品默认库存
- if (productSelect === undefined && !this.attr.productAttr.length) productSelect = this.attr.productSelect;
- //无属性值即库存为0;不存在加减;
- if (productSelect === undefined) return;
- let stock = productSelect.stock || 0;
- let num = this.attr.productSelect;
- this.ChangeCartNum(changeValue, num, stock, 1, this.id);
- },
- // 已经加入购物车时的购物加减;
- ChangeCartList(changeValue, index, isCartPop) {
- let list = this.cartData.cartList;
- let num = list[index];
- let stock = list[index].trueStock;
- if (!changeValue && num.cart_num <= num.min_qty) {
- return this.$util.Tips({
- title: this.$t(`该商品${num.min_qty}件起购`)
- });
- }
- this.ChangeCartNum(changeValue, num, stock, 0, num.product_id, index, 1);
- if (!list.length) {
- this.cartData.iScart = false;
- this.page = 1;
- this.loadend = false;
- this.tempArr = [];
- this.productslist();
- }
- },
- // 购物车加减计算函数
- ChangeCartNum(changeValue, num, stock, isDuo, id, index, cart) {
- this.$refs.d_goodClass.addIng = false;
- if (changeValue) {
- num.cart_num++;
- if (num.cart_num > stock) {
- if (isDuo) {
- this.$set(this.attr.productSelect, 'cart_num', stock ? stock : 1);
- this.$set(this, 'cart_num', stock ? stock : 1);
- } else {
- num.cart_num = stock ? stock : 0;
- this.$set(this, 'tempArr', this.tempArr);
- this.$set(this.cartData, 'cartList', this.cartData.cartList);
- }
- return this.$util.Tips({
- title: this.$t(`该产品没有更多库存了`)
- });
- } else {
- if (!isDuo) {
- if (cart) {
- this.goCat(0, id, 1, 1, num.product_attr_unique, num);
- this.getTotalPrice();
- } else {
- this.goCat(0, id, 1, 0, false, num);
- }
- }
- }
- } else {
- if (num.cart_num <= num.min_qty) {
- return this.$util.Tips({
- title: this.$t(`该商品${num.min_qty}件起购`)
- });
- }
- num.cart_num--;
- if (num.cart_num == 0) {
- this.cartData.cartList.splice(index, 1);
- }
- if (num.cart_num < 0) {
- if (isDuo) {
- this.$set(this.attr.productSelect, 'cart_num', this.storeInfo.min_qty);
- this.$set(this, 'cart_num', this.storeInfo.min_qty);
- } else {
- num.cart_num = 0;
- this.$set(this, 'tempArr', this.tempArr);
- this.$set(this.cartData, 'cartList', this.cartData.cartList);
- }
- } else {
- if (!isDuo) {
- if (cart) {
- this.goCat(0, id, 0, 1, num.product_attr_unique, num);
- this.getTotalPrice();
- } else {
- this.goCat(0, id, 0, 0, false, num);
- }
- }
- }
- }
- },
- // 多规格加入购物车;
- goCatNum() {
- this.goCat(1, this.id, 1);
- },
- /*
- * 加入购物车
- */
- goCat: function (duo, id, type, cart, unique, data) {
- let that = this;
- if (duo) {
- let productSelect = that.productValue[this.attrValue];
- //如果有属性,没有选择,提示用户选择
- if (that.attr.productAttr.length && productSelect === undefined) {
- return that.$util.Tips({
- title: that.$t(`该产品没有更多库存了`)
- });
- }
- if (that.attr.productSelect.cart_num <= 0) {
- return that.$util.Tips({
- title: that.$t(`最少添加 1 件商品`)
- });
- }
- }
- let q = {
- product_id: id,
- type: type,
- unique: duo ? that.attr.productSelect.unique : cart ? unique : ''
- };
- data && data.cart_num < data.min_qty ? (q.num = data.min_qty) : '';
- if (!that.cartData.iScart) q.num = duo ? that.attr.productSelect.cart_num : this.storeInfo.min_qty;
- postCartNum(q)
- .then(function (res) {
- if (duo) {
- that.attr.cartAttr = false;
- that.$util.Tips({
- title: that.$t(`添加成功`)
- });
- // that.page = 1;
- // that.loadend = false;
- that.tempArr.forEach((item, index) => {
- if (item.id == that.id) {
- let arrtStock = that.attr.productSelect.stock;
- let objNum = parseInt(item.cart_num) + parseInt(that.attr.productSelect.cart_num);
- item.cart_num = objNum > arrtStock ? arrtStock : objNum;
- }
- });
- // that.productslist();
- }
- that.getCartNum();
- if (!cart) {
- that.getCartList(1);
- }
- })
- .catch((err) => {
- return that.$util.Tips({
- title: err
- });
- });
- },
- // 点击默认单属性购物车
- goCartDan(item, index) {
- if (!this.isLogin) {
- this.getIsLogin();
- } else {
- if (!item.cart_button) {
- goShopDetail(item, this.uid).then((res) => {
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${item.id}`
- });
- });
- return;
- }
- this.tempArr[index].cart_num = this.storeInfo.min_qty;
- this.$set(this, 'tempArr', this.tempArr);
- this.goCat(0, item.id, 1);
- }
- },
- goCartDuo(item) {
- if (!this.isLogin) {
- this.getIsLogin();
- } else {
- if (!item.cart_button) {
- goShopDetail(item, this.uid).then((res) => {
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${item.id}`
- });
- });
- return;
- }
- uni.showLoading({
- title: this.$t(`正在加载中`)
- });
- this.storeName = item.store_name;
- this.getAttrs(item.id);
- this.$set(this, 'id', item.id);
- this.$set(this.attr, 'cartAttr', true);
- }
- },
- getIsLogin() {
- toLogin();
- },
- // 商品详情接口;
- getAttrs(id) {
- let that = this;
- getAttr(id, 0).then((res) => {
- uni.hideLoading();
- that.$set(that.attr, 'productAttr', res.data.productAttr);
- that.$set(that, 'productValue', res.data.productValue);
- that.$set(that, 'is_vip', res.data.storeInfo.is_vip);
- that.$set(that, 'storeInfo', res.data.storeInfo);
- that.DefaultSelect();
- });
- },
- // 去详情页
- goDetail(item) {
- if (!this.isLogin) {
- toLogin();
- } else {
- goShopDetail(item, this.uid).then((res) => {
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${item.id}`
- });
- });
- }
- },
- openTap() {
- this.iSlong = false;
- },
- closeTap() {
- this.iSlong = true;
- },
- getAllCategory: function (type) {
- let that = this;
- if (type || !uni.getStorageSync('CAT2_DATA')) {
- getCategoryList().then((res) => {
- uni.setStorageSync('CAT2_DATA', res.data);
- let data = res.data;
- data.forEach((item) => {
- item.children.unshift({
- id: 0,
- cate_name: that.$t(`全部`)
- });
- });
- that.categoryTitle = data[0].cate_name;
- that.cid = data[0].id;
- that.sid = 0;
- that.navActive = 0;
- that.tabClick = 0;
- that.categoryList = data;
- that.categoryErList = res.data[0].children ? res.data[0].children : [];
- that.page = 1;
- that.loadend = false;
- that.tempArr = [];
- that.productslist();
- });
- } else {
- let data = uni.getStorageSync('CAT2_DATA');
- data.forEach((item) => {
- item.children.unshift({
- id: 0,
- cate_name: that.$t(`全部`)
- });
- });
- that.categoryTitle = data[0].cate_name;
- that.cid = data[0].id;
- that.sid = 0;
- that.navActive = 0;
- that.tabClick = 0;
- that.categoryList = data;
- that.categoryErList = data[0].children ? data[0].children : [];
- that.page = 1;
- that.loadend = false;
- that.tempArr = [];
- that.productslist();
- }
- },
- tapNav(index, item) {
- let list = this.categoryList[index];
- this.navActive = index;
- this.categoryTitle = list.cate_name;
- this.categoryErList = item.children ? item.children : [];
- this.tabClick = 0;
- this.tabLeft = 0;
- this.cid = list.id;
- this.sid = 0;
- this.page = 1;
- this.loadend = false;
- this.tempArr = [];
- this.productslist();
- },
- // 导航栏点击
- longClick(index) {
- if (this.categoryErList.length > 3) {
- this.tabLeft = (index - 1) * (this.isWidth + 6); //设置下划线位置
- }
- this.tabClick = index; //设置导航点击了哪一个
- this.iSlong = true;
- this.sid = this.categoryErList[index].id;
- this.page = 1;
- this.loadend = false;
- this.tempArr = [];
- this.productslist();
- }
- }
- };
- </script>
- <style lang="scss">
- .scroll-Y {
- height: 100vh;
- }
- page {
- background-color: #fff;
- }
- /deep/.product-window.joinCart {
- z-index: 999;
- }
- ::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- display: none;
- }
- .goodCate {
- .mask {
- z-index: 99;
- }
- /deep/.attrProduct {
- .mask {
- z-index: 100;
- }
- }
- .header {
- position: fixed;
- height: 128rpx;
- background-color: #fff;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 99;
- border-bottom: 1px solid #f0f0f0;
- .pageIndex {
- width: 68rpx;
- height: 68rpx;
- border-radius: 50%;
- background-color: var(--view-theme);
- text-align: center;
- line-height: 68rpx;
- .iconfont {
- color: #fff;
- font-size: 30rpx;
- }
- }
- .search {
- width: 600rpx;
- height: 68rpx;
- border-radius: 36rpx;
- background-color: #f8f8f8;
- font-size: 26rpx;
- color: #adadad;
- margin-left: 22rpx;
- .iconfont {
- font-size: 30rpx;
- margin: 4rpx 16rpx 0 0;
- }
- }
- }
- .conter {
- margin-top: 128rpx;
- height: 100vh;
- background-color: #fff;
- .aside {
- position: fixed;
- width: 23%;
- left: 0;
- bottom: 100rpx;
- top: 0;
- background-color: #f7f7f7;
- overflow-y: auto;
- overflow-x: hidden;
- margin-top: 128rpx;
- z-index: 99;
- .item {
- height: 100rpx;
- width: 100%;
- font-size: 26rpx;
- color: #424242;
- &.on {
- background-color: #fff;
- width: 100%;
- text-align: center;
- color: var(--view-theme);
- font-weight: 500;
- position: relative;
- &::after {
- content: '';
- position: absolute;
- width: 6rpx;
- height: 46rpx;
- background: var(--view-theme);
- border-radius: 0 4rpx 4rpx 0;
- left: 0;
- }
- }
- }
- }
- .wrapper {
- margin-top: 104rpx;
- width: 77%;
- float: right;
- background-color: #fff;
- padding-bottom: 100rpx;
- .bgcolor {
- width: 100%;
- background-color: #fff;
- }
- .goodsList {
- margin-top: 0 !important;
- }
- .mask {
- z-index: 9;
- }
- .longTab {
- width: 65%;
- position: fixed;
- top: 0;
- margin-top: 128rpx;
- height: 100rpx;
- z-index: 99;
- background-color: #fff;
- .longItem {
- height: 44rpx;
- display: inline-block;
- line-height: 44rpx;
- text-align: center;
- font-size: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #989898;
- background-color: #f7f7f7;
- border-radius: 22rpx;
- margin-left: 12rpx;
- &.click {
- font-weight: bold;
- background-color: var(--view-minorColorT);
- color: var(--view-theme);
- }
- }
- .underlineBox {
- height: 3px;
- width: 20%;
- display: flex;
- align-content: center;
- justify-content: center;
- transition: 0.5s;
- .underline {
- width: 33rpx;
- height: 4rpx;
- background-color: white;
- }
- }
- }
- .openList {
- width: 12%;
- height: 100rpx;
- background-color: #fff;
- line-height: 100rpx;
- padding-left: 30rpx;
- position: fixed;
- right: 0;
- top: 128rpx;
- z-index: 99;
- .iconfont {
- font-size: 22rpx;
- color: #989898;
- }
- }
- .downTab {
- width: 77%;
- position: fixed;
- top: 0;
- margin-top: 128rpx;
- z-index: 99;
- background-color: #fff;
- right: 0;
- .title {
- height: 100rpx;
- font-size: 26rpx;
- color: #adadad;
- padding-left: 20rpx;
- .closeList {
- width: 90rpx;
- height: 100%;
- line-height: 100rpx;
- padding-left: 30rpx;
- transform: rotate(180deg);
- .iconfont {
- font-size: 22rpx;
- color: #989898;
- }
- }
- }
- .children {
- max-height: 500rpx;
- overflow-x: hidden;
- overflow-y: auto;
- padding-bottom: 20rpx;
- .item {
- height: 60rpx;
- background-color: #f7f7f7;
- border-radius: 30rpx;
- line-height: 60rpx;
- padding: 0 15rpx;
- margin: 0 0 20rpx 20rpx;
- width: 165rpx;
- text-align: center;
- &.click {
- font-weight: bold;
- background-color: var(--view-minorColorT);
- color: var(--view-theme);
- }
- }
- }
- }
- .goodsList {
- margin-top: 228rpx;
- padding: 0 30rpx 0 20rpx;
- /deep/.item {
- margin-bottom: 33rpx !important;
- .pictrue {
- // height: 216rpx;
- }
- .text {
- font-size: 26rpx;
- }
- .bottom {
- .sales {
- .money {
- font-size: 34rpx;
- text {
- font-size: 26rpx;
- }
- }
- }
- .cart {
- .pictrue {
- width: 50rpx;
- height: 50rpx;
- }
- }
- }
- }
- }
- }
- }
- .footer {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- background-color: #fff;
- box-shadow: 0px -3rpx 16rpx rgba(36, 12, 12, 0.05);
- z-index: 101;
- padding: 0 30rpx;
- box-sizing: border-box;
- height: 100rpx;
- .cartIcon {
- width: 96rpx;
- height: 96rpx;
- border-radius: 50%;
- position: relative;
- margin-top: -36rpx;
- .iconfont {
- font-size: 115rpx;
- margin-top: -5px;
- color: var(--view-theme);
- }
- &.noCart {
- .iconfont {
- color: #cbcbcb;
- }
- }
- .num {
- background-color: var(--view-priceColor);
- min-width: 12rpx;
- color: #fff;
- border-radius: 15px;
- position: absolute;
- right: -6rpx;
- top: -10rpx;
- font-size: 22rpx;
- padding: 0 10rpx;
- height: 34rpx;
- line-height: 34rpx;
- }
- }
- .money {
- color: var(--view-priceColor);
- font-size: 28rpx;
- font-weight: bold;
- .num {
- font-size: 42rpx;
- }
- .bnt {
- width: 222rpx;
- height: 76rpx;
- background: var(--view-theme);
- border-radius: 46rpx;
- line-height: 76rpx;
- text-align: center;
- color: #fff;
- margin-left: 24rpx;
- }
- }
- }
- }
- </style>
|