index.vue 24 KB

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