index.vue 25 KB

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