goods_cate3.vue 27 KB

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