index.vue 23 KB

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