order_addcart.vue 44 KB

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