index.vue 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  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. let that = this;
  333. applyGrouponAfterRefund(item.orderId).then(res => {
  334. that.getOrderList()
  335. return that.$util.Tips({
  336. title: res.msg,
  337. icon: 'success'
  338. });
  339. }).catch(err => {
  340. return that.$util.Tips({
  341. title: err
  342. });
  343. });
  344. },
  345. openmap(selfTake) {
  346. uni.openLocation({
  347. latitude: selfTake.latitude,
  348. longitude: selfTake.longitude,
  349. address: selfTake.address,
  350. success: function () {
  351. console.log('success');
  352. }
  353. });
  354. },
  355. closePopup(){
  356. this.$refs.popup.close()
  357. },
  358. openPopup(qrCode){
  359. let that = this;
  360. this.qrCode = qrCode;
  361. if (!this.qrCode) {
  362. return that.$util.Tips({
  363. title: that.$t(`团长未设置微信号`)
  364. });
  365. }
  366. this.$refs.popup.open()
  367. },
  368. callPhone(phone){
  369. uni.makePhoneCall({
  370. phoneNumber: phone
  371. })
  372. },
  373. onLoadFun () {
  374. this.getOrderData();
  375. this.getUserInfo();
  376. },
  377. // 授权关闭
  378. authColse: function (e) {
  379. this.isShowAuth = e;
  380. },
  381. /**
  382. * 事件回调
  383. *
  384. */
  385. onChangeFun: function (e) {
  386. let opt = e;
  387. let action = opt.action || null;
  388. let value = opt.value != undefined ? opt.value : null;
  389. action && this[action] && this[action](value);
  390. },
  391. /**
  392. * 获取用户信息
  393. *
  394. */
  395. getUserInfo: function () {
  396. let that = this;
  397. getUserInfo().then(res => {
  398. that.payMode[2].number = res.data.now_money;
  399. that.$set(that, 'payMode', that.payMode);
  400. });
  401. },
  402. /**
  403. * 关闭支付组件
  404. *
  405. */
  406. payClose: function () {
  407. this.pay_close = false;
  408. },
  409. /**
  410. * 查看取货码
  411. * @param {Object} code
  412. */
  413. viewPickCode(code) {
  414. this.pickupCodeShow = true;
  415. this.pickupCode = code;
  416. },
  417. /**
  418. * 生命周期函数--监听页面加载
  419. */
  420. onLoad: function (options) {
  421. console.log('onLoad事件', options);
  422. if ('params' in options) {
  423. this.obj = JSON.parse(decodeURIComponent(options.params));
  424. }
  425. if (options.status) this.orderStatus = options.status;
  426. },
  427. /**
  428. * 取消订单
  429. *
  430. */
  431. cancelOrder: function (order_id) {
  432. let that = this;
  433. if (!order_id)
  434. return that.$util.Tips({
  435. title: that.$t(`缺少订单号无法取消订单`)
  436. });
  437. uni.showModal({
  438. title: that.$t(`取消订单`),
  439. content: that.$t(`确定取消该订单`),
  440. success: function (res) {
  441. if (res.confirm) {
  442. orderCancel(order_id)
  443. .then(res => {
  444. that.orderList = [];
  445. that.getOrderList()
  446. return that.$util.Tips({
  447. title: res.msg,
  448. icon: 'success'
  449. });
  450. })
  451. .catch(err => {
  452. return that.$util.Tips({
  453. title: err
  454. });
  455. });
  456. }
  457. }
  458. });
  459. },
  460. refundOrder: function (orderId) {
  461. let that = this;
  462. if (!orderId)
  463. return that.$util.Tips({
  464. title: that.$t(`缺少订单号无法申请退款订单`)
  465. });
  466. uni.showModal({
  467. title: that.$t(`申请退款`),
  468. content: that.$t(`确定申请退款该订单`),
  469. success: function (res) {
  470. if (res.confirm) {
  471. postUserOrderRefund({ id: orderId })
  472. .then(res => {
  473. that.orderList = [];
  474. that.getOrderList()
  475. return that.$util.Tips({
  476. title: "申请成功",
  477. icon: 'success'
  478. });
  479. })
  480. .catch(err => {
  481. return that.$util.Tips({
  482. title: err
  483. });
  484. });
  485. } else if (res.cancel) {
  486. return that.$util.Tips({
  487. title: that.$t(`已取消`)
  488. });
  489. }
  490. }
  491. });
  492. },
  493. /**
  494. * 打开支付组件
  495. *
  496. */
  497. goPay: function (item) {
  498. this.$set(this, 'pay_close', true);
  499. this.$set(this, 'pay_order_id', item.orderNo);
  500. this.$set(this, 'pay_orderId', item.orderId);
  501. this.$set(this, 'totalPrice', item.paymentAmount);
  502. },
  503. /**
  504. * 支付成功回调
  505. *
  506. */
  507. pay_complete: function () {
  508. this.loadend = false;
  509. this.page = 1;
  510. this.$set(this, 'orderList', []);
  511. this.pay_close = false;
  512. uni.$u.toast("支付成功")
  513. this.pay_order_id = '';
  514. this.pay_orderId = '';
  515. this.getOrderData();
  516. this.getOrderList();
  517. },
  518. /**
  519. * 支付失败回调
  520. *
  521. */
  522. pay_fail: function () {
  523. this.pay_close = false;
  524. this.pay_order_id = '';
  525. },
  526. /**
  527. * 去订单详情
  528. */
  529. goOrderDetails (item) {
  530. uni.navigateTo({
  531. url: '/pages/groupbuying_details/order_details_list/index?orderId=' + item.orderId + '&afterSalesId=' + item.afterSalesId + '&orderStatus=' + this.orderStatus
  532. });
  533. },
  534. /**
  535. * 切换类型
  536. */
  537. statusClick: function (status) {
  538. // if (status.orderStatus == 8) {
  539. // this.orderStatus = 0;
  540. // console.log("wojinlail aaaa")
  541. // uni.navigateTo({url: '/pages/users/user_return_list/index'});
  542. // // uni.({
  543. // // url: '/pages/users/user_return_list/index',
  544. // // fail (err) {
  545. // // console.log(err)
  546. // // }
  547. // // })
  548. // } else {
  549. if (status.orderStatus == this.orderStatus) return;
  550. this.orderStatus = status.orderStatus;
  551. this.loadend = false;
  552. this.page = 1;
  553. this.$set(this, 'orderList', []);
  554. this.getOrderList();
  555. // }
  556. },
  557. /**
  558. * 获取订单列表
  559. */
  560. getOrderList: function () {
  561. let that = this;
  562. if (that.loadend) return;
  563. if (that.loading) return;
  564. that.loading = true;
  565. that.loadTitle = that.$t(`加载更多`);
  566. getUserOrderPage({
  567. current: that.page,
  568. size: that.limit,
  569. orderState: this.orderStatus
  570. }).then(res => {
  571. let list = res.data.records || [];
  572. let loadend = list.length < that.limit;
  573. that.orderList = that.$util.SplitArray(list, that.orderList);
  574. that.$set(that, 'orderList', that.orderList);
  575. that.loadend = loadend;
  576. that.loading = false;
  577. that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  578. that.page = that.page + 1;
  579. }).catch(err => {
  580. that.loading = false;
  581. that.loadTitle = that.$t(`加载更多`);
  582. });
  583. },
  584. /**
  585. * 删除订单
  586. */
  587. delOrder: function (order_id, index) {
  588. let that = this;
  589. uni.showModal({
  590. title: that.$t(`删除订单`),
  591. content: that.$t(`确定删除该订单`),
  592. success: function (res) {
  593. if (res.confirm) {
  594. orderDel(order_id)
  595. .then(res => {
  596. that.orderList.splice(index, 1);
  597. that.$set(that, 'orderList', that.orderList);
  598. that.$set(that.orderData, 'unpaid_count', that.orderData
  599. .unpaid_count - 1);
  600. that.getOrderData();
  601. return that.$util.Tips({
  602. title: that.$t(`删除成功`),
  603. icon: 'success'
  604. });
  605. })
  606. .catch(err => {
  607. return that.$util.Tips({
  608. title: err
  609. });
  610. });
  611. } else if (res.cancel) {
  612. return that.$util.Tips({
  613. title: that.$t(`已取消`)
  614. });
  615. }
  616. }
  617. });
  618. },
  619. },
  620. onReachBottom: function () {
  621. this.getOrderList();
  622. }
  623. };
  624. </script>
  625. <style scoped lang="scss">
  626. .my-order {
  627. position: relative;
  628. }
  629. .my-order .header {
  630. height: 220rpx;
  631. padding: 0 30rpx;
  632. }
  633. .my-order .header .picTxt {
  634. height: 160rpx;
  635. }
  636. .my-order .header .picTxt .text {
  637. color: rgba(255, 255, 255, 0.8);
  638. font-size: 26rpx;
  639. font-family: 'Guildford Pro';
  640. }
  641. .my-order .header .picTxt .text .name {
  642. font-size: 34rpx;
  643. font-weight: bold;
  644. color: #fff;
  645. margin-bottom: 20rpx;
  646. }
  647. .my-order .header .picTxt .pictrue {
  648. width: 122rpx;
  649. height: 109rpx;
  650. }
  651. .my-order .header .picTxt .pictrue image {
  652. width: 100%;
  653. height: 100%;
  654. }
  655. .my-order .nav {
  656. background-color: #F9F9F9;
  657. width: 100%;
  658. // height: 140rpx;
  659. }
  660. .my-order .nav .item {
  661. text-align: center;
  662. font-size: 26rpx;
  663. color: #282828;
  664. padding: 27rpx 0;
  665. border-bottom: 5rpx solid transparent;
  666. }
  667. .my-order .nav .item.on {
  668. /* #ifdef H5 || MP */
  669. font-weight: bold;
  670. /* #endif */
  671. /* #ifdef APP-PLUS */
  672. color: #000;
  673. /* #endif */
  674. border-color: var(--view-theme);
  675. }
  676. .my-order .nav .item .num {
  677. margin-top: 18rpx;
  678. }
  679. .list {
  680. width: 100%;
  681. background: white;
  682. margin: 14rpx auto 0 auto;
  683. }
  684. .noCart {
  685. margin-top: 171rpx;
  686. padding-top: 0.1rpx;
  687. }
  688. .noCart .pictrue {
  689. width: 414rpx;
  690. height: 336rpx;
  691. margin: 78rpx auto 56rpx auto;
  692. }
  693. .noCart .pictrue image {
  694. width: 100%;
  695. height: 100%;
  696. }
  697. .my-order .list .item .item-info .text .money .return {
  698. // color: var(--view-priceColor);
  699. margin-top: 10rpx;
  700. font-size: 24rpx;
  701. }
  702. .myclient_list {
  703. padding-left: 30px;
  704. padding-top: 30rpx;
  705. padding-bottom: 30rpx;
  706. margin-top: 30rpx;
  707. background: #FFFFFF;
  708. .myclient_list_name {
  709. display: flex;
  710. justify-content: space-between;
  711. min-height: 44rpx;
  712. font-size: 28rpx;
  713. font-weight: 500;
  714. color: #111111;
  715. line-height: 44rpx;
  716. .nv {
  717. flex-grow: 1;
  718. }
  719. .nl {
  720. width: 550rpx;
  721. font-weight: bold;
  722. display: -webkit-box;
  723. -webkit-box-orient: vertical;
  724. -webkit-line-clamp: 1;
  725. overflow: hidden;
  726. text-overflow: ellipsis;
  727. }
  728. .status {
  729. min-width: 100rpx;
  730. text-align: right;
  731. margin-right: 30rpx;
  732. color: #FEA800;
  733. }
  734. .success_status {
  735. min-width: 100rpx;
  736. text-align: right;
  737. margin-right: 30rpx;
  738. color: #75BE00;
  739. }
  740. .after_sales_status {
  741. min-width: 100rpx;
  742. text-align: right;
  743. margin-right: 30rpx;
  744. color: #666666;
  745. }
  746. }
  747. .myclient_list_content {
  748. image {
  749. width: 28rpx;
  750. height: 28rpx;
  751. margin-top: 9rpx;
  752. margin-right: 10rpx;
  753. }
  754. .phone {
  755. display: flex;
  756. flex-direction: row;
  757. margin-bottom: 15rpx;
  758. height: 44rpx;
  759. font-size: 24rpx;
  760. font-weight: 400;
  761. color: #999999;
  762. line-height: 44rpx;
  763. }
  764. .time {
  765. display: flex;
  766. flex-direction: row;
  767. height: 44rpx;
  768. font-size: 24rpx;
  769. font-weight: 400;
  770. color: #999999;
  771. line-height: 44rpx;
  772. }
  773. }
  774. }
  775. .all-products-body {
  776. background: white;
  777. padding-left: 30px;
  778. .all-products-item {
  779. display: flex;
  780. margin-bottom: 20rpx;
  781. image {
  782. width: 132rpx;
  783. height: 132rpx;
  784. border-radius: 4px;
  785. }
  786. .all-products-item-content {
  787. display: flex;
  788. flex-direction: column;
  789. margin-left: 20rpx;
  790. width: calc(100% - 132rpx);
  791. .all-products-item-content-t {
  792. font-size: 24rpx;
  793. font-weight: 400;
  794. margin-right: 30rpx;
  795. height: 80rpx;
  796. color: #333333;
  797. line-height: 40rpx;
  798. }
  799. .all-products-item-content-b {
  800. font-size: 28rpx;
  801. font-weight: 500;
  802. line-height: 52rpx;
  803. display: flex;
  804. justify-content: space-between;
  805. .red {
  806. display: block;
  807. font-size: 28rpx;
  808. font-weight: bold;
  809. color: #B22338 !important;
  810. margin-right: 10rpx;
  811. }
  812. .line-thr {
  813. display: block;
  814. font-size: 28rpx;
  815. font-weight: 400;
  816. color: #999999;
  817. text-decoration: line-through;
  818. }
  819. .count {
  820. font-size: 24rpx;
  821. font-weight: 400;
  822. color: #999999;
  823. margin-right: 30rpx;
  824. }
  825. }
  826. }
  827. }
  828. }
  829. .a-t {
  830. padding: 0 30rpx;
  831. display: flex;
  832. justify-content: space-between;
  833. height: 44rpx;
  834. margin-bottom: 20rpx;
  835. font-size: 20rpx;
  836. font-weight: 400;
  837. color: #666666;
  838. line-height: 44rpx;
  839. }
  840. .a-m {
  841. padding: 0 30rpx;
  842. .am1 {
  843. display: flex;
  844. justify-content: space-between;
  845. margin-bottom: 20rpx;
  846. .am1-1 {
  847. height: 32rpx;
  848. font-size: 20rpx;
  849. font-weight: bold;
  850. color: #B22338;
  851. line-height: 32rpx;
  852. }
  853. .am1-2 {
  854. height: 36rpx;
  855. font-size: 20rpx;
  856. font-weight: 400;
  857. color: #666666;
  858. line-height: 36rpx;
  859. image {
  860. margin-left: 30rpx;
  861. vertical-align: middle;
  862. height: 34rpx;
  863. width: 34rpx;
  864. }
  865. }
  866. }
  867. .am2 {
  868. margin-bottom: 20rpx;
  869. height: 34rpx;
  870. font-size: 24rpx;
  871. font-weight: 400;
  872. color: #999999;
  873. line-height: 34rpx;
  874. }
  875. }
  876. .a-b {
  877. padding: 0 30rpx;
  878. width: 100%;
  879. background: #FFF7F8;
  880. height: 60rpx;
  881. line-height: 60rpx;
  882. display: flex;
  883. justify-content: space-between;
  884. .a-b1 {
  885. font-size: 20rpx;
  886. font-weight: 400;
  887. color: #666666;
  888. .red {
  889. font-size: 20rpx;
  890. font-weight: bold;
  891. color: #B22338;
  892. }
  893. }
  894. .a-b2 {
  895. image {
  896. vertical-align: middle;
  897. margin-left: 30rpx;
  898. height: 34rpx;
  899. width: 34rpx;
  900. }
  901. }
  902. }
  903. .self-pickup-point {
  904. display: flex;
  905. flex-direction: column;
  906. background: #FFF7F8;
  907. padding-top: 20rpx;
  908. margin: 0 30rpx;
  909. }
  910. .op-area {
  911. /*height: 120rpx;*/
  912. display: flex;
  913. justify-content: flex-end;
  914. line-height: 120rpx;
  915. padding: 20rpx 0;
  916. text-align: right;
  917. .action-btn {
  918. min-width: 200rpx;
  919. background: #FFF7F8;
  920. border-radius: 32rpx;
  921. border: 2rpx solid #B22338;
  922. margin-right: 30rpx;
  923. height: 64rpx;
  924. font-size: 24rpx;
  925. font-weight: 400;
  926. color: #B22338;
  927. line-height: 64rpx;
  928. }
  929. .info-btn {
  930. width: 200rpx;
  931. background: #F5F5F5;
  932. border-radius: 32rpx;
  933. margin-right: 30rpx;
  934. height: 64rpx;
  935. font-size: 24rpx;
  936. font-weight: 400;
  937. color: #666666;
  938. line-height: 64rpx;
  939. }
  940. }
  941. .sys-head {
  942. position: relative;
  943. width: 100%;
  944. // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
  945. .bg {
  946. position: absolute;
  947. left: 0;
  948. top: 0;
  949. width: 100%;
  950. height: 100%;
  951. background: var(--view-theme);
  952. background-size: 100% auto;
  953. background-position: left bottom;
  954. }
  955. .sys-title {
  956. font-family: STYuanti-SC-Regular, STYuanti-SC;
  957. z-index: 10;
  958. position: relative;
  959. height: 43px;
  960. text-align: left;
  961. line-height: 43px;
  962. font-size: 36rpx;
  963. color: rgba(17, 17, 17, 1);
  964. /*font-weight: bolder;*/
  965. font-weight: 400;
  966. padding-left: 36rpx;
  967. color: #333333;
  968. }
  969. }
  970. .block_3 {
  971. background-color: rgba(255, 255, 255, 1);
  972. border-radius: 4px;
  973. padding: 16rpx 16rpx 32rpx 24rpx;
  974. display: flex;
  975. flex-direction: column;
  976. }
  977. .icon_1 {
  978. width: 32rpx;
  979. height: 32rpx;
  980. margin-left: 566rpx;
  981. }
  982. .image_3 {
  983. width: 590rpx;
  984. height: 766rpx;
  985. margin: 16rpx 8rpx 0 0;
  986. }
  987. .text_23 {
  988. overflow-wrap: break-word;
  989. color: rgba(51, 51, 51, 1);
  990. font-size: 28rpx;
  991. font-weight: NaN;
  992. text-align: center;
  993. white-space: nowrap;
  994. line-height: 40rpx;
  995. margin: 24rpx 128rpx 0 122rpx;
  996. }
  997. .white_line{
  998. width: 90%;
  999. height: 2rpx;
  1000. margin-left: 5%;
  1001. background-color: white;
  1002. }
  1003. .bord{
  1004. border: 1px solid red;
  1005. }
  1006. .grouponTitle{
  1007. display: flex;
  1008. flex-direction: column;
  1009. height: 44rpx;
  1010. }
  1011. .subTitle{
  1012. font-size: 28rpx;
  1013. color: #666666;
  1014. font-weight: 400;
  1015. line-height: 44rpx;
  1016. display: -webkit-box;
  1017. -webkit-box-orient: vertical;
  1018. -webkit-line-clamp: 1;
  1019. overflow: hidden;
  1020. text-overflow: ellipsis;
  1021. }
  1022. </style>