order_addcart.vue 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484
  1. <template>
  2. <view class="order_addcart" :style="colorStyle">
  3. <view class="order_addcart-header-area">
  4. <view class="received" @click="goDetail(item)">
  5. <view class="pictrue">
  6. <image src='http://wine.gzzzyd.com/wx/order_addcart/qiandai.png'></image>
  7. </view>
  8. <view class="text-info">
  9. <view class="received-count">
  10. 0.00元
  11. </view>
  12. <view class="received-info">
  13. 已领取红包
  14. </view>
  15. </view>
  16. </view>
  17. <view class="loss" @click="goDetail(item)">
  18. <view class="text-info">
  19. <view class="received-count">
  20. 0.93元
  21. </view>
  22. <view class="received-info">
  23. 已错失红包
  24. </view>
  25. </view>
  26. </view>
  27. </view>
  28. <view class="loop">
  29. <view class="loop-title">
  30. 当前红包池
  31. </view>
  32. <view class="loop-count">
  33. 4498.0.1元
  34. </view>
  35. </view>
  36. <view class="tab-area">
  37. <view @click="isactiveTab = 'todayRank';leaderboard()"
  38. :class="{'tab-area-active1':isactiveTab === 'todayRank','base-tab':true}">
  39. <text> 今日红包排行榜</text>
  40. </view>
  41. <view @click="isactiveTab = 'allRank';leaderboard()"
  42. :class="{'tab-area-active2':isactiveTab === 'allRank','base-tab':true}">
  43. <text> 红包领取总榜</text>
  44. </view>
  45. </view>
  46. <view class="rank-list">
  47. <view class="rank-list-item" v-for="(src, i) in rankList" :key="src.id">
  48. <img v-show="i===0" src='http://wine.gzzzyd.com/wx/order_addcart/rank1.png' alt="">
  49. <img v-show="i===1" src='http://wine.gzzzyd.com/wx/order_addcart/rank2.png' alt="">
  50. <img v-show="i===2" src='http://wine.gzzzyd.com/wx/order_addcart/rank3.png' alt="">
  51. <img v-show="i!==0 && i!==1 && i!==2" :src='src.avatar' alt="">
  52. <text class="nuber"> {{src.userName}}</text>
  53. <text class="mosaic"> {{src.phone}}</text>
  54. <text class="litem-info"> 共领取了</text>
  55. <text class="balance">{{src.totalAmount}}</text>
  56. </view>
  57. </view>
  58. </view>
  59. </template>
  60. <script>
  61. // #ifdef APP-PLUS
  62. let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
  63. // #endif
  64. // #ifndef APP-PLUS
  65. let sysHeight = 0
  66. // #endif
  67. import {
  68. leaderboard
  69. } from '@/api/home.js';
  70. import {
  71. getProductHot,
  72. collectAll,
  73. getProductDetail
  74. } from '@/api/store.js';
  75. import {
  76. toLogin
  77. } from '@/libs/login.js';
  78. import {
  79. mapGetters
  80. } from "vuex";
  81. import recommend from '@/components/recommend';
  82. import productWindow from '@/components/productWindow';
  83. // #ifdef MP
  84. import authorize from '@/components/Authorize';
  85. // #endif
  86. import pageFooter from '@/components/pageFooter/index.vue'
  87. import colors from "@/mixins/color";
  88. import {
  89. HTTP_REQUEST_URL
  90. } from '@/config/app';
  91. const hot_res = require('@/mock/json/hot_res.json')
  92. import {
  93. getNavigation
  94. } from '@/api/public.js'
  95. import { colorChange } from '../../api/api';
  96. export default {
  97. components: {
  98. pageFooter,
  99. recommend,
  100. productWindow,
  101. // #ifdef MP
  102. authorize
  103. // #endif
  104. },
  105. mixins: [colors],
  106. data() {
  107. return {
  108. isactiveTab: 'todayRank',
  109. imgHost: HTTP_REQUEST_URL,
  110. is_diy: uni.getStorageSync('is_diy'),
  111. canShow: false,
  112. cartCount: 0,
  113. goodsHidden: true,
  114. footerswitch: true,
  115. hostProduct: [],
  116. cartList: {
  117. valid: [],
  118. invalid: []
  119. },
  120. isAllSelect: false, //全选
  121. selectValue: [], //选中的数据
  122. selectCountPrice: 0.00,
  123. isAuto: false, //没有授权的不会自动授权
  124. isShowAuth: false, //是否隐藏授权
  125. hotScroll: false,
  126. hotPage: 1,
  127. hotLimit: 10,
  128. loading: false,
  129. loadend: false,
  130. loadTitle: this.$t(`我也是有底线的`), //提示语
  131. page: 1,
  132. limit: 20,
  133. loadingInvalid: false,
  134. loadendInvalid: false,
  135. loadTitleInvalid: this.$t(`加载更多`), //提示语
  136. pageInvalid: 1,
  137. limitInvalid: 20,
  138. attr: {
  139. cartAttr: false,
  140. productAttr: [],
  141. productSelect: {}
  142. },
  143. rankList:[],
  144. productValue: [], //系统属性
  145. storeInfo: {},
  146. attrValue: '', //已选属性
  147. attrTxt: this.$t(`请选择`), //属性页面提示
  148. cartId: 0,
  149. product_id: 0,
  150. sysHeight: sysHeight,
  151. newData: {},
  152. activeRouter: '',
  153. is_diy_set: false
  154. };
  155. },
  156. computed: mapGetters(['isLogin']),
  157. onLoad(options) {
  158. // if (this.is_diy) {
  159. // if (uni.getStorageSync('FOOTER_BAR')) {
  160. // uni.hideTabBar()
  161. // } else {
  162. // this.is_diy_set = true
  163. // }
  164. // uni.request({
  165. // url:'api/mock/navigation',
  166. // success:res=>{
  167. // this.newData = res.data
  168. // if (this.newData.status && this.newData.status.status) {
  169. // uni.hideTabBar()
  170. // } else {
  171. // uni.showTabBar()
  172. // }
  173. // }
  174. // })
  175. // // getNavigation().then(res => {
  176. // // this.newData = res.data
  177. // // if (this.newData.status && this.newData.status.status) {
  178. // // uni.hideTabBar()
  179. // // } else {
  180. // // uni.showTabBar()
  181. // // }
  182. // // })
  183. // } else {
  184. // uni.hideTabBar()
  185. // }
  186. let that = this;
  187. if (that.isLogin == false) {
  188. toLogin();
  189. }
  190. let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
  191. let curRoute = routes[routes.length - 1].route //获取当前页面路由
  192. this.activeRouter = '/' + curRoute
  193. },
  194. onShow() {
  195. this.canShow = false
  196. if (this.isLogin == true) {
  197. this.hotPage = 1;
  198. this.hostProduct = [],
  199. this.hotScroll = false,
  200. this.getHostProduct();
  201. this.loadend = false;
  202. this.page = 1;
  203. this.cartList.valid = [];
  204. this.getCartList();
  205. this.loadendInvalid = false;
  206. this.pageInvalid = 1;
  207. this.cartList.invalid = [];
  208. this.getInvalidList();
  209. this.getCartNum();
  210. this.goodsHidden = true;
  211. this.footerswitch = true;
  212. this.hostProduct = [];
  213. this.hotScroll = false;
  214. this.hotPage = 1;
  215. this.hotLimit = 10;
  216. this.cartList = {
  217. valid: [],
  218. invalid: []
  219. },
  220. this.isAllSelect = false; //全选
  221. this.selectValue = []; //选中的数据
  222. this.selectCountPrice = 0.00;
  223. this.cartCount = 0;
  224. this.isShowAuth = false;
  225. };
  226. },
  227. created(){
  228. this.leaderboard()
  229. },
  230. methods: {
  231. // 授权关闭
  232. authColse: function(e) {
  233. this.isShowAuth = e;
  234. },
  235. // 修改购物车
  236. reGoCat: function() {
  237. let that = this,
  238. productSelect = that.productValue[this.attrValue];
  239. //如果有属性,没有选择,提示用户选择
  240. if (
  241. that.attr.productAttr.length &&
  242. productSelect === undefined
  243. )
  244. return that.$util.Tips({
  245. title: that.$t(`产品库存不足,请选择其它`)
  246. });
  247. let q = {
  248. id: that.cartId,
  249. product_id: that.product_id,
  250. num: that.attr.productSelect.cart_num,
  251. unique: that.attr.productSelect !== undefined ?
  252. that.attr.productSelect.unique : ""
  253. };
  254. getResetCart(q)
  255. .then(function(res) {
  256. that.attr.cartAttr = false;
  257. that.$util.Tips({
  258. title: that.$t(`添加购物车成功`),
  259. success: () => {
  260. that.loadend = false;
  261. that.page = 1;
  262. that.cartList.valid = [];
  263. that.getCartList();
  264. that.getCartNum();
  265. }
  266. });
  267. })
  268. .catch(res => {
  269. return that.$util.Tips({
  270. title: res.msg
  271. });
  272. });
  273. },
  274. onMyEvent: function() {
  275. this.$set(this.attr, 'cartAttr', false);
  276. },
  277. reElection: function(item) {
  278. this.getGoodsDetails(item)
  279. },
  280. leaderboard() {
  281. colorChange(this.isactiveTab)
  282. uni.showLoading({
  283. title: this.$t(`加载中`),
  284. mask: true
  285. });
  286. let postData ={
  287. flag:this.isactiveTab==='todayRank'?1:0
  288. }
  289. leaderboard(postData).then(res => {
  290. if (res.data.length > 0) {
  291. this.rankList = res.data
  292. }
  293. uni.hideLoading();
  294. })
  295. },
  296. /**
  297. * 属性变动赋值
  298. *
  299. */
  300. ChangeAttr: function(res) {
  301. let productSelect = this.productValue[res];
  302. if (productSelect && productSelect.stock > 0) {
  303. this.$set(this.attr.productSelect, "image", productSelect.image);
  304. this.$set(this.attr.productSelect, "price", productSelect.price);
  305. this.$set(this.attr.productSelect, "stock", productSelect.stock);
  306. this.$set(this.attr.productSelect, "unique", productSelect.unique);
  307. this.$set(this.attr.productSelect, "cart_num", 1);
  308. this.$set(this, "attrValue", res);
  309. this.$set(this, "attrTxt", this.$t(`已选择`));
  310. } else {
  311. this.$set(this.attr.productSelect, "image", this.storeInfo.image);
  312. this.$set(this.attr.productSelect, "price", this.storeInfo.price);
  313. this.$set(this.attr.productSelect, "stock", 0);
  314. this.$set(this.attr.productSelect, "unique", "");
  315. this.$set(this.attr.productSelect, "cart_num", 0);
  316. this.$set(this, "attrValue", "");
  317. this.$set(this, "attrTxt", this.$t(`请选择`));
  318. }
  319. },
  320. /**
  321. * 默认选中属性
  322. *
  323. */
  324. DefaultSelect: function() {
  325. let productAttr = this.attr.productAttr;
  326. let value = [];
  327. for (var key in this.productValue) {
  328. if (this.productValue[key].stock > 0) {
  329. value = this.attr.productAttr.length ? key.split(",") : [];
  330. break;
  331. }
  332. }
  333. for (let i = 0; i < productAttr.length; i++) {
  334. this.$set(productAttr[i], "index", value[i]);
  335. }
  336. //sort();排序函数:数字-英文-汉字;
  337. let productSelect = this.productValue[value.sort().join(",")];
  338. if (productSelect && productAttr.length) {
  339. this.$set(
  340. this.attr.productSelect,
  341. "store_name",
  342. this.storeInfo.store_name
  343. );
  344. this.$set(this.attr.productSelect, "image", productSelect.image);
  345. this.$set(this.attr.productSelect, "price", productSelect.price);
  346. this.$set(this.attr.productSelect, "stock", productSelect.stock);
  347. this.$set(this.attr.productSelect, "unique", productSelect.unique);
  348. this.$set(this.attr.productSelect, "cart_num", 1);
  349. this.$set(this, "attrValue", value.sort().join(","));
  350. this.$set(this, "attrTxt", this.$t(`已选择`));
  351. } else if (!productSelect && productAttr.length) {
  352. this.$set(
  353. this.attr.productSelect,
  354. "store_name",
  355. this.storeInfo.store_name
  356. );
  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, "cart_num", 0);
  362. this.$set(this, "attrValue", "");
  363. this.$set(this, "attrTxt", this.$t(`请选择`));
  364. } else if (!productSelect && !productAttr.length) {
  365. this.$set(
  366. this.attr.productSelect,
  367. "store_name",
  368. this.storeInfo.store_name
  369. );
  370. this.$set(this.attr.productSelect, "image", this.storeInfo.image);
  371. this.$set(this.attr.productSelect, "price", this.storeInfo.price);
  372. this.$set(this.attr.productSelect, "stock", this.storeInfo.stock);
  373. this.$set(
  374. this.attr.productSelect,
  375. "unique",
  376. this.storeInfo.unique || ""
  377. );
  378. this.$set(this.attr.productSelect, "cart_num", 1);
  379. this.$set(this, "attrValue", "");
  380. this.$set(this, "attrTxt", this.$t(`请选择`));
  381. }
  382. },
  383. attrVal(val) {
  384. this.$set(this.attr.productAttr[val.indexw], 'index', this.attr.productAttr[val.indexw].attr_values[val
  385. .indexn]);
  386. },
  387. /**
  388. * 购物车数量加和数量减
  389. *
  390. */
  391. ChangeCartNum: function(changeValue) {
  392. //changeValue:是否 加|减
  393. //获取当前变动属性
  394. let productSelect = this.productValue[this.attrValue];
  395. //如果没有属性,赋值给商品默认库存
  396. if (productSelect === undefined && !this.attr.productAttr.length)
  397. productSelect = this.attr.productSelect;
  398. //无属性值即库存为0;不存在加减;
  399. if (productSelect === undefined) return;
  400. let stock = productSelect.stock || 0;
  401. let num = this.attr.productSelect;
  402. if (changeValue) {
  403. num.cart_num++;
  404. if (num.cart_num > stock) {
  405. this.$set(this.attr.productSelect, "cart_num", stock ? stock : 1);
  406. this.$set(this, "cart_num", stock ? stock : 1);
  407. }
  408. } else {
  409. num.cart_num--;
  410. if (num.cart_num < 1) {
  411. this.$set(this.attr.productSelect, "cart_num", 1);
  412. this.$set(this, "cart_num", 1);
  413. }
  414. }
  415. },
  416. /**
  417. * 购物车手动填写
  418. *
  419. */
  420. iptCartNum: function(e) {
  421. this.$set(this.attr.productSelect, 'cart_num', e);
  422. },
  423. subDel: function(event) {
  424. let that = this,
  425. selectValue = that.selectValue;
  426. if (selectValue.length > 0)
  427. cartDel(selectValue).then(res => {
  428. that.loadend = false;
  429. that.page = 1;
  430. that.cartList.valid = [];
  431. that.getCartList();
  432. that.getCartNum();
  433. });
  434. else
  435. return that.$util.Tips({
  436. title: that.$t(`请选择产品`)
  437. });
  438. },
  439. getSelectValueProductId: function() {
  440. let that = this;
  441. let validList = that.cartList.valid;
  442. let selectValue = that.selectValue;
  443. let productId = [];
  444. if (selectValue.length > 0) {
  445. for (let index in validList) {
  446. if (that.inArray(validList[index].id, selectValue)) {
  447. productId.push(validList[index].product_id);
  448. }
  449. }
  450. };
  451. return productId;
  452. },
  453. subCollect: function(event) {
  454. let that = this,
  455. selectValue = that.selectValue;
  456. if (selectValue.length > 0) {
  457. let selectValueProductId = that.getSelectValueProductId();
  458. collectAll(that.getSelectValueProductId().join(',')).then(res => {
  459. return that.$util.Tips({
  460. title: res.msg,
  461. icon: 'success'
  462. });
  463. }).catch(err => {
  464. return that.$util.Tips({
  465. title: err
  466. });
  467. });
  468. } else {
  469. return that.$util.Tips({
  470. title: that.$t(`请选择产品`)
  471. });
  472. }
  473. },
  474. subOrder(event) {
  475. console.log(event)
  476. let that = this,
  477. selectValue = that.selectValue;
  478. if (selectValue.length > 0) {
  479. uni.navigateTo({
  480. url: '/pages/goods/order_confirm/index?cartId=' + selectValue.join(',')
  481. });
  482. } else {
  483. return that.$util.Tips({
  484. title: that.$t(`请选择产品`)
  485. });
  486. }
  487. },
  488. checkboxAllChange: function(event) {
  489. let value = event.detail.value;
  490. if (value.length > 0) {
  491. this.setAllSelectValue(1)
  492. } else {
  493. this.setAllSelectValue(0)
  494. }
  495. },
  496. setAllSelectValue: function(status) {
  497. let that = this;
  498. let selectValue = [];
  499. let valid = that.cartList.valid;
  500. if (valid.length > 0) {
  501. let newValid = valid.map(item => {
  502. if (status) {
  503. if (that.footerswitch) {
  504. if (item.attrStatus) {
  505. item.checked = true;
  506. selectValue.push(item.id);
  507. } else {
  508. item.checked = false;
  509. }
  510. } else {
  511. item.checked = true;
  512. selectValue.push(item.id);
  513. }
  514. that.isAllSelect = true;
  515. } else {
  516. item.checked = false;
  517. that.isAllSelect = false;
  518. }
  519. return item;
  520. });
  521. that.$set(that.cartList, 'valid', newValid);
  522. that.selectValue = selectValue;
  523. that.switchSelect();
  524. }
  525. },
  526. checkboxChange: function(event) {
  527. let that = this;
  528. let value = event.detail.value;
  529. let valid = that.cartList.valid;
  530. let arr1 = [];
  531. let arr2 = [];
  532. let arr3 = [];
  533. let newValid = valid.map(item => {
  534. if (that.inArray(item.id, value)) {
  535. if (that.footerswitch) {
  536. if (item.attrStatus) {
  537. item.checked = true;
  538. arr1.push(item);
  539. } else {
  540. item.checked = false;
  541. }
  542. } else {
  543. item.checked = true;
  544. arr1.push(item);
  545. }
  546. } else {
  547. item.checked = false;
  548. arr2.push(item);
  549. }
  550. return item;
  551. });
  552. if (that.footerswitch) {
  553. arr3 = arr2.filter(item => !item.attrStatus);
  554. }
  555. // for (let index in valid) {
  556. // if (that.inArray(valid[index].id, value)){
  557. // if(valid[index].attrStatus){
  558. // valid[index].checked = true;
  559. // }else{
  560. // valid[index].checked = false;
  561. // }
  562. // } else {
  563. // valid[index].checked = false;
  564. // }
  565. // }
  566. that.$set(that.cartList, 'valid', newValid);
  567. // let newArr = that.cartList.valid.filter(item => item.attrStatus);
  568. that.isAllSelect = newValid.length === arr1.length + arr3.length;
  569. that.selectValue = value;
  570. that.switchSelect();
  571. },
  572. inArray: function(search, array) {
  573. for (let i in array) {
  574. if (array[i] == search) {
  575. return true;
  576. }
  577. }
  578. return false;
  579. },
  580. switchSelect: function() {
  581. let that = this;
  582. let validList = that.cartList.valid;
  583. let selectValue = that.selectValue;
  584. let selectCountPrice = 0.00;
  585. if (selectValue.length < 1) {
  586. that.selectCountPrice = selectCountPrice;
  587. } else {
  588. for (let index in validList) {
  589. if (that.inArray(validList[index].id, selectValue)) {
  590. selectCountPrice = that.$util.$h.Add(selectCountPrice, that.$util.$h.Mul(validList[index]
  591. .cart_num, validList[
  592. index].truePrice))
  593. }
  594. }
  595. that.selectCountPrice = selectCountPrice;
  596. }
  597. },
  598. /**
  599. * 购物车手动填写
  600. *
  601. */
  602. iptCartNum: function(index) {
  603. let item = this.cartList.valid[index];
  604. if (item.cart_num) {
  605. this.setCartNum(item.id, item.cart_num);
  606. }
  607. this.switchSelect();
  608. },
  609. blurInput: function(index) {
  610. let item = this.cartList.valid[index];
  611. console.log(item)
  612. if (!item.cart_num) {
  613. item.cart_num = 1;
  614. this.$set(this.cartList, 'valid', this.cartList.valid)
  615. }
  616. },
  617. subCart: function(index) {
  618. let that = this;
  619. let status = false;
  620. let item = that.cartList.valid[index];
  621. item.cart_num = Number(item.cart_num) - 1;
  622. if (item.cart_num < 1) status = true;
  623. if (item.cart_num <= 1) {
  624. item.cart_num = 1;
  625. item.numSub = true;
  626. } else {
  627. item.numSub = false;
  628. item.numAdd = false;
  629. }
  630. if (false == status) {
  631. that.setCartNum(item.id, item.cart_num, function(data) {
  632. that.cartList.valid[index] = item;
  633. that.getCartNum();
  634. that.switchSelect();
  635. });
  636. }
  637. },
  638. addCart: function(index) {
  639. let that = this;
  640. let item = that.cartList.valid[index];
  641. item.cart_num = Number(item.cart_num) + 1;
  642. let productInfo = item.productInfo;
  643. if (productInfo.hasOwnProperty('attrInfo') && item.cart_num >= item.productInfo.attrInfo.stock) {
  644. item.cart_num = item.productInfo.attrInfo.stock;
  645. item.numAdd = true;
  646. item.numSub = false;
  647. } else {
  648. item.numAdd = false;
  649. item.numSub = false;
  650. }
  651. that.setCartNum(item.id, item.cart_num, function(data) {
  652. that.cartList.valid[index] = item;
  653. that.getCartNum();
  654. that.switchSelect();
  655. });
  656. },
  657. setCartNum(cartId, cartNum, successCallback) {
  658. let that = this;
  659. changeCartNum(cartId, cartNum).then(res => {
  660. console.log(res)
  661. successCallback && successCallback(res.data);
  662. }).catch(err => {
  663. console.log(err)
  664. return that.$util.Tips({
  665. title: err
  666. });
  667. })
  668. },
  669. getCartNum: function() {
  670. let that = this;
  671. // getCartCounts().then(res => {
  672. that.cartCount = 0;
  673. this.$store.commit('indexData/setCartNum', that.cartCount > 99 ? '..' : that.cartCount)
  674. if (that.cartCount > 0) {
  675. wx.setTabBarBadge({
  676. index: 2,
  677. text: that.cartCount + ''
  678. })
  679. } else {
  680. wx.hideTabBarRedDot({
  681. index: 2
  682. })
  683. }
  684. // });
  685. },
  686. getCartData(data) {
  687. let resData = {
  688. "valid": [],
  689. "invalid": [],
  690. "deduction": {
  691. "seckill_id": 0,
  692. "bargain_id": 0,
  693. "combination_id": 0,
  694. "discount_id": 0
  695. }
  696. }
  697. this.loading = false;
  698. this.canShow = true
  699. return resData;
  700. // return new Promise((resolve, reject) => {
  701. // getCartList(data).then((res) => {
  702. // resolve(res.data);
  703. // }).catch((err) => {
  704. // this.loading = false;
  705. // this.canShow = true
  706. // this.$util.Tips({
  707. // title: err
  708. // });
  709. // })
  710. // });
  711. },
  712. async getCartList() {
  713. uni.showLoading({
  714. title: this.$t(`加载中`),
  715. mask: true
  716. });
  717. let that = this;
  718. let data = {
  719. page: that.page,
  720. limit: that.limit,
  721. status: 1
  722. }
  723. let countResData = {
  724. "count": 0,
  725. "ids": [
  726. 9671,
  727. 9670,
  728. 9669
  729. ],
  730. "sum_price": "955.00"
  731. }
  732. // getCartCounts().then(async c => {
  733. that.cartCount = countResData.count;
  734. let n = Math.ceil(countResData.ids.length / that.limit)
  735. for (let i = 0; i < n; i++) {
  736. // let cartList = await this.getCartData(data)
  737. let cartListData = {
  738. "valid": [{
  739. "id": 9671,
  740. "uid": 34391,
  741. "type": "0",
  742. "product_id": 97,
  743. "product_attr_unique": "fd6d98f3",
  744. "cart_num": 1,
  745. "add_time": 1666709939,
  746. "is_pay": 0,
  747. "is_del": 0,
  748. "is_new": 0,
  749. "combination_id": 0,
  750. "seckill_id": 0,
  751. "bargain_id": 0,
  752. "advance_id": 0,
  753. "status": 1,
  754. "productInfo": {
  755. "id": 97,
  756. "mer_id": 0,
  757. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211113/small_0d407b8541efd8c8f87e5ac581d1421c.png",
  758. "recommend_image": "",
  759. "slider_image": [
  760. "https://demo26.crmeb.net/uploads/attach/2021/11/13/2d97c9bd7abcdb65049c97bbe9ba61d1.jpg",
  761. "https://demo26.crmeb.net/uploads/attach/2021/11/13/a48cce02122f4046193bdda67d970b55.jpg",
  762. "https://demo26.crmeb.net/uploads/attach/2021/11/13/5c4754f2b647b9e240e08f48c9889ebf.jpg",
  763. "https://demo26.crmeb.net/uploads/attach/2021/11/13/e8f6b1235f10f83d8a43bd91def20332.jpg",
  764. "https://demo26.crmeb.net/uploads/attach/2021/11/13/634a51ad34590eab005063742d086b87.jpg"
  765. ],
  766. "store_name": "仟佰家 干花花束真花手工落地高枝装饰摆件招财莲蓬插花居客厅摆设 干花组合6025【不含花瓶】 干花包",
  767. "store_info": "仟佰家 干花花束真花手工落地高枝装饰摆件招财莲蓬插花居客厅摆设 干花组合6025【不含花瓶】 干花包",
  768. "keyword": "",
  769. "bar_code": "",
  770. "cate_id": "22,24",
  771. "price": "306.00",
  772. "vip_price": "0.00",
  773. "ot_price": "299.00",
  774. "postage": "0.00",
  775. "unit_name": "件",
  776. "sort": 100,
  777. "sales": 2,
  778. "stock": 12384,
  779. "is_show": 1,
  780. "is_hot": 0,
  781. "is_benefit": 0,
  782. "is_best": 0,
  783. "is_new": 1,
  784. "is_virtual": 0,
  785. "virtual_type": 0,
  786. "add_time": 1636791973,
  787. "is_postage": 0,
  788. "is_del": 0,
  789. "mer_use": 0,
  790. "give_integral": "0.00",
  791. "cost": "258.00",
  792. "is_seckill": 0,
  793. "is_bargain": null,
  794. "is_good": 0,
  795. "is_sub": 0,
  796. "is_vip": 0,
  797. "ficti": 0,
  798. "browse": 0,
  799. "code_path": "",
  800. "soure_link": "",
  801. "temp_id": 57,
  802. "spec_type": 1,
  803. "activity": "0,1,2,3",
  804. "spu": "5310153503736",
  805. "label_id": "0",
  806. "video_link": "",
  807. "command_word": "",
  808. "recommend_list": "",
  809. "vip_product": 0,
  810. "presale": 0,
  811. "presale_start_time": 0,
  812. "presale_end_time": 0,
  813. "presale_day": 0,
  814. "logistics": "1,2",
  815. "freight": 2,
  816. "custom_form": "",
  817. "is_limit": 0,
  818. "limit_type": 0,
  819. "limit_num": 0,
  820. "express_delivery": true,
  821. "store_mention": true,
  822. "attrInfo": {
  823. "id": 967,
  824. "product_id": 97,
  825. "suk": "干花组合6025【不含花瓶】,干花包",
  826. "stock": 562,
  827. "sales": 1,
  828. "price": "306.00",
  829. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/13/small_634a51ad34590eab005063742d086b87.jpg",
  830. "bar_code": "",
  831. "ot_price": "299.00",
  832. "volume": "0.00",
  833. "weight": "0.00",
  834. "brokerage": "0.00",
  835. "brokerage_two": "0.00",
  836. "type": 0,
  837. "unique": "fd6d98f3",
  838. "cost": "258.00",
  839. "quota": 0,
  840. "quota_show": 0,
  841. "vip_price": "0.00",
  842. "is_virtual": 0,
  843. "coupon_id": 0,
  844. "disk_info": ""
  845. }
  846. },
  847. "attrStatus": true,
  848. "vip_truePrice": 0,
  849. "costPrice": "258.00",
  850. "trueStock": 562,
  851. "truePrice": 306,
  852. "sum_price": "306.00",
  853. "price_type": "level",
  854. "is_valid": 1
  855. },
  856. {
  857. "id": 9670,
  858. "uid": 34391,
  859. "type": "0",
  860. "product_id": 102,
  861. "product_attr_unique": "02cce37e",
  862. "cart_num": 1,
  863. "add_time": 1666709927,
  864. "is_pay": 0,
  865. "is_del": 0,
  866. "is_new": 0,
  867. "combination_id": 0,
  868. "seckill_id": 0,
  869. "bargain_id": 0,
  870. "advance_id": 0,
  871. "status": 1,
  872. "productInfo": {
  873. "id": 102,
  874. "mer_id": 0,
  875. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/15/small_a79f5d2ea6bf0c3c11b2127332dfe2df.jpg",
  876. "recommend_image": "",
  877. "slider_image": [
  878. "https://demo26.crmeb.net/uploads/attach/2021/11/15/a79f5d2ea6bf0c3c11b2127332dfe2df.jpg",
  879. "https://demo26.crmeb.net/uploads/attach/2021/11/15/7f46e98ece1920e1a4082dfc72bcd72a.jpg",
  880. "https://demo26.crmeb.net/uploads/attach/2021/11/15/bfb275263d02ab081b8670a752f2823f.jpg",
  881. "https://demo26.crmeb.net/uploads/attach/2021/11/15/e499a4dc489cda7b8d472cb3a3b348b7.jpg",
  882. "https://demo26.crmeb.net/uploads/attach/2021/11/15/06fa150a47163e973bb4806a380afaab.jpg"
  883. ],
  884. "store_name": "索尼(SONY)WH-CH510 无线立体声耳机 学生网课 白色",
  885. "store_info": "索尼(SONY)WH-CH510 无线立体声耳机 学生网课 白色",
  886. "keyword": "耳机",
  887. "bar_code": "",
  888. "cate_id": "18,27,25",
  889. "price": "299.00",
  890. "vip_price": "0.00",
  891. "ot_price": "349.00",
  892. "postage": "0.00",
  893. "unit_name": "件",
  894. "sort": 0,
  895. "sales": 3,
  896. "stock": 297,
  897. "is_show": 1,
  898. "is_hot": 0,
  899. "is_benefit": 0,
  900. "is_best": 0,
  901. "is_new": 0,
  902. "is_virtual": 0,
  903. "virtual_type": 0,
  904. "add_time": 1636958921,
  905. "is_postage": 0,
  906. "is_del": 0,
  907. "mer_use": 0,
  908. "give_integral": "0.00",
  909. "cost": "259.00",
  910. "is_seckill": 0,
  911. "is_bargain": null,
  912. "is_good": 0,
  913. "is_sub": 0,
  914. "is_vip": 0,
  915. "ficti": 0,
  916. "browse": 0,
  917. "code_path": "",
  918. "soure_link": "",
  919. "temp_id": 57,
  920. "spec_type": 1,
  921. "activity": "0,1,2,3",
  922. "spu": "5757529716664",
  923. "label_id": "0",
  924. "video_link": "",
  925. "command_word": "",
  926. "recommend_list": "",
  927. "vip_product": 0,
  928. "presale": 0,
  929. "presale_start_time": 0,
  930. "presale_end_time": 0,
  931. "presale_day": 0,
  932. "logistics": "1,2",
  933. "freight": 2,
  934. "custom_form": "",
  935. "is_limit": 0,
  936. "limit_type": 0,
  937. "limit_num": 0,
  938. "express_delivery": true,
  939. "store_mention": true,
  940. "attrInfo": {
  941. "id": 9,
  942. "product_id": 102,
  943. "suk": "黑色,CH510",
  944. "stock": 98,
  945. "sales": 2,
  946. "price": "299.00",
  947. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/15/small_a79f5d2ea6bf0c3c11b2127332dfe2df.jpg",
  948. "bar_code": "",
  949. "ot_price": "349.00",
  950. "volume": "0.00",
  951. "weight": "0.00",
  952. "brokerage": "0.00",
  953. "brokerage_two": "0.00",
  954. "type": 0,
  955. "unique": "02cce37e",
  956. "cost": "259.00",
  957. "quota": 0,
  958. "quota_show": 0,
  959. "vip_price": "0.00",
  960. "is_virtual": 0,
  961. "coupon_id": 0,
  962. "disk_info": ""
  963. }
  964. },
  965. "attrStatus": true,
  966. "vip_truePrice": 0,
  967. "costPrice": "259.00",
  968. "trueStock": 98,
  969. "truePrice": 299,
  970. "sum_price": "299.00",
  971. "price_type": "level",
  972. "is_valid": 1
  973. },
  974. {
  975. "id": 9669,
  976. "uid": 34391,
  977. "type": "0",
  978. "product_id": 89,
  979. "product_attr_unique": "89807c67",
  980. "cart_num": 1,
  981. "add_time": 1666709911,
  982. "is_pay": 0,
  983. "is_del": 0,
  984. "is_new": 0,
  985. "combination_id": 0,
  986. "seckill_id": 0,
  987. "bargain_id": 0,
  988. "advance_id": 0,
  989. "status": 1,
  990. "productInfo": {
  991. "id": 89,
  992. "mer_id": 0,
  993. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211113/small_2fbe723632427b0768df24c4f23c6cad.png",
  994. "recommend_image": "",
  995. "slider_image": [
  996. "https://demo26.crmeb.net/uploads/attach/2021/11/20211113/2fbe723632427b0768df24c4f23c6cad.png",
  997. "https://demo26.crmeb.net/uploads/attach/2021/11/20211113/64d188477292aa4ae2df8da7e63aca79.png"
  998. ],
  999. "store_name": "家居梵高系列联名款饭盒袋大容量手拎保温实用方便 星月夜饭盒袋",
  1000. "store_info": "",
  1001. "keyword": "家居梵高系列联名款饭盒袋大容量手拎保温实用方便 星月夜饭盒袋",
  1002. "bar_code": "",
  1003. "cate_id": "35",
  1004. "price": "350.00",
  1005. "vip_price": "0.00",
  1006. "ot_price": "300.00",
  1007. "postage": "0.00",
  1008. "unit_name": "件",
  1009. "sort": 553,
  1010. "sales": 19,
  1011. "stock": 185,
  1012. "is_show": 1,
  1013. "is_hot": 1,
  1014. "is_benefit": 0,
  1015. "is_best": 0,
  1016. "is_new": 0,
  1017. "is_virtual": 0,
  1018. "virtual_type": 0,
  1019. "add_time": 1636777038,
  1020. "is_postage": 0,
  1021. "is_del": 0,
  1022. "mer_use": 0,
  1023. "give_integral": "0.00",
  1024. "cost": "300.00",
  1025. "is_seckill": 0,
  1026. "is_bargain": null,
  1027. "is_good": 1,
  1028. "is_sub": 0,
  1029. "is_vip": 0,
  1030. "ficti": 0,
  1031. "browse": 0,
  1032. "code_path": "",
  1033. "soure_link": "",
  1034. "temp_id": 0,
  1035. "spec_type": 1,
  1036. "activity": "0,1,2,3",
  1037. "spu": "1015710267816",
  1038. "label_id": "",
  1039. "video_link": "",
  1040. "command_word": "",
  1041. "recommend_list": "",
  1042. "vip_product": 0,
  1043. "presale": 0,
  1044. "presale_start_time": 0,
  1045. "presale_end_time": 0,
  1046. "presale_day": 0,
  1047. "logistics": "1,2",
  1048. "freight": 2,
  1049. "custom_form": "[]",
  1050. "is_limit": 0,
  1051. "limit_type": 0,
  1052. "limit_num": 0,
  1053. "express_delivery": true,
  1054. "store_mention": true,
  1055. "attrInfo": {
  1056. "id": 1017,
  1057. "product_id": 89,
  1058. "suk": "梵高自画像饭盒",
  1059. "stock": 88,
  1060. "sales": 8,
  1061. "price": "350.00",
  1062. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211113/small_2fbe723632427b0768df24c4f23c6cad.png",
  1063. "bar_code": "",
  1064. "ot_price": "300.00",
  1065. "volume": "0.00",
  1066. "weight": "0.00",
  1067. "brokerage": "0.00",
  1068. "brokerage_two": "0.00",
  1069. "type": 0,
  1070. "unique": "89807c67",
  1071. "cost": "300.00",
  1072. "quota": 0,
  1073. "quota_show": 0,
  1074. "vip_price": "0.00",
  1075. "is_virtual": 0,
  1076. "coupon_id": 0,
  1077. "disk_info": ""
  1078. }
  1079. },
  1080. "attrStatus": true,
  1081. "vip_truePrice": 0,
  1082. "costPrice": "300.00",
  1083. "trueStock": 88,
  1084. "truePrice": 350,
  1085. "sum_price": "350.00",
  1086. "price_type": "level",
  1087. "is_valid": 1
  1088. }
  1089. ],
  1090. "invalid": [],
  1091. "deduction": {
  1092. "seckill_id": 0,
  1093. "bargain_id": 0,
  1094. "combination_id": 0,
  1095. "discount_id": 0
  1096. }
  1097. }
  1098. let cartList = cartListData
  1099. let valid = cartList.valid
  1100. let validList = that.$util.SplitArray(valid, that.cartList.valid);
  1101. let numSub = [{
  1102. numSub: true
  1103. }, {
  1104. numSub: false
  1105. }];
  1106. let numAdd = [{
  1107. numAdd: true
  1108. }, {
  1109. numAdd: false
  1110. }],
  1111. selectValue = [];
  1112. if (validList.length > 0) {
  1113. for (let index in validList) {
  1114. if (validList[index].cart_num == 1) {
  1115. validList[index].numSub = true;
  1116. } else {
  1117. validList[index].numSub = false;
  1118. }
  1119. let productInfo = validList[index].productInfo;
  1120. if (productInfo.hasOwnProperty('attrInfo') && validList[index].cart_num ==
  1121. validList[index].productInfo.attrInfo
  1122. .stock) {
  1123. validList[index].numAdd = true;
  1124. } else if (validList[index].cart_num == validList[index].productInfo
  1125. .stock) {
  1126. validList[index].numAdd = true;
  1127. } else {
  1128. validList[index].numAdd = false;
  1129. }
  1130. if (validList[index].attrStatus) {
  1131. validList[index].checked = true;
  1132. selectValue.push(validList[index].id);
  1133. } else {
  1134. validList[index].checked = false;
  1135. }
  1136. }
  1137. }
  1138. that.$set(that.cartList, 'valid', validList);
  1139. data.page = that.page + 1;
  1140. // that.goodsHidden = cartList.valid.length <= 0 ? false : true;
  1141. that.selectValue = selectValue;
  1142. let newArr = validList.filter(item => item.attrStatus);
  1143. that.isAllSelect = newArr.length == selectValue.length && newArr.length;
  1144. that.switchSelect();
  1145. }
  1146. that.loading = false;
  1147. this.canShow = true
  1148. uni.hideLoading();
  1149. // });
  1150. },
  1151. getInvalidList: function() {
  1152. let that = this;
  1153. if (this.loadendInvalid) return false;
  1154. if (this.loadingInvalid) return false;
  1155. let data = {
  1156. page: that.pageInvalid,
  1157. limit: that.limitInvalid,
  1158. status: 0
  1159. }
  1160. let resData = {
  1161. "valid": [],
  1162. "invalid": [],
  1163. "deduction": {
  1164. "seckill_id": 0,
  1165. "bargain_id": 0,
  1166. "combination_id": 0,
  1167. "discount_id": 0
  1168. }
  1169. }
  1170. // getCartList(data).then(res => {
  1171. let cartList = resData,
  1172. invalid = cartList.invalid,
  1173. loadendInvalid = invalid.length < that.limitInvalid;
  1174. let invalidList = that.$util.SplitArray(invalid, that.cartList.invalid);
  1175. that.$set(that.cartList, 'invalid', invalidList);
  1176. that.loadendInvalid = loadendInvalid;
  1177. that.loadTitleInvalid = loadendInvalid ? that.$t(`我也是有底线的`) : that.$t(`加载更多`);
  1178. that.pageInvalid = that.pageInvalid + 1;
  1179. that.loadingInvalid = false;
  1180. // }).catch(res => {
  1181. // that.loadingInvalid = false;
  1182. // that.loadTitleInvalid = that.$t(`加载更多`);
  1183. // })
  1184. },
  1185. getHostProduct: function() {
  1186. let that = this;
  1187. if (that.hotScroll) return
  1188. that.hotPage++
  1189. that.hotScroll = hot_res.length < that.hotLimit
  1190. that.hostProduct = that.hostProduct.concat(hot_res)
  1191. // getProductHot(
  1192. // that.hotPage,
  1193. // that.hotLimit,
  1194. // ).then(res => {
  1195. // that.hotPage++
  1196. // that.hotScroll = res.data.length < that.hotLimit
  1197. // that.hostProduct = that.hostProduct.concat(res.data)
  1198. // });
  1199. },
  1200. goodsOpen: function() {
  1201. let that = this;
  1202. that.goodsHidden = !that.goodsHidden;
  1203. },
  1204. goRouter(item) {
  1205. var pages = getCurrentPages();
  1206. var page = (pages[pages.length - 1]).$page.fullPath;
  1207. if (item.link == page) return
  1208. uni.switchTab({
  1209. url: item.link,
  1210. fail(err) {
  1211. uni.redirectTo({
  1212. url: item.link
  1213. })
  1214. }
  1215. })
  1216. },
  1217. manage: function() {
  1218. let that = this;
  1219. that.footerswitch = !that.footerswitch;
  1220. let arr1 = [];
  1221. let arr2 = [];
  1222. let newValid = that.cartList.valid.map(item => {
  1223. if (that.footerswitch) {
  1224. if (item.attrStatus) {
  1225. if (item.checked) {
  1226. arr1.push(item.id);
  1227. }
  1228. } else {
  1229. item.checked = false;
  1230. arr2.push(item);
  1231. }
  1232. } else {
  1233. if (item.checked) {
  1234. arr1.push(item.id);
  1235. }
  1236. }
  1237. return item;
  1238. });
  1239. that.cartList.valid = newValid;
  1240. if (that.footerswitch) {
  1241. that.isAllSelect = newValid.length === arr1.length + arr2.length;
  1242. } else {
  1243. that.isAllSelect = newValid.length === arr1.length;
  1244. }
  1245. that.selectValue = arr1;
  1246. that.switchSelect();
  1247. },
  1248. unsetCart: function() {
  1249. let that = this,
  1250. ids = [];
  1251. for (let i = 0, len = that.cartList.invalid.length; i < len; i++) {
  1252. ids.push(that.cartList.invalid[i].id);
  1253. }
  1254. cartDel(ids).then(res => {
  1255. that.$util.Tips({
  1256. title: that.$t(`清除成功`)
  1257. });
  1258. that.$set(that.cartList, 'invalid', []);
  1259. that.getCartNum();
  1260. }).catch(res => {
  1261. });
  1262. }
  1263. },
  1264. onReachBottom() {
  1265. let that = this;
  1266. if (that.loadend) {
  1267. that.getInvalidList();
  1268. }
  1269. if (that.cartList.valid.length == 0 && that.cartList.invalid.length == 0) {
  1270. that.getHostProduct();
  1271. }
  1272. }
  1273. }
  1274. </script>
  1275. <style scoped lang="scss">
  1276. .order_addcart {
  1277. padding: 20rpx;
  1278. }
  1279. .rank-list {
  1280. background: white;
  1281. margin-top: 20rpx;
  1282. padding-top: 20rpx;
  1283. padding-bottom: 10rpx;
  1284. .rank-list-item {
  1285. margin: 20rpx;
  1286. margin-bottom: 40rpx;
  1287. width: calc(100% - 40rpx);
  1288. height: 50rpx;
  1289. display: flex;
  1290. image {
  1291. width: 50rpx;
  1292. height: 50rpx;
  1293. margin-right: 20rpx;
  1294. margin-left: 10rpx;
  1295. }
  1296. .nuber {
  1297. font-size: 18rpx;
  1298. margin-right: 20rpx;
  1299. line-height: 0rpx;
  1300. }
  1301. .mosaic {
  1302. font-size: 18rpx;
  1303. margin-right: 20rpx;
  1304. color: #999999;
  1305. line-height: 0rpx;
  1306. }
  1307. .litem-info {
  1308. text-align: right;
  1309. flex-grow: 1;
  1310. font-size: 24rpx;
  1311. line-height: 50rpx;
  1312. margin-right: 20rpx;
  1313. color: #666666;
  1314. }
  1315. .balance {
  1316. line-height: 50rpx;
  1317. color: #EB4C63;
  1318. }
  1319. }
  1320. }
  1321. .loop {
  1322. background: url('http://wine.gzzzyd.com/wx/order_addcart/hongbaochi.png') no-repeat;
  1323. width: 100%;
  1324. height: 250rpx;
  1325. background-size: 100% 100%;
  1326. position: relative;
  1327. .loop-title {
  1328. padding: 20rpx;
  1329. padding-left: 35rpx;
  1330. font-size: 32rpx;
  1331. }
  1332. .loop-count {
  1333. text-align: center;
  1334. line-height: 97rpx;
  1335. font-size: 48rpx;
  1336. color: #EB4C63;
  1337. width: 420rpx;
  1338. height: 97rpx;
  1339. background: #FFFFFF;
  1340. border-radius: 23px;
  1341. border: 1px solid #EB4C63;
  1342. position: absolute;
  1343. left: 50%;
  1344. top: 47%;
  1345. transform: translateX(-50%);
  1346. }
  1347. // image {
  1348. // width: 100%;
  1349. // }
  1350. }
  1351. .tab-area {
  1352. margin-top: 20rpx;
  1353. display: flex;
  1354. flex-wrap: nowrap;
  1355. justify-content: space-between;
  1356. line-height: 90rpx;
  1357. text-align: center;
  1358. .base-tab {
  1359. width: 48%;
  1360. height: 90rpx;
  1361. }
  1362. .tab-area-active1 {
  1363. background: url('http://wine.gzzzyd.com/wx/order_addcart/tab1.png') no-repeat;
  1364. background-size: 340rpx 120rpx;
  1365. }
  1366. .tab-area-active2 {
  1367. background: url('http://wine.gzzzyd.com/wx/order_addcart/tab2.png') no-repeat;
  1368. background-size: 340rpx 120rpx;
  1369. }
  1370. }
  1371. .order_addcart-header-area {
  1372. display: flex;
  1373. .received {
  1374. width: 405rpx;
  1375. height: 175rpx;
  1376. padding: 20rpx;
  1377. margin-bottom: 20rpx;
  1378. margin-right: 20rpx;
  1379. background-color: #fff;
  1380. border-radius: 20rpx;
  1381. overflow: hidden;
  1382. position: relative;
  1383. display: flex;
  1384. .pictrue {
  1385. display: flex;
  1386. align-items: center;
  1387. image {
  1388. width: 98rpx;
  1389. height: 98rpx;
  1390. }
  1391. margin-right: 20rpx;
  1392. }
  1393. .text-info {
  1394. display: flex;
  1395. flex-direction: column;
  1396. justify-content: center;
  1397. color: #6EB03A;
  1398. .received-count {
  1399. font-size: 38rpx;
  1400. margin-bottom: 10rpx;
  1401. letter-spacing: 2px;
  1402. }
  1403. .received-info {
  1404. font-size: 28rpx;
  1405. }
  1406. }
  1407. }
  1408. .loss {
  1409. flex-grow: 1;
  1410. height: 175rpx;
  1411. padding: 20rpx;
  1412. margin-bottom: 20rpx;
  1413. background-color: #fff;
  1414. border-radius: 20rpx;
  1415. overflow: hidden;
  1416. position: relative;
  1417. display: flex;
  1418. .text-info {
  1419. width: 100%;
  1420. display: flex;
  1421. flex-direction: column;
  1422. justify-content: center;
  1423. text-align: center;
  1424. color: #D08D5B;
  1425. .received-count {
  1426. font-size: 38rpx;
  1427. margin-bottom: 10rpx;
  1428. letter-spacing: 2px;
  1429. }
  1430. .received-info {
  1431. font-size: 28rpx;
  1432. }
  1433. }
  1434. }
  1435. }
  1436. </style>