goods_cate2.vue 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039
  1. <template>
  2. <view class="goodCate">
  3. <!-- <view>
  4. <scroll-view scroll-y="true" class="scroll-Y"> -->
  5. <view class="header acea-row row-center-wrapper">
  6. <navigator open-type="switchTab" url='/pages/index/index' class="pageIndex" hover-class="none"
  7. @click="jumpIndex">
  8. <text class="iconfont icon-shouye3"></text>
  9. </navigator>
  10. <navigator url="/pages/goods/goods_search/index" class="search acea-row row-center-wrapper" hover-class="none">
  11. <text class="iconfont icon-xiazai5"></text>
  12. {{$t(`搜索商品名称`)}}
  13. </navigator>
  14. </view>
  15. <view class="conter">
  16. <view class='aside'>
  17. <scroll-view scroll-y="true" scroll-with-animation='true' style="height: calc(100% - 100rpx)">
  18. <view class='item acea-row row-center-wrapper' :class='index==navActive?"on":""'
  19. v-for="(item,index) in categoryList" :key="index" @click="tapNav(index,item)">
  20. <text>{{$t(item.cate_name)}}</text>
  21. </view>
  22. </scroll-view>
  23. </view>
  24. <view class="wrapper">
  25. <view class="bgcolor" v-if="iSlong">
  26. <view class="longTab acea-row row-middle">
  27. <scroll-view scroll-x="true" style="white-space: nowrap; display: flex;height:44rpx;"
  28. scroll-with-animation :scroll-left="tabLeft" show-scrollbar="true">
  29. <view class="longItem" :style='"width:"+isWidth+"px"' :class="index===tabClick?'click':''"
  30. v-for="(item,index) in categoryErList" :key="index" @click="longClick(index)">
  31. {{$t(item.cate_name)}}
  32. </view>
  33. </scroll-view>
  34. </view>
  35. <view class="openList" @click="openTap"><text class="iconfont icon-xiala"></text></view>
  36. </view>
  37. <view v-else>
  38. <view class="downTab">
  39. <view class="title acea-row row-between-wrapper">
  40. <view>{{categoryTitle}}</view>
  41. <view class="closeList" @click="closeTap"><text class="iconfont icon-xiala"></text>
  42. </view>
  43. </view>
  44. <view class="children">
  45. <view class="acea-row row-middle">
  46. <view class="item line1" :class="index===tabClick?'click':''"
  47. v-for="(item,index) in categoryErList" :key="index" @click="longClick(index)">
  48. {{$t(item.cate_name)}}
  49. </view>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="mask" @click="closeTap"></view>
  54. </view>
  55. <goodList ref="d_goodClass" :tempArr="tempArr" :isLogin="isLogin" @gocartduo="goCartDuo"
  56. @gocartdan="goCartDan" @ChangeCartNumDan="ChangeCartNumDan" @detail="goDetail"></goodList>
  57. <view class='loadingicon acea-row row-center-wrapper'>
  58. <text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>{{loadTitle}}
  59. </view>
  60. </view>
  61. </view>
  62. <view class="footer acea-row row-between-wrapper">
  63. <view class="cartIcon acea-row row-center-wrapper" @click="getCartList(0)" v-if="cartData.cartList.length">
  64. <view class="iconfont icon-gouwuche-yangshi2"></view>
  65. <view class="num">{{cartCount}}</view>
  66. </view>
  67. <view class="cartIcon acea-row row-center-wrapper noCart" v-else>
  68. <view class="iconfont icon-gouwuche-yangshi2"></view>
  69. </view>
  70. <view class="money acea-row row-middle">
  71. <view>{{$t(`¥`)}}<text class="num">{{totalPrice}}</text></view>
  72. <view class="bnt" @click="subOrder">{{$t(`去付款`)}}</view>
  73. </view>
  74. </view>
  75. <cartList :cartData="cartData" @closeList="closeList" @ChangeCartNumDan="ChangeCartList"
  76. @ChangeSubDel="ChangeSubDel" @ChangeOneDel="ChangeOneDel"></cartList>
  77. <productWindow :attr="attr" :isShow='1' :iSplus='1' :iScart='1' @myevent="onMyEvent" @ChangeAttr="ChangeAttr"
  78. @ChangeCartNum="ChangeCartNumDuo" @attrVal="attrVal" @iptCartNum="iptCartNum" @goCat="goCatNum"
  79. id='product-window' :is_vip="is_vip"></productWindow>
  80. <!-- </scroll-view>
  81. </view> -->
  82. </view>
  83. </template>
  84. <script>
  85. import {
  86. getCategoryList,
  87. getProductslist,
  88. getAttr,
  89. postCartNum
  90. } from '@/api/store.js';
  91. import {
  92. vcartList,
  93. getCartCounts,
  94. cartDel
  95. } from '@/api/order.js';
  96. import productWindow from '@/components/productWindow';
  97. import goodList from '@/components/d_goodList';
  98. import cartList from '@/components/cartList';
  99. import {
  100. mapGetters
  101. } from 'vuex';
  102. import {
  103. goShopDetail
  104. } from '@/libs/order.js';
  105. import {
  106. toLogin
  107. } from '@/libs/login.js';
  108. export default {
  109. props: {},
  110. computed: mapGetters(['isLogin', 'uid']),
  111. components: {
  112. productWindow,
  113. goodList,
  114. cartList
  115. },
  116. data() {
  117. return {
  118. categoryList: [],
  119. navActive: 0,
  120. categoryTitle: '',
  121. categoryErList: [],
  122. tabLeft: 0,
  123. isWidth: 0, //每个导航栏占位
  124. tabClick: 0, //导航栏被点击
  125. iSlong: true,
  126. tempArr: [],
  127. loading: false,
  128. loadend: false,
  129. loadTitle: this.$t(`加载更多`),
  130. page: 1,
  131. limit: 10,
  132. cid: 0, //一级分类
  133. sid: 0, //二级分类
  134. isAuto: false, //没有授权的不会自动授权
  135. isShowAuth: false, //是否隐藏授权
  136. attr: {
  137. cartAttr: false,
  138. productAttr: [],
  139. productSelect: {}
  140. },
  141. productValue: [],
  142. attrValue: '', //已选属性
  143. storeName: '', //多属性产品名称
  144. id: 0,
  145. cartData: {
  146. cartList: [],
  147. iScart: false
  148. },
  149. cartCount: 0,
  150. totalPrice: 0.00,
  151. is_vip: 0, //是否是会员
  152. cart_num: 0,
  153. storeInfo: {}
  154. }
  155. },
  156. // onShow(){
  157. // if(this.isLogin){
  158. // this.getCartNum();
  159. // this.getCartList(1);
  160. // }
  161. // this.getAllCategory();
  162. // },
  163. mounted() {
  164. // this.getAllCategory();
  165. let that = this;
  166. // 获取设备宽度
  167. uni.getSystemInfo({
  168. success(e) {
  169. that.isWidth = e.windowWidth / 5
  170. }
  171. });
  172. },
  173. methods: {
  174. jumpIndex() {
  175. this.$emit('jumpIndex')
  176. },
  177. // 生成订单;
  178. subOrder: function() {
  179. let that = this,
  180. list = that.cartData.cartList,
  181. ids = [];
  182. if (list.length) {
  183. list.forEach(item => {
  184. ids.push(item.id)
  185. });
  186. uni.navigateTo({
  187. url: '/pages/goods/order_confirm/index?cartId=' + ids.join(',')
  188. });
  189. that.cartData.iScart = false;
  190. } else {
  191. return that.$util.Tips({
  192. title: this.$t(`请选择产品`)
  193. });
  194. }
  195. },
  196. // 计算总价;
  197. getTotalPrice: function() {
  198. let that = this,
  199. list = that.cartData.cartList,
  200. totalPrice = 0.00;
  201. list.forEach(item => {
  202. if (item.attrStatus && item.status) {
  203. totalPrice = that.$util.$h.Add(totalPrice, that.$util.$h.Mul(item.cart_num, item
  204. .truePrice));
  205. }
  206. })
  207. that.$set(that, 'totalPrice', totalPrice);
  208. },
  209. ChangeSubDel: function(event) {
  210. let that = this,
  211. list = that.cartData.cartList,
  212. ids = [];
  213. list.forEach(item => {
  214. ids.push(item.id)
  215. });
  216. cartDel(ids.join(",")).then(res => {
  217. that.$set(that.cartData, 'cartList', []);
  218. that.cartData.iScart = false;
  219. that.totalPrice = 0.00;
  220. that.page = 1;
  221. that.loadend = false;
  222. that.tempArr = [];
  223. that.productslist();
  224. that.getCartNum();
  225. })
  226. },
  227. ChangeOneDel: function(id, index) {
  228. let that = this,
  229. list = that.cartData.cartList;
  230. cartDel(id.toString()).then(res => {
  231. list.splice(index, 1);
  232. if (!list.length) {
  233. that.cartData.iScart = false;
  234. that.page = 1;
  235. that.loadend = false;
  236. that.tempArr = [];
  237. that.productslist();
  238. };
  239. that.getCartNum();
  240. })
  241. },
  242. getCartList(iSshow) {
  243. let that = this;
  244. vcartList().then(res => {
  245. that.$set(that.cartData, 'cartList', res.data);
  246. if (res.data.length) {
  247. that.$set(that.cartData, 'iScart', iSshow ? false : !that.cartData.iScart);
  248. } else {
  249. that.$set(that.cartData, 'iScart', false);
  250. }
  251. that.getTotalPrice();
  252. })
  253. },
  254. closeList(e) {
  255. this.$set(this.cartData, 'iScart', e);
  256. this.page = 1;
  257. this.loadend = false;
  258. this.tempArr = [];
  259. this.productslist();
  260. },
  261. getCartNum: function() {
  262. let that = this;
  263. getCartCounts().then(res => {
  264. that.cartCount = res.data.count;
  265. that.$refs.d_goodClass.addIng = false
  266. });
  267. },
  268. onMyEvent: function() {
  269. this.$set(this.attr, 'cartAttr', false);
  270. },
  271. /**
  272. * 默认选中属性
  273. *
  274. */
  275. DefaultSelect: function() {
  276. let productAttr = this.attr.productAttr;
  277. let value = [];
  278. for (let key in this.productValue) {
  279. if (this.productValue[key].stock > 0) {
  280. value = this.attr.productAttr.length ? key.split(",") : [];
  281. break;
  282. }
  283. }
  284. for (let i = 0; i < productAttr.length; i++) {
  285. this.$set(productAttr[i], "index", value[i]);
  286. }
  287. //sort();排序函数:数字-英文-汉字;
  288. let productSelect = this.productValue[value.join(",")];
  289. if (productSelect && productAttr.length) {
  290. this.$set(
  291. this.attr.productSelect,
  292. "store_name",
  293. this.storeName
  294. );
  295. this.$set(this.attr.productSelect, "image", productSelect.image);
  296. this.$set(this.attr.productSelect, "price", productSelect.price);
  297. this.$set(this.attr.productSelect, "stock", productSelect.stock);
  298. this.$set(this.attr.productSelect, "unique", productSelect.unique);
  299. this.$set(this.attr.productSelect, "cart_num", 1);
  300. this.$set(this.attr.productSelect, 'vip_price', productSelect.vip_price);
  301. this.$set(this, "attrValue", value.join(","));
  302. } else if (!productSelect && productAttr.length) {
  303. this.$set(
  304. this.attr.productSelect,
  305. "store_name",
  306. this.storeName
  307. );
  308. this.$set(this.attr.productSelect, "image", this.storeInfo.image);
  309. this.$set(this.attr.productSelect, "price", this.storeInfo.price);
  310. this.$set(this.attr.productSelect, "stock", 0);
  311. this.$set(this.attr.productSelect, "unique", "");
  312. this.$set(this.attr.productSelect, "cart_num", 0);
  313. this.$set(this.attr.productSelect, 'vip_price', this.storeInfo.vip_price);
  314. this.$set(this, "attrValue", "");
  315. } else if (!productSelect && !productAttr.length) {
  316. this.$set(
  317. this.attr.productSelect,
  318. "store_name",
  319. this.storeName
  320. );
  321. this.$set(this.attr.productSelect, "image", this.storeInfo.image);
  322. this.$set(this.attr.productSelect, "price", this.storeInfo.price);
  323. this.$set(this.attr.productSelect, "stock", this.storeInfo.stock);
  324. this.$set(
  325. this.attr.productSelect,
  326. "unique",
  327. this.storeInfo.unique || ""
  328. );
  329. this.$set(this.attr.productSelect, "cart_num", 1);
  330. this.$set(this, "attrValue", "");
  331. this.$set(this.attr.productSelect, 'vip_price', this.storeInfo.vip_price);
  332. }
  333. },
  334. /**
  335. * 属性变动赋值
  336. *
  337. */
  338. ChangeAttr: function(res) {
  339. let productSelect = this.productValue[res];
  340. if (productSelect && productSelect.stock > 0) {
  341. this.$set(this.attr.productSelect, "image", productSelect.image);
  342. this.$set(this.attr.productSelect, "price", productSelect.price);
  343. this.$set(this.attr.productSelect, "stock", productSelect.stock);
  344. this.$set(this.attr.productSelect, "unique", productSelect.unique);
  345. this.$set(this.attr.productSelect, 'vip_price', productSelect.vip_price);
  346. this.$set(this.attr.productSelect, "cart_num", 1);
  347. this.$set(this, "attrValue", res);
  348. } else if (productSelect && productSelect.stock == 0) {
  349. this.$set(this.attr.productSelect, "image", productSelect.image);
  350. this.$set(this.attr.productSelect, "price", productSelect.price);
  351. this.$set(this.attr.productSelect, "stock", 0);
  352. this.$set(this.attr.productSelect, "unique", "");
  353. this.$set(this.attr.productSelect, 'vip_price', productSelect.vip_price);
  354. this.$set(this.attr.productSelect, "cart_num", 0);
  355. this.$set(this, "attrValue", "");
  356. } else {
  357. this.$set(this.attr.productSelect, "image", this.storeInfo.image);
  358. this.$set(this.attr.productSelect, "price", this.storeInfo.price);
  359. this.$set(this.attr.productSelect, "stock", 0);
  360. this.$set(this.attr.productSelect, "unique", "");
  361. this.$set(this.attr.productSelect, 'vip_price', this.storeInfo.vip_price);
  362. this.$set(this.attr.productSelect, "cart_num", 0);
  363. this.$set(this, "attrValue", "");
  364. }
  365. },
  366. attrVal(val) {
  367. this.$set(this.attr.productAttr[val.indexw], 'index', this.attr.productAttr[val.indexw].attr_values[val
  368. .indexn]);
  369. },
  370. /**
  371. * 购物车手动填写
  372. *
  373. */
  374. iptCartNum: function(e) {
  375. this.$set(this.attr.productSelect, 'cart_num', e);
  376. },
  377. onLoadFun() {},
  378. // 产品列表
  379. productslist: function() {
  380. let that = this;
  381. if (that.loadend) return;
  382. if (that.loading) return;
  383. that.loading = true;
  384. that.loadTitle = '';
  385. getProductslist({
  386. page: that.page,
  387. limit: that.limit,
  388. type: 1,
  389. cid: that.cid,
  390. sid: that.sid
  391. }).then(res => {
  392. let list = res.data,
  393. loadend = list.length < that.limit;
  394. that.tempArr = that.$util.SplitArray(list, that.tempArr);
  395. that.$set(that, 'tempArr', that.tempArr);
  396. that.loading = false;
  397. that.loadend = loadend;
  398. that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  399. that.page = that.page + 1;
  400. }).catch(err => {
  401. that.loading = false,
  402. that.loadTitle = that.$t(`加载更多`);
  403. });
  404. },
  405. // 改变单属性购物车
  406. ChangeCartNumDan(changeValue, index, item) {
  407. let num = this.tempArr[index];
  408. let stock = this.tempArr[index].stock;
  409. this.ChangeCartNum(changeValue, num, stock, 0, item.id);
  410. },
  411. // 改变多属性购物车
  412. ChangeCartNumDuo(changeValue) {
  413. //获取当前变动属性
  414. let productSelect = this.productValue[this.attrValue];
  415. //如果没有属性,赋值给商品默认库存
  416. if (productSelect === undefined && !this.attr.productAttr.length)
  417. productSelect = this.attr.productSelect;
  418. //无属性值即库存为0;不存在加减;
  419. if (productSelect === undefined) return;
  420. let stock = productSelect.stock || 0;
  421. let num = this.attr.productSelect;
  422. this.ChangeCartNum(changeValue, num, stock, 1, this.id);
  423. },
  424. // 已经加入购物车时的购物加减;
  425. ChangeCartList(changeValue, index) {
  426. let list = this.cartData.cartList;
  427. let num = list[index];
  428. let stock = list[index].trueStock;
  429. this.ChangeCartNum(changeValue, num, stock, 0, num.product_id, index, 1);
  430. if (!list.length) {
  431. this.cartData.iScart = false;
  432. this.page = 1;
  433. this.loadend = false;
  434. this.tempArr = [];
  435. this.productslist();
  436. }
  437. },
  438. // 购物车加减计算函数
  439. ChangeCartNum(changeValue, num, stock, isDuo, id, index, cart) {
  440. if (changeValue) {
  441. num.cart_num++;
  442. if (num.cart_num > stock) {
  443. if (isDuo) {
  444. this.$set(this.attr.productSelect, "cart_num", stock ? stock : 1);
  445. this.$set(this, "cart_num", stock ? stock : 1);
  446. } else {
  447. num.cart_num = stock ? stock : 0;
  448. this.$set(this, 'tempArr', this.tempArr);
  449. this.$set(this.cartData, 'cartList', this.cartData.cartList);
  450. }
  451. return this.$util.Tips({
  452. title: this.$t(`该产品没有更多库存了`)
  453. });
  454. } else {
  455. if (!isDuo) {
  456. if (cart) {
  457. this.goCat(0, id, 1, 1, num.product_attr_unique);
  458. this.getTotalPrice();
  459. } else {
  460. this.goCat(0, id, 1);
  461. }
  462. }
  463. }
  464. } else {
  465. num.cart_num--;
  466. if (num.cart_num == 0) {
  467. this.cartData.cartList.splice(index, 1);
  468. }
  469. if (num.cart_num < 0) {
  470. if (isDuo) {
  471. this.$set(this.attr.productSelect, "cart_num", 1);
  472. this.$set(this, "cart_num", 1);
  473. } else {
  474. num.cart_num = 0;
  475. this.$set(this, 'tempArr', this.tempArr);
  476. this.$set(this.cartData, 'cartList', this.cartData.cartList);
  477. }
  478. } else {
  479. if (!isDuo) {
  480. if (cart) {
  481. this.goCat(0, id, 0, 1, num.product_attr_unique);
  482. this.getTotalPrice();
  483. } else {
  484. this.goCat(0, id, 0);
  485. }
  486. }
  487. }
  488. }
  489. },
  490. // 多规格加入购物车;
  491. goCatNum() {
  492. this.goCat(1, this.id, 1);
  493. },
  494. /*
  495. * 加入购物车
  496. */
  497. goCat: function(duo, id, type, cart, unique) {
  498. let that = this;
  499. if (duo) {
  500. let productSelect = that.productValue[this.attrValue];
  501. //如果有属性,没有选择,提示用户选择
  502. if (
  503. that.attr.productAttr.length &&
  504. productSelect === undefined
  505. )
  506. return that.$util.Tips({
  507. title: that.$t(`该产品没有更多库存了`)
  508. });
  509. }
  510. let q = {
  511. product_id: id,
  512. num: duo ? that.attr.productSelect.cart_num : 1,
  513. type: type,
  514. unique: duo ? that.attr.productSelect.unique : cart ? unique : ""
  515. };
  516. postCartNum(q)
  517. .then(function(res) {
  518. if (duo) {
  519. that.attr.cartAttr = false;
  520. that.$util.Tips({
  521. title: that.$t(`添加成功`)
  522. });
  523. // that.page = 1;
  524. // that.loadend = false;
  525. that.tempArr.forEach((item, index) => {
  526. if (item.id == that.id) {
  527. let arrtStock = that.attr.productSelect.stock
  528. let objNum = parseInt(item.cart_num) + parseInt(that.attr.productSelect
  529. .cart_num);
  530. item.cart_num = objNum > arrtStock ? arrtStock : objNum
  531. }
  532. })
  533. // that.productslist();
  534. }
  535. that.getCartNum();
  536. if (!cart) {
  537. that.getCartList(1);
  538. }
  539. })
  540. .catch(err => {
  541. return that.$util.Tips({
  542. title: err
  543. });
  544. });
  545. },
  546. // 点击默认单属性购物车
  547. goCartDan(item, index) {
  548. if (!this.isLogin) {
  549. this.getIsLogin();
  550. } else {
  551. if (!item.cart_button) {
  552. goShopDetail(item, this.uid).then(res => {
  553. uni.navigateTo({
  554. url: `/pages/goods_details/index?id=${item.id}`
  555. });
  556. });
  557. return
  558. }
  559. this.tempArr[index].cart_num = 1;
  560. this.$set(this, 'tempArr', this.tempArr);
  561. this.goCat(0, item.id, 1);
  562. }
  563. },
  564. goCartDuo(item) {
  565. if (!this.isLogin) {
  566. this.getIsLogin();
  567. } else {
  568. if (!item.cart_button) {
  569. goShopDetail(item, this.uid).then(res => {
  570. uni.navigateTo({
  571. url: `/pages/goods_details/index?id=${item.id}`
  572. });
  573. });
  574. return
  575. }
  576. uni.showLoading({
  577. title: this.$t(`正在加载中`)
  578. });
  579. this.storeName = item.store_name;
  580. this.getAttrs(item.id);
  581. this.$set(this, 'id', item.id);
  582. this.$set(this.attr, 'cartAttr', true);
  583. }
  584. },
  585. getIsLogin() {
  586. toLogin();
  587. },
  588. // 商品详情接口;
  589. getAttrs(id) {
  590. let that = this;
  591. getAttr(id, 0).then(res => {
  592. console.log(res.data)
  593. uni.hideLoading();
  594. that.$set(that.attr, 'productAttr', res.data.productAttr);
  595. that.$set(that, 'productValue', res.data.productValue);
  596. that.$set(that, 'is_vip', res.data.storeInfo.is_vip);
  597. that.$set(that, 'storeInfo', res.data.storeInfo);
  598. that.DefaultSelect();
  599. })
  600. },
  601. // 去详情页
  602. goDetail(item) {
  603. if (!this.isLogin) {
  604. toLogin();
  605. } else {
  606. goShopDetail(item, this.uid).then(res => {
  607. uni.navigateTo({
  608. url: `/pages/goods_details/index?id=${item.id}`
  609. });
  610. });
  611. }
  612. },
  613. openTap() {
  614. this.iSlong = false
  615. },
  616. closeTap() {
  617. this.iSlong = true
  618. },
  619. getAllCategory: function() {
  620. let that = this;
  621. getCategoryList().then(res => {
  622. let data = res.data;
  623. data.forEach(item => {
  624. item.children.unshift({
  625. 'id': 0,
  626. 'cate_name': that.$t(`全部`)
  627. })
  628. })
  629. that.categoryTitle = data[0].cate_name;
  630. that.cid = data[0].id;
  631. that.sid = 0;
  632. that.navActive = 0;
  633. that.tabClick = 0;
  634. that.categoryList = data;
  635. that.categoryErList = res.data[0].children ? res.data[0].children : [];
  636. that.page = 1;
  637. that.loadend = false;
  638. that.tempArr = [];
  639. that.productslist();
  640. })
  641. },
  642. tapNav(index, item) {
  643. let list = this.categoryList[index];
  644. this.navActive = index;
  645. this.categoryTitle = list.cate_name;
  646. this.categoryErList = item.children ? item.children : [];
  647. this.tabClick = 0;
  648. this.tabLeft = 0;
  649. this.cid = list.id;
  650. this.sid = 0;
  651. this.page = 1;
  652. this.loadend = false;
  653. this.tempArr = [];
  654. this.productslist();
  655. },
  656. // 导航栏点击
  657. longClick(index) {
  658. if (this.categoryErList.length > 3) {
  659. this.tabLeft = (index - 1) * (this.isWidth + 6) //设置下划线位置
  660. };
  661. this.tabClick = index; //设置导航点击了哪一个
  662. this.iSlong = true;
  663. this.sid = this.categoryErList[index].id;
  664. this.page = 1;
  665. this.loadend = false;
  666. this.tempArr = [];
  667. this.productslist();
  668. },
  669. }
  670. }
  671. </script>
  672. <style lang="scss">
  673. .scroll-Y {
  674. height: 100vh;
  675. }
  676. page {
  677. background-color: #fff;
  678. }
  679. /deep/.product-window.joinCart {
  680. z-index: 999;
  681. }
  682. ::-webkit-scrollbar {
  683. width: 0;
  684. height: 0;
  685. color: transparent;
  686. display: none;
  687. }
  688. .goodCate {
  689. .mask {
  690. z-index: 99;
  691. }
  692. /deep/.attrProduct {
  693. .mask {
  694. z-index: 100;
  695. }
  696. }
  697. .header {
  698. position: fixed;
  699. height: 128rpx;
  700. background-color: #fff;
  701. top: 0;
  702. left: 0;
  703. width: 100%;
  704. z-index: 99;
  705. border-bottom: 1px solid #F0F0F0;
  706. .pageIndex {
  707. width: 68rpx;
  708. height: 68rpx;
  709. border-radius: 50%;
  710. background-color: var(--view-theme);
  711. text-align: center;
  712. line-height: 68rpx;
  713. .iconfont {
  714. color: #fff;
  715. font-size: 30rpx;
  716. }
  717. }
  718. .search {
  719. width: 600rpx;
  720. height: 68rpx;
  721. border-radius: 36rpx;
  722. background-color: #F8F8F8;
  723. font-size: 26rpx;
  724. color: #ADADAD;
  725. margin-left: 22rpx;
  726. .iconfont {
  727. font-size: 30rpx;
  728. margin: 4rpx 16rpx 0 0;
  729. }
  730. }
  731. }
  732. .conter {
  733. margin-top: 128rpx;
  734. height: 100vh;
  735. background-color: #fff;
  736. .aside {
  737. position: fixed;
  738. width: 23%;
  739. left: 0;
  740. bottom: 100rpx;
  741. top: 0;
  742. background-color: #f7f7f7;
  743. overflow-y: auto;
  744. overflow-x: hidden;
  745. margin-top: 128rpx;
  746. z-index: 99;
  747. .item {
  748. height: 100rpx;
  749. width: 100%;
  750. font-size: 26rpx;
  751. color: #424242;
  752. &.on {
  753. background-color: #fff;
  754. width: 100%;
  755. text-align: center;
  756. color: var(--view-theme);
  757. font-weight: 500;
  758. position: relative;
  759. &::after {
  760. content: "";
  761. position: absolute;
  762. width: 6rpx;
  763. height: 46rpx;
  764. background: var(--view-theme);
  765. border-radius: 0 4rpx 4rpx 0;
  766. left: 0
  767. }
  768. }
  769. }
  770. }
  771. .wrapper {
  772. margin-top: 104rpx;
  773. width: 77%;
  774. float: right;
  775. background-color: #fff;
  776. padding-bottom: 100rpx;
  777. .bgcolor {
  778. width: 100%;
  779. background-color: #fff;
  780. }
  781. .goodsList {
  782. margin-top: 0 !important;
  783. }
  784. .mask {
  785. z-index: 9;
  786. }
  787. .longTab {
  788. width: 65%;
  789. position: fixed;
  790. top: 0;
  791. margin-top: 128rpx;
  792. height: 100rpx;
  793. z-index: 99;
  794. background-color: #fff;
  795. .longItem {
  796. height: 44rpx;
  797. display: inline-block;
  798. line-height: 44rpx;
  799. text-align: center;
  800. font-size: 26rpx;
  801. overflow: hidden;
  802. text-overflow: ellipsis;
  803. white-space: nowrap;
  804. color: #989898;
  805. background-color: #F7F7F7;
  806. border-radius: 22rpx;
  807. margin-left: 12rpx;
  808. &.click {
  809. font-weight: bold;
  810. background-color: var(--view-minorColorT);
  811. color: var(--view-theme);
  812. }
  813. }
  814. .underlineBox {
  815. height: 3px;
  816. width: 20%;
  817. display: flex;
  818. align-content: center;
  819. justify-content: center;
  820. transition: .5s;
  821. .underline {
  822. width: 33rpx;
  823. height: 4rpx;
  824. background-color: white;
  825. }
  826. }
  827. }
  828. .openList {
  829. width: 12%;
  830. height: 100rpx;
  831. background-color: #fff;
  832. line-height: 100rpx;
  833. padding-left: 30rpx;
  834. position: fixed;
  835. right: 0;
  836. top: 128rpx;
  837. z-index: 99;
  838. .iconfont {
  839. font-size: 22rpx;
  840. color: #989898;
  841. }
  842. }
  843. .downTab {
  844. width: 77%;
  845. position: fixed;
  846. top: 0;
  847. margin-top: 128rpx;
  848. z-index: 99;
  849. background-color: #fff;
  850. right: 0;
  851. .title {
  852. height: 100rpx;
  853. font-size: 26rpx;
  854. color: #ADADAD;
  855. padding-left: 20rpx;
  856. .closeList {
  857. width: 90rpx;
  858. height: 100%;
  859. line-height: 100rpx;
  860. padding-left: 30rpx;
  861. transform: rotate(180deg);
  862. .iconfont {
  863. font-size: 22rpx;
  864. color: #989898;
  865. }
  866. }
  867. }
  868. .children {
  869. max-height: 500rpx;
  870. overflow-x: hidden;
  871. overflow-y: auto;
  872. padding-bottom: 20rpx;
  873. .item {
  874. height: 60rpx;
  875. background-color: #F7F7F7;
  876. border-radius: 30rpx;
  877. line-height: 60rpx;
  878. padding: 0 15rpx;
  879. margin: 0 0 20rpx 20rpx;
  880. width: 165rpx;
  881. text-align: center;
  882. &.click {
  883. font-weight: bold;
  884. background-color: var(--view-minorColorT);
  885. color: var(--view-theme);
  886. }
  887. }
  888. }
  889. }
  890. .goodsList {
  891. margin-top: 228rpx;
  892. padding: 0 30rpx 0 20rpx;
  893. /deep/.item {
  894. margin-bottom: 33rpx !important;
  895. .pictrue {
  896. height: 216rpx;
  897. }
  898. .text {
  899. font-size: 26rpx;
  900. }
  901. .bottom {
  902. .sales {
  903. .money {
  904. font-size: 34rpx;
  905. text {
  906. font-size: 26rpx;
  907. }
  908. }
  909. }
  910. .cart {
  911. .pictrue {
  912. width: 50rpx;
  913. height: 50rpx;
  914. }
  915. }
  916. }
  917. }
  918. }
  919. }
  920. }
  921. .footer {
  922. position: fixed;
  923. left: 0;
  924. bottom: 0;
  925. width: 100%;
  926. background-color: #fff;
  927. box-shadow: 0px -3rpx 16rpx rgba(36, 12, 12, 0.05);
  928. z-index: 101;
  929. padding: 0 30rpx;
  930. box-sizing: border-box;
  931. height: 100rpx;
  932. .cartIcon {
  933. width: 96rpx;
  934. height: 96rpx;
  935. border-radius: 50%;
  936. position: relative;
  937. margin-top: -36rpx;
  938. .iconfont {
  939. font-size: 115rpx;
  940. margin-top: -5px;
  941. color: var(--view-theme);
  942. }
  943. &.noCart {
  944. .iconfont {
  945. color: #CBCBCB;
  946. }
  947. }
  948. .num {
  949. background-color: var(--view-priceColor);
  950. min-width: 12rpx;
  951. color: #fff;
  952. border-radius: 15px;
  953. position: absolute;
  954. right: -6rpx;
  955. top: -10rpx;
  956. font-size: 22rpx;
  957. padding: 0 10rpx;
  958. height: 34rpx;
  959. line-height: 34rpx;
  960. }
  961. }
  962. .money {
  963. color: var(--view-priceColor);
  964. font-size: 28rpx;
  965. font-weight: bold;
  966. .num {
  967. font-size: 42rpx;
  968. }
  969. .bnt {
  970. width: 222rpx;
  971. height: 76rpx;
  972. background: var(--view-theme);
  973. border-radius: 46rpx;
  974. line-height: 76rpx;
  975. text-align: center;
  976. color: #fff;
  977. margin-left: 24rpx;
  978. }
  979. }
  980. }
  981. }
  982. </style>