index.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947
  1. <template>
  2. <view :style="{ height: pageHeight,colorStyle }">
  3. <view class="top custom_box" style="background: rgb(254,245,246); color: black;" >
  4. <!-- #ifdef MP || APP-PLUS -->
  5. <view class="sys-head">
  6. <view class="sys-bar" :style="{ height: sysHeight }"></view>
  7. <!-- #ifdef MP -->
  8. <view class="sys-title">我的订单</view>
  9. <!-- #endif -->
  10. </view>
  11. <!-- #endif -->
  12. </view>
  13. <view class="my-order" :style="{ top: sysHeightTop}">
  14. <view class="header-group" style="padding-left: 20rpx;" >
  15. <view class="tabs">
  16. <u-tabs :is-scroll="true" :list="navigationList" @change="statusClick()" lineColor="#B22338"
  17. :inactiveStyle="{ color: '#999999' }" :activeStyle="{ color: '#B22338', fontWeight: 'bold' }"
  18. keyName="title" :current="current"></u-tabs>
  19. </view>
  20. </view>
  21. <view v-for="(item, index) in orderList" :key="index">
  22. <view class="list" @click="goOrderDetails(item.orderId)">
  23. <view class="myclient_list">
  24. <view class="myclient_list_name">
  25. <view class="nl">
  26. {{item.mainTitle}}
  27. </view>
  28. <view class="status">
  29. {{item.orderStateDesc}}
  30. </view>
  31. </view>
  32. <view class="myclient_list_content">
  33. <view class="phone">
  34. <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/分期-手机@2x.png" />
  35. <text>
  36. 团购日期: {{item.grouponStartTime}} 至 {{item.grouponEndTime}}
  37. </text>
  38. </view>
  39. <view class="time">
  40. <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/时间@2x.png" />
  41. <text>
  42. 订单编号: {{item.orderNo}}
  43. </text>
  44. </view>
  45. </view>
  46. </view>
  47. <view class="all-products-body" v-for="(goods, index2) in item.goodsList" :key="index2">
  48. <view class="all-products-item" @click="addGoodPopupShow = true">
  49. <image
  50. :src="goods.goodsImage"
  51. mode="scaleToFill" />
  52. <view class="all-products-item-content">
  53. <view class="all-products-item-content-t">
  54. {{goods.goodsName}}
  55. </view>
  56. <view class="all-products-item-content-b">
  57. <view style="display:flex;">
  58. <text class="red"> ¥{{goods.goodsPrice}}</text>
  59. </view>
  60. <view>
  61. <view class="count"> x {{goods.goodsNum}}</view>
  62. </view>
  63. </view>
  64. </view>
  65. </view>
  66. </view>
  67. <view class="self-pickup-point">
  68. <view class="a-t">
  69. 自提网点:
  70. </view>
  71. <view class="a-m">
  72. <view class="am1">
  73. <view class="am1-1">
  74. {{item.selfTakeName}}
  75. </view>
  76. <view class="am1-2">
  77. <image src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png" mode="scaleToFill" />
  78. </view>
  79. </view>
  80. </view>
  81. <view class="a-b">
  82. <view class="a-b1">
  83. 对接团长:
  84. <text class="red">
  85. {{item.commander}}
  86. </text>
  87. </view>
  88. <view class="a-b2">
  89. <image src="http://www.gzzzyd.com/groupon/order_details/微信@2x.png" mode="scaleToFill" />
  90. <image src="http://www.gzzzyd.com/groupon/order_details/电话键盘_填充@2x.png" mode="scaleToFill" />
  91. </view>
  92. </view>
  93. </view>
  94. <view class="op-area">
  95. <button v-if="item.orderState == 1" class="action-btn" @click="goPay()">立即付款</button>
  96. <button v-if="item.orderState == 2" class="info-btn" @click="goPay()">申请退货</button>
  97. <button v-if="item.orderState == 2" class="action-btn" @click="goPay()">取货码 877988</button>
  98. </view>
  99. </view>
  100. </view>
  101. <view class="loadingicon acea-row row-center-wrapper" v-if="orderList.length > 0">
  102. <text class="loading iconfont icon-jiazai" :hidden="loading == false"></text>
  103. {{ loadTitle }}
  104. </view>
  105. <view v-if="orderList.length == 0">
  106. <emptyPage v-if="!loading" :title="$t(`暂无订单`)"></emptyPage>
  107. <view class="loadingicon acea-row row-center-wrapper">
  108. <text class="loading iconfont icon-jiazai" :hidden="loading == false"></text>
  109. </view>
  110. </view>
  111. </view>
  112. <!-- #ifndef MP -->
  113. <home></home>
  114. <!-- #endif -->
  115. <payment :payMode="payMode" :pay_close="pay_close" @onChangeFun="onChangeFun" :order_id="pay_order_id"
  116. :totalPrice="totalPrice"></payment>
  117. </view>
  118. </template>
  119. <script>
  120. let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
  121. let sysHeightTop = (uni.getSystemInfoSync().statusBarHeight + 43) + 'px';
  122. const app = getApp();
  123. import {
  124. getUserOrderPage,
  125. postUserOrderCancel,
  126. postUserOrderRefund
  127. } from '@/api/home.js';
  128. import {
  129. getOrderList,
  130. orderData,
  131. orderCancel,
  132. orderDel,
  133. orderPay
  134. } from '@/api/order.js';
  135. import {
  136. getUserInfo
  137. } from '@/api/user.js';
  138. import {
  139. openOrderSubscribe
  140. } from '@/utils/SubscribeMessage.js';
  141. import home from '@/components/home';
  142. import payment from '@/components/payment';
  143. import {
  144. toLogin
  145. } from '@/libs/login.js';
  146. import {
  147. mapGetters
  148. } from 'vuex';
  149. // #ifdef MP
  150. import authorize from '@/components/Authorize';
  151. // #endif
  152. import emptyPage from '@/components/emptyPage.vue';
  153. import colors from '@/mixins/color.js';
  154. export default {
  155. components: {
  156. payment,
  157. home,
  158. emptyPage,
  159. // #ifdef MP
  160. authorize
  161. // #endif
  162. },
  163. mixins: [colors],
  164. data () {
  165. return {
  166. navigationList: [{
  167. title: '全部',
  168. id: 0,
  169. orderStatus: 0,
  170. }
  171. ,
  172. {
  173. title: '待付款',
  174. id: 1,
  175. orderStatus: 1,
  176. },
  177. {
  178. title: '待提货',
  179. id: 2,
  180. orderStatus: 2,
  181. },
  182. {
  183. title: '已完成',
  184. id: 3,
  185. orderStatus: 4,
  186. },
  187. {
  188. title: '售后',
  189. id: 4,
  190. orderStatus: '',
  191. },
  192. ],
  193. pageHeight: app.globalData.windowHeight,
  194. sysHeight: sysHeight,
  195. sysHeightTop: sysHeightTop,
  196. loading: false, //是否加载中
  197. loadend: false, //是否加载完毕
  198. loadTitle: this.$t(`加载更多`), //提示语
  199. orderList: [], //订单数组
  200. orderData: {}, //订单详细统计
  201. orderStatus: 0, //订单状态
  202. page: 1,
  203. limit: 20,
  204. payMode: [{
  205. name: this.$t(`微信支付`),
  206. icon: 'icon-weixinzhifu',
  207. value: 'weixin',
  208. title: this.$t(`使用微信快捷支付`),
  209. payStatus: true
  210. },
  211. // {
  212. // name: this.$t(`支付宝支付`),
  213. // icon: 'icon-zhifubao',
  214. // value: 'alipay',
  215. // title: this.$t(`使用支付宝支付`),
  216. // payStatus: true
  217. // },
  218. // {
  219. // name: this.$t(`余额支付`),
  220. // icon: 'icon-yuezhifu',
  221. // value: 'yue',
  222. // title: this.$t(`可用余额`),
  223. // number: 0,
  224. // payStatus: true
  225. // }, {
  226. // "name": this.$t(`好友代付`),
  227. // "icon": "icon-haoyoudaizhifu",
  228. // value: 'friend',
  229. // title: this.$t(`找微信好友支付`),
  230. // payStatus: 1,
  231. // }
  232. ],
  233. pay_close: false,
  234. pay_order_id: '',
  235. pay_orderId: '',
  236. totalPrice: '0',
  237. isAuto: false, //没有授权的不会自动授权
  238. isShowAuth: false ,//是否隐藏授权
  239. current: 0
  240. };
  241. },
  242. computed: mapGetters(['isLogin']),
  243. onShow () {
  244. console.log("onShow事件,全局变量1--------", getApp().globalData.switchId, this.$route)
  245. let ContentIndex = getApp().globalData.switchId//获取到传参
  246. if(ContentIndex == '待付款') {
  247. this.current = 1;
  248. this.orderStatus = 1;
  249. } else if (ContentIndex == '待提货') {
  250. this.current = 2;
  251. this.orderStatus = 2;
  252. } else if (ContentIndex == '已完成') {
  253. this.current = 3;
  254. this.orderStatus = 4;
  255. }
  256. if (this.isLogin) {
  257. this.page = 1;
  258. this.orderList = []
  259. this.loadend = false;
  260. // this.onLoadFun();
  261. this.getOrderList();
  262. } else {
  263. toLogin();
  264. }
  265. },
  266. methods: {
  267. onLoadFun () {
  268. this.getOrderData();
  269. this.getUserInfo();
  270. },
  271. // 授权关闭
  272. authColse: function (e) {
  273. this.isShowAuth = e;
  274. },
  275. /**
  276. * 事件回调
  277. *
  278. */
  279. onChangeFun: function (e) {
  280. let opt = e;
  281. let action = opt.action || null;
  282. let value = opt.value != undefined ? opt.value : null;
  283. action && this[action] && this[action](value);
  284. },
  285. /**
  286. * 获取用户信息
  287. *
  288. */
  289. getUserInfo: function () {
  290. let that = this;
  291. getUserInfo().then(res => {
  292. that.payMode[2].number = res.data.now_money;
  293. that.$set(that, 'payMode', that.payMode);
  294. });
  295. },
  296. /**
  297. * 关闭支付组件
  298. *
  299. */
  300. payClose: function () {
  301. this.pay_close = false;
  302. },
  303. /**
  304. * 生命周期函数--监听页面加载
  305. */
  306. onLoad: function (options) {
  307. console.log('onLoad事件', options);
  308. if ('params' in options) {
  309. this.obj = JSON.parse(decodeURIComponent(options.params));
  310. }
  311. if (options.status) this.orderStatus = options.status;
  312. },
  313. /**
  314. * 获取订单统计数据
  315. *
  316. */
  317. getOrderData: function () {
  318. let that = this;
  319. // orderData().then(res => {
  320. // that.$set(that, 'orderData', res.data);
  321. // that.payMode.map(item => {
  322. // if (item.value == 'weixin') {
  323. // item.payStatus = res.data.pay_weixin_open ? true : false;
  324. // }
  325. // if (item.value == 'alipay') {
  326. // item.payStatus = res.data.ali_pay_status ? true : false;
  327. // }
  328. // if (item.value == 'yue') {
  329. // item.payStatus = res.data.yue_pay_status == 1 ? true : false;
  330. // }
  331. // if (item.value == 'friend') {
  332. // item.payStatus = res.data.friend_pay_status == 1 ? true : false;
  333. // }
  334. // });
  335. // //#ifdef MP
  336. // this.payMode[1].payStatus = false;
  337. // //#endif
  338. // });
  339. },
  340. /**
  341. * 取消订单
  342. *
  343. */
  344. cancelOrder: function (index, order_id) {
  345. let that = this;
  346. if (!order_id)
  347. return that.$util.Tips({
  348. title: that.$t(`缺少订单号无法取消订单`)
  349. });
  350. uni.showModal({
  351. title: that.$t(`取消订单`),
  352. content: that.$t(`确定取消该订单`),
  353. success: function (res) {
  354. if (res.confirm) {
  355. postUserOrderCancel({ id: order_id })
  356. .then(res => {
  357. return that.$util.Tips({
  358. title: res.msg,
  359. icon: 'success'
  360. },
  361. function () {
  362. that.orderList.splice(index, 1);
  363. that.$set(that, 'orderList', that.orderList);
  364. // that.$set(that.orderData, 'unpaid_count', that.orderData.unpaid_count - 1);
  365. // that.getOrderList()
  366. }
  367. );
  368. })
  369. .catch(err => {
  370. return that.$util.Tips({
  371. title: err
  372. });
  373. });
  374. } else if (res.cancel) {
  375. return that.$util.Tips({
  376. title: that.$t(`已取消`)
  377. });
  378. }
  379. }
  380. });
  381. },
  382. refundOrder: function (index, order_id) {
  383. let that = this;
  384. if (!order_id)
  385. return that.$util.Tips({
  386. title: that.$t(`缺少订单号无法申请退款订单`)
  387. });
  388. uni.showModal({
  389. title: that.$t(`申请退款`),
  390. content: that.$t(`确定申请退款该订单`),
  391. success: function (res) {
  392. if (res.confirm) {
  393. postUserOrderRefund({ id: order_id })
  394. .then(res => {
  395. return that.$util.Tips({
  396. title: res.msg,
  397. icon: 'success'
  398. },
  399. function () {
  400. that.orderList.splice(index, 1);
  401. that.$set(that, 'orderList', that.orderList);
  402. // that.$set(that.orderData, 'unpaid_count', that.orderData.unpaid_count - 1);
  403. // that.getOrderData();
  404. // this.getOrderList()
  405. }
  406. );
  407. })
  408. .catch(err => {
  409. return that.$util.Tips({
  410. title: err
  411. });
  412. });
  413. } else if (res.cancel) {
  414. return that.$util.Tips({
  415. title: that.$t(`已取消`)
  416. });
  417. }
  418. }
  419. });
  420. },
  421. /**
  422. * 打开支付组件
  423. *
  424. */
  425. goPay: function (item, order_no) {
  426. this.$set(this, 'pay_close', true);
  427. this.$set(this, 'pay_order_id', order_no);
  428. this.$set(this, 'pay_orderId', item.id);
  429. this.$set(this, 'totalPrice', item.totalFee);
  430. },
  431. /**
  432. * 支付成功回调
  433. *
  434. */
  435. pay_complete: function () {
  436. this.loadend = false;
  437. this.page = 1;
  438. this.$set(this, 'orderList', []);
  439. this.pay_close = false;
  440. uni.navigateTo({
  441. url: '/pages/goods/order_pay_status/index?order_id=' + this.pay_orderId +
  442. '&msg=' + this.$t(`支付成功`) + '&type=3&totalPrice=' + this.totalPrice
  443. })
  444. this.pay_order_id = '';
  445. this.pay_orderId = '';
  446. this.getOrderData();
  447. this.getOrderList();
  448. },
  449. /**
  450. * 支付失败回调
  451. *
  452. */
  453. pay_fail: function () {
  454. this.pay_close = false;
  455. this.pay_order_id = '';
  456. },
  457. /**
  458. * 去订单详情
  459. */
  460. goOrderDetails (orderId) {
  461. uni.navigateTo({
  462. url: '/pages/groupbuying_details/order_details_list/index?orderId=' + orderId
  463. });
  464. // let that = this;
  465. // if (!order_id)
  466. // return that.$util.Tips({
  467. // title: that.$t(`缺少订单号无法查看订单详情`)
  468. // });
  469. // uni.showLoading({
  470. // title: that.$t(`正在加载中`)
  471. // });
  472. // openOrderSubscribe()
  473. // .then(() => {
  474. // uni.hideLoading();
  475. // uni.navigateTo({
  476. // url: '/pages/goods/order_details/index?order_id=' + order_id
  477. // // +'&order='+JSON.stringify(order)
  478. // // +'&goods='+encodeURIComponent(JSON.stringify(order.orderGoods))
  479. // })
  480. // })
  481. // .catch(err => {
  482. // uni.hideLoading();
  483. // });
  484. },
  485. /**
  486. * 切换类型
  487. */
  488. statusClick: function (status) {
  489. console.log("切换类型 -> ", status.orderStatus);
  490. if (status.orderStatus == this.orderStatus) return;
  491. this.orderStatus = status.orderStatus;
  492. this.loadend = false;
  493. this.page = 1;
  494. this.$set(this, 'orderList', []);
  495. this.getOrderList();
  496. },
  497. /**
  498. * 获取订单列表
  499. */
  500. getOrderList: function () {
  501. let that = this;
  502. if (that.loadend) return;
  503. if (that.loading) return;
  504. that.loading = true;
  505. that.loadTitle = that.$t(`加载更多`);
  506. getUserOrderPage({
  507. current: that.page,
  508. size: that.limit,
  509. orderState: this.orderStatus
  510. }).then(res => {
  511. let list = res.data.records || [];
  512. let loadend = list.length < that.limit;
  513. that.orderList = that.$util.SplitArray(list, that.orderList);
  514. that.$set(that, 'orderList', that.orderList);
  515. that.loadend = loadend;
  516. that.loading = false;
  517. that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  518. that.page = that.page + 1;
  519. }).catch(err => {
  520. that.loading = false;
  521. that.loadTitle = that.$t(`加载更多`);
  522. });
  523. },
  524. /**
  525. * 删除订单
  526. */
  527. delOrder: function (order_id, index) {
  528. let that = this;
  529. uni.showModal({
  530. title: that.$t(`删除订单`),
  531. content: that.$t(`确定删除该订单`),
  532. success: function (res) {
  533. if (res.confirm) {
  534. orderDel(order_id)
  535. .then(res => {
  536. that.orderList.splice(index, 1);
  537. that.$set(that, 'orderList', that.orderList);
  538. that.$set(that.orderData, 'unpaid_count', that.orderData
  539. .unpaid_count - 1);
  540. that.getOrderData();
  541. return that.$util.Tips({
  542. title: that.$t(`删除成功`),
  543. icon: 'success'
  544. });
  545. })
  546. .catch(err => {
  547. return that.$util.Tips({
  548. title: err
  549. });
  550. });
  551. } else if (res.cancel) {
  552. return that.$util.Tips({
  553. title: that.$t(`已取消`)
  554. });
  555. }
  556. }
  557. });
  558. }
  559. },
  560. onReachBottom: function () {
  561. this.getOrderList();
  562. }
  563. };
  564. </script>
  565. <style scoped lang="scss">
  566. .my-order {
  567. position: relative;
  568. }
  569. .my-order .header {
  570. height: 220rpx;
  571. padding: 0 30rpx;
  572. }
  573. .my-order .header .picTxt {
  574. height: 160rpx;
  575. }
  576. .my-order .header .picTxt .text {
  577. color: rgba(255, 255, 255, 0.8);
  578. font-size: 26rpx;
  579. font-family: 'Guildford Pro';
  580. }
  581. .my-order .header .picTxt .text .name {
  582. font-size: 34rpx;
  583. font-weight: bold;
  584. color: #fff;
  585. margin-bottom: 20rpx;
  586. }
  587. .my-order .header .picTxt .pictrue {
  588. width: 122rpx;
  589. height: 109rpx;
  590. }
  591. .my-order .header .picTxt .pictrue image {
  592. width: 100%;
  593. height: 100%;
  594. }
  595. .my-order .nav {
  596. background-color: #F9F9F9;
  597. width: 100%;
  598. // height: 140rpx;
  599. }
  600. .my-order .nav .item {
  601. text-align: center;
  602. font-size: 26rpx;
  603. color: #282828;
  604. padding: 27rpx 0;
  605. border-bottom: 5rpx solid transparent;
  606. }
  607. .my-order .nav .item.on {
  608. /* #ifdef H5 || MP */
  609. font-weight: bold;
  610. /* #endif */
  611. /* #ifdef APP-PLUS */
  612. color: #000;
  613. /* #endif */
  614. border-color: var(--view-theme);
  615. }
  616. .my-order .nav .item .num {
  617. margin-top: 18rpx;
  618. }
  619. .list {
  620. width: 100%;
  621. background: white;
  622. margin: 14rpx auto 0 auto;
  623. }
  624. .noCart {
  625. margin-top: 171rpx;
  626. padding-top: 0.1rpx;
  627. }
  628. .noCart .pictrue {
  629. width: 414rpx;
  630. height: 336rpx;
  631. margin: 78rpx auto 56rpx auto;
  632. }
  633. .noCart .pictrue image {
  634. width: 100%;
  635. height: 100%;
  636. }
  637. .my-order .list .item .item-info .text .money .return {
  638. // color: var(--view-priceColor);
  639. margin-top: 10rpx;
  640. font-size: 24rpx;
  641. }
  642. .myclient_list {
  643. margin-top: 30rpx;
  644. padding: 30rpx;
  645. background: #FFFFFF;
  646. .myclient_list_name {
  647. margin-bottom: 15rpx;
  648. min-height: 44rpx;
  649. font-size: 28rpx;
  650. font-weight: 500;
  651. color: #111111;
  652. line-height: 44rpx;
  653. display: flex;
  654. .nv {
  655. flex-grow: 1;
  656. }
  657. .status {
  658. width: 300rpx;
  659. text-align: right;
  660. margin-left: 30rpx;
  661. color: #FEA800;
  662. }
  663. }
  664. .myclient_list_content {
  665. image {
  666. width: 24rpx;
  667. height: 24rpx;
  668. margin-right: 20rpx;
  669. }
  670. .phone {
  671. margin-bottom: 15rpx;
  672. height: 44rpx;
  673. font-size: 24rpx;
  674. font-weight: 400;
  675. color: #999999;
  676. line-height: 44rpx;
  677. }
  678. .time {
  679. height: 44rpx;
  680. font-size: 24rpx;
  681. font-weight: 400;
  682. color: #999999;
  683. line-height: 44rpx;
  684. }
  685. }
  686. }
  687. .all-products-body {
  688. background: white;
  689. .all-products-item {
  690. display: flex;
  691. margin-bottom: 20rpx;
  692. image {
  693. width: 128rpx;
  694. height: 128rpx;
  695. margin-right: 20rpx;
  696. border: 2rpx solid #FFFFFF;
  697. }
  698. .all-products-item-content {
  699. flex-grow: 1;
  700. display: flex;
  701. flex-direction: column;
  702. .all-products-item-content-t {
  703. flex: 1;
  704. font-size: 24rpx;
  705. font-weight: 400;
  706. color: #333333;
  707. line-height: 40rpx;
  708. }
  709. .all-products-item-content-b {
  710. flex: 1;
  711. font-size: 28rpx;
  712. font-weight: 500;
  713. line-height: 80rpx;
  714. display: flex;
  715. justify-content: space-between;
  716. .red {
  717. display: block;
  718. font-size: 28rpx;
  719. font-weight: 500;
  720. color: #B22338 !important;
  721. margin-right: 10rpx;
  722. }
  723. .line-thr {
  724. display: block;
  725. font-size: 28rpx;
  726. font-weight: 400;
  727. color: #999999;
  728. text-decoration: line-through;
  729. }
  730. .count {
  731. font-size: 24rpx;
  732. font-weight: 400;
  733. color: #999999;
  734. margin-right: 30rpx;
  735. }
  736. }
  737. }
  738. }
  739. }
  740. .a-t {
  741. padding: 0 30rpx;
  742. display: flex;
  743. justify-content: space-between;
  744. height: 44rpx;
  745. margin-bottom: 20rpx;
  746. }
  747. .a-m {
  748. padding: 0 30rpx;
  749. .am1 {
  750. display: flex;
  751. justify-content: space-between;
  752. margin-bottom: 20rpx;
  753. .am1-1 {
  754. height: 40rpx;
  755. font-size: 28rpx;
  756. font-weight: 400;
  757. color: #111111;
  758. line-height: 40rpx;
  759. }
  760. .am1-2 {
  761. height: 36rpx;
  762. font-size: 20rpx;
  763. font-weight: 400;
  764. color: #666666;
  765. line-height: 36rpx;
  766. image {
  767. margin-left: 30rpx;
  768. vertical-align: middle;
  769. height: 34rpx;
  770. width: 34rpx;
  771. }
  772. }
  773. }
  774. .am2 {
  775. margin-bottom: 20rpx;
  776. height: 34rpx;
  777. font-size: 24rpx;
  778. font-weight: 400;
  779. color: #999999;
  780. line-height: 34rpx;
  781. }
  782. }
  783. .a-b {
  784. padding: 0 30rpx;
  785. width: 100%;
  786. background: #FFF7F8;
  787. border: 1px solid dashed #333333;
  788. height: 60rpx;
  789. line-height: 60rpx;
  790. display: flex;
  791. justify-content: space-between;
  792. .a-b1 {
  793. font-size: 20rpx;
  794. font-weight: 400;
  795. color: #666666;
  796. .red {
  797. font-size: 20rpx;
  798. font-weight: 500;
  799. color: #B22338;
  800. }
  801. }
  802. .a-b2 {
  803. image {
  804. vertical-align: middle;
  805. margin-right: 30rpx;
  806. margin-left: 30rpx;
  807. height: 34rpx;
  808. width: 34rpx;
  809. }
  810. }
  811. }
  812. .self-pickup-point {
  813. background: #FFF7F8;
  814. padding-top: 20rpx;
  815. margin: 0 30rpx;
  816. }
  817. .op-area {
  818. height: 120rpx;
  819. display: flex;
  820. justify-content: flex-end;
  821. line-height: 120rpx;
  822. padding: 20rpx 0;
  823. text-align: right;
  824. .action-btn {
  825. min-width: 200rpx;
  826. background: #FFF7F8;
  827. border-radius: 32rpx;
  828. border: 2rpx solid #B22338;
  829. margin-right: 30rpx;
  830. height: 64rpx;
  831. font-size: 24rpx;
  832. font-weight: 400;
  833. color: #B22338;
  834. line-height: 64rpx;
  835. }
  836. .info-btn {
  837. width: 200rpx;
  838. background: #F5F5F5;
  839. border-radius: 32rpx;
  840. margin-right: 30rpx;
  841. height: 64rpx;
  842. font-size: 24rpx;
  843. font-weight: 400;
  844. color: #666666;
  845. line-height: 64rpx;
  846. }
  847. }
  848. .sys-head {
  849. position: relative;
  850. width: 100%;
  851. // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
  852. .bg {
  853. position: absolute;
  854. left: 0;
  855. top: 0;
  856. width: 100%;
  857. height: 100%;
  858. background: var(--view-theme);
  859. background-size: 100% auto;
  860. background-position: left bottom;
  861. }
  862. .sys-title {
  863. z-index: 10;
  864. position: relative;
  865. height: 43px;
  866. text-align: left;
  867. line-height: 43px;
  868. font-size: 36rpx;
  869. color: rgba(17, 17, 17, 1);
  870. font-weight: bolder;
  871. padding-left: 36rpx;
  872. }
  873. }
  874. </style>