index.vue 22 KB

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