index.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359
  1. <template>
  2. <view :style="colorStyle">
  3. <view class="wait_panel">
  4. <view class="w1">
  5. <view class="imageView">
  6. <image v-if="orderDetail.orderState == 5" src="http://www.gzzzyd.com/groupon/home_slices/取消订单小@2x.png" mode="scaleToFill" />
  7. <image v-else-if="orderDetail.orderState == 4" src="http://www.gzzzyd.com/groupon/home_slices/已完成@2x.png" mode="scaleToFill" />
  8. <image v-else-if="orderDetail.orderState == 8" src="http://www.gzzzyd.com/groupon/home_slices/退款中@2x.png" mode="scaleToFill" />
  9. <image v-else src="http://www.gzzzyd.com/groupon/order_details/时间.png" mode="scaleToFill" />
  10. </view>
  11. <text v-if="orderDetail.orderState == 4" class="success_status">{{orderDetail.orderStateDesc}}</text>
  12. <text v-else-if="orderDetail.orderState == 8" class="refund_status">{{orderDetail.afterSalesDesc}}</text>
  13. <text v-else-if="orderDetail.orderState > 4" class="refund_status">{{orderDetail.orderStateDesc}}</text>
  14. <text v-else class="status">{{orderDetail.orderStateDesc}}</text>
  15. </view>
  16. <view class="w2" v-if="orderDetail.orderState == 1">
  17. 需付款: <text class="red">¥{{orderDetail.paymentAmount}}</text>
  18. <text class="" style="margin-right:20rpx;" >
  19. 剩余:
  20. </text>
  21. <u-count-down :time="orderDetail.remainTime * 1000" format="mm分ss秒"></u-count-down>
  22. </view>
  23. <view class="w2" v-if="orderDetail.orderState == 2">
  24. 取货码
  25. </view>
  26. <view class="w3">
  27. <button v-if="orderDetail.orderState == 1" @click="goPay(orderDetail)">
  28. 去支付
  29. </button>
  30. <button v-if="orderDetail.orderState == 2">
  31. {{orderDetail.pickupCode}}
  32. </button>
  33. </view>
  34. </view>
  35. <view class="all-products-body" v-for="(item, index) in orderDetail.goodsList" :key="index">
  36. <view class="all-products-item " @click="addGoodPopupShow = true">
  37. <image
  38. :src="item.goodsImage"
  39. mode="scaleToFill" />
  40. <view class="all-products-item-content">
  41. <view class="all-products-item-content-t">
  42. {{item.goodsName}}
  43. </view>
  44. <view class="all-products-item-content-b">
  45. <view style="display:flex;">
  46. <text class="red"> ¥{{item.goodsPrice}}</text>
  47. </view>
  48. <view>
  49. <view class="count"> x {{item.goodsNum}}</view>
  50. </view>
  51. </view>
  52. </view>
  53. </view>
  54. </view>
  55. <view class='order-submission'>
  56. <view>
  57. <view class="nav acea-row">
  58. <view class="item font-num" :class="shippingType == 0 ? 'on' : 'on2'" @tap="addressType(0)"
  59. v-if='store_self_mention && is_shipping'></view>
  60. <view class="item font-num" :class="shippingType == 1 ? 'on' : 'on2'" @tap="addressType(1)"
  61. v-if='store_self_mention && is_shipping'></view>
  62. </view>
  63. <view class='address-info' @tap='onAddress'>
  64. <block>
  65. <view class="a-t">
  66. <view class="t1">
  67. 自提门店
  68. </view>
  69. <view class="t2" v-if="orderDetail.orderState == 1" @click="getSelfTakeList">
  70. 更换自提网点
  71. <image src="http://www.gzzzyd.com/groupon/order_details/切换_面24@2x.png" mode="scaleToFill" />
  72. </view>
  73. </view>
  74. <view class="a-m">
  75. <view class="am1">
  76. <view class="am1-1">
  77. {{orderDetail.selfTake.name}}
  78. </view>
  79. <view class="am1-2">
  80. 距您{{orderDetail.selfTake.distanceDesc}}
  81. <image src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png" mode="scaleToFill" />
  82. </view>
  83. </view>
  84. <view class="am2">
  85. {{orderDetail.selfTake.address}}
  86. </view>
  87. <view class="am3">
  88. 营业时间 {{orderDetail.selfTake.busStartTimeDesc}}-{{orderDetail.selfTake.busEndTimeDesc}}
  89. </view>
  90. </view>
  91. <view class="a-b">
  92. <view class="a-b1">
  93. 对接团长:
  94. <text class="red">
  95. {{orderDetail.commander}}
  96. </text>
  97. </view>
  98. <view class="a-b2">
  99. <image src="http://www.gzzzyd.com/groupon/order_details/微信@2x.png" mode="scaleToFill" />
  100. <image src="http://www.gzzzyd.com/groupon/order_details/电话键盘_填充@2x.png" mode="scaleToFill" />
  101. </view>
  102. </view>
  103. </block>
  104. </view>
  105. <view class="payment-details">
  106. <view class="p_box" style="margin-bottom: 20rpx;" v-if="orderDetail.orderState != 8">
  107. <view class="p-t">
  108. 订单信息
  109. </view>
  110. <view class="p-b-item">
  111. <view class="item-lable">订单编号</view>
  112. <view class="item-value2">{{orderDetail.orderNo}}</view>
  113. </view>
  114. <view class="p-b-item">
  115. <view class="item-lable">下单时间</view>
  116. <view class="item-value2">{{orderDetail.createTime}}</view>
  117. </view>
  118. <view class="p-b-item" v-if="orderDetail.orderState == 2 || orderDetail.orderState == 4">
  119. <view class="item-lable">支付方式</view>
  120. <view class="item-value2">{{orderDetail.paymentModeDesc}}</view>
  121. </view>
  122. <view class="p-b-item" v-if="orderDetail.orderState == 2 || orderDetail.orderState == 4">
  123. <view class="item-lable">支付时间</view>
  124. <view class="item-value2">{{orderDetail.paymentTime}}</view>
  125. </view>
  126. </view>
  127. <view class="p_box" v-if="orderDetail.orderState != 8">
  128. <view class="p-t">
  129. 付款明细
  130. </view>
  131. <view class="p-b-item">
  132. <view class="item-lable">商品金额</view>
  133. <view class="item-value">¥{{orderDetail.totalAmount}}</view>
  134. </view>
  135. <view class="p-b-item">
  136. <view class="item-lable">积分抵扣</view>
  137. <view class="item-value">¥0</view>
  138. </view>
  139. <view class="p-b-item">
  140. <view class="item-lable">总计金额</view>
  141. <view class="item-value">¥{{orderDetail.paymentAmount}}</view>
  142. </view>
  143. </view>
  144. <view class="p_box" v-if="orderDetail.orderState == 8">
  145. <view class="p-t">
  146. 售后信息
  147. </view>
  148. <view class="p-b-item">
  149. <view class="item-lable">订单编号</view>
  150. <view class="item-value2">{{orderDetail.orderNo}}</view>
  151. </view>
  152. <view class="p-b-item">
  153. <view class="item-lable">售后原因</view>
  154. <view class="item-value2">{{orderDetail.afterSalesReason}}</view>
  155. </view>
  156. <view class="p-b-item">
  157. <view class="item-lable">申请时间</view>
  158. <view class="item-value2">{{orderDetail.refundApplyTime}}</view>
  159. </view>
  160. <view class="p-b-item">
  161. <view class="item-lable">售后编号</view>
  162. <view class="item-value2">{{orderDetail.refundNo}}</view>
  163. </view>
  164. <view class="p-b-item">
  165. <view class="item-lable">退款方式</view>
  166. <view class="item-value2">原路返还</view>
  167. </view>
  168. <view class="p-b-item">
  169. <view class="item-lable">退款金额</view>
  170. <view class="item-value">¥{{orderDetail.refundAmount}}</view>
  171. </view>
  172. </view>
  173. </view>
  174. <my-swiper :type=4 ></my-swiper>
  175. </view>
  176. <view :style="{height:'100rpx'}"></view>
  177. <view class='footer op-area'>
  178. <!-- <button class="info-btn" v-if="orderDetail.orderState == 4" @click="RefundShow = true">申请售后</button>-->
  179. <button class="info-btn" v-if="orderDetail.orderState == 1" @click="cancelOrder()">取消订单</button>
  180. </view>
  181. </view>
  182. <u-popup :show="RefundShow" @close="RefundShow = false" @open=" ">
  183. <view class="Refund_view">
  184. <view class="Refund_view_title">请选择退货/退款原因</view>
  185. <radio-group class="Refund_view_radio" name="header_type" @change="changeTitleType">
  186. <label>
  187. <radio class="disabled" value="1" /><text>退货/退款原因</text>
  188. </label>
  189. <label>
  190. <radio value="2" /><text>退货/退款原因</text>
  191. </label>
  192. </radio-group>
  193. <button class="Refund_view_btn">
  194. 确定
  195. </button>
  196. </view>
  197. </u-popup>
  198. <u-popup :show="selfTakeShow" @close="selfTakeShow = false">
  199. <view class="box_3 flex-col">
  200. <image @click="selfTakeShow = false"
  201. class="icon_2"
  202. referrerpolicy="no-referrer"
  203. src="/static/images/X.png"
  204. />
  205. <text class="text_25">切换取货点</text>
  206. <scroll-view scroll-y="true" class="scroll-y">
  207. <view class="list_1 flex-col">
  208. <view @click="clickSelfTake(item)"
  209. class="list-items_1 flex-col"
  210. v-for="(item, index) in selfTakeList"
  211. :key="index">
  212. <view class="group_14 flex-row justify-between">
  213. <view class="flex-col">
  214. <text class="text_26" >{{item.name}}</text>
  215. <text class="text_27" >{{item.address}}</text>
  216. </view>
  217. <view class="flex-row justify-between">
  218. <text class="text-group_9" >距您{{item.distanceDesc}}</text>
  219. <image class="icon_3"
  220. src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png"/>
  221. </view>
  222. </view>
  223. <view class="group_15 flex-row">
  224. <view class="tag_1 flex-col">
  225. <text class="text_28">营业时间: {{item.busStartTimeDesc}}-{{item.busEndTimeDesc}}</text>
  226. </view>
  227. </view>
  228. </view>
  229. </view>
  230. </scroll-view>
  231. </view>
  232. </u-popup>
  233. <payment :payMode="payMode" :pay_close="pay_close" @onChangeFun="onChangeFun" :order_id="pay_order_id"
  234. :totalPrice="totalPrice"></payment>
  235. </view>
  236. </template>
  237. <script>
  238. import couponListWindow from '@/components/couponListWindow';
  239. import addressWindow from '@/components/addressWindow';
  240. import home from '@/components/home';
  241. import {
  242. toLogin
  243. } from '@/libs/login.js';
  244. import {
  245. mapGetters
  246. } from "vuex";
  247. // #ifdef MP
  248. import authorize from '@/components/Authorize';
  249. // #endif
  250. import payment from '@/components/payment';
  251. import colors from "@/mixins/color";
  252. import {getUserOrderDetail, orderCancel, modifySelfTake,getAdsList} from '@/api/home.js';
  253. import {getGrouponSelfTakeList} from '@/api/groupon.js';
  254. export default {
  255. components: {
  256. payment,
  257. couponListWindow,
  258. addressWindow,
  259. home,
  260. // #ifdef MP
  261. authorize
  262. // #endif
  263. },
  264. mixins: [colors],
  265. data () {
  266. return {
  267. pay_orderId: '',
  268. totalPrice: '0',
  269. pay_order_id: '',
  270. pay_close: false,
  271. payMode: [{
  272. name: this.$t(`微信支付`),
  273. icon: 'icon-weixinzhifu',
  274. value: 'weixin',
  275. title: this.$t(`使用微信快捷支付`),
  276. payStatus: true
  277. }],
  278. selfTakeShow: false,
  279. RefundShow: false,
  280. confirm: '', //自定义留言
  281. date: this.$t(`请选择`),
  282. time: this.$t(`请选择`),
  283. canvasWidth: "",
  284. canvasHeight: "",
  285. canvasStatus: false,
  286. newImg: [],
  287. orderDetail: {},
  288. selfTakeList: [],
  289. orderId:''
  290. }
  291. },
  292. computed: mapGetters(['isLogin']),
  293. // watch: {
  294. // startDate() {
  295. // return this.getDate('start');
  296. // },
  297. // endDate() {
  298. // return this.getDate('end');
  299. // }
  300. // },
  301. onLoad (options) {
  302. this.from = 'routine'
  303. console.log(options);
  304. this.orderId = options.orderId;
  305. this.getOrderDetail(this.orderId, options.afterSalesId)
  306. },
  307. /**
  308. * 生命周期函数--监听页面显示
  309. */
  310. onShow: function () {
  311. let _this = this
  312. uni.$on("handClick", res => {
  313. if (res) {
  314. _this.system_store = res.address
  315. }
  316. // 清除监听
  317. uni.$off('handClick');
  318. })
  319. },
  320. methods: {
  321. /**
  322. * 打开支付组件
  323. *
  324. */
  325. goPay: function (item) {
  326. this.$set(this, 'pay_close', true);
  327. this.$set(this, 'pay_order_id', item.orderNo);
  328. this.$set(this, 'pay_orderId', item.orderId);
  329. this.$set(this, 'totalPrice', item.paymentAmount);
  330. },
  331. /**
  332. * 支付成功回调
  333. *
  334. */
  335. pay_complete: function () {
  336. console.log("+++++++++++++++++++++支付成功回调++++++++++++++++++++++++++++++")
  337. this.pay_close = false;
  338. this.pay_order_id = '';
  339. this.pay_orderId = '';
  340. this.getOrderDetail(this.orderId)
  341. uni.$u.toast("支付成功")
  342. },
  343. /**
  344. * 支付失败回调
  345. *
  346. */
  347. pay_fail: function () {
  348. console.log("+++++++++++++++++++++支付失败回调++++++++++++++++++++++++++++++")
  349. this.pay_close = false;
  350. this.pay_order_id = '';
  351. this.pay_orderId = '';
  352. uni.$u.toast("支付失败")
  353. },
  354. /**
  355. * 事件回调
  356. *
  357. */
  358. onChangeFun: function (e) {
  359. console.log(e)
  360. this.pay_close = false;
  361. },
  362. clickSelfTake(item){
  363. this.selfTakeShow =false;
  364. //item 选中的自提点
  365. this.orderDetail.selfTake = item;
  366. this.modifySelfTake(item.id);
  367. },
  368. cancelOrder() {
  369. let _this = this;
  370. uni.showModal({
  371. title: '提示',
  372. content: '确定取消次订单',
  373. confirmText: '确定',
  374. cancelText: '我再想想',
  375. success(res) {
  376. if (res.confirm) {
  377. orderCancel(_this.orderDetail.orderId).then(res => {
  378. _this.getOrderDetail(_this.orderDetail.orderId);
  379. return _this.$util.Tips({
  380. title: _this.$t(`取消成功`),
  381. icon: 'success'
  382. });
  383. }).catch(err => {
  384. return _this.$util.Tips({
  385. title: err || _this.$t(`取消失败`)
  386. });
  387. });
  388. }
  389. }
  390. })
  391. },
  392. afterSales () {
  393. },
  394. getOrderDetail(orderId, afterSalesId) {
  395. let longitude = uni.getStorageSync('user_longitude');
  396. let latitude = uni.getStorageSync('user_latitude');
  397. let param = {
  398. orderId: orderId,
  399. longitude: longitude,
  400. latitude: latitude
  401. };
  402. if (afterSalesId != null && afterSalesId != 'null') {
  403. param.afterSalesId = afterSalesId;
  404. }
  405. getUserOrderDetail(param).then(res => {
  406. this.orderDetail = res.data
  407. }).catch(err => {
  408. return that.$util.Tips({
  409. title: err || that.$t(`获取订单详情失败`)
  410. });
  411. });
  412. },
  413. /**
  414. * 获取自提点列表
  415. */
  416. getSelfTakeList() {
  417. let longitude = uni.getStorageSync('user_longitude');
  418. let latitude = uni.getStorageSync('user_latitude');
  419. getGrouponSelfTakeList({
  420. longitude: longitude,
  421. latitude: latitude,
  422. grouponId: this.orderDetail.grouponId
  423. }).then(res => {
  424. this.selfTakeList = res.data;
  425. this.selfTakeShow = true;
  426. })
  427. },
  428. /**
  429. * 修改自提点
  430. * @param {Object} selfTakeId
  431. */
  432. modifySelfTake(selfTakeId) {
  433. console.log(this.orderDetail);
  434. modifySelfTake({
  435. selfTakeId: selfTakeId,
  436. orderId: this.orderDetail.orderId
  437. }).then(res => {
  438. this.selfTakeShow = false;
  439. this.getOrderDetail(this.orderDetail.orderId)
  440. })
  441. }
  442. }
  443. }
  444. </script>
  445. <style lang="scss" scoped>
  446. @import "/static/css/common.css";
  447. /deep/uni-checkbox[disabled] .uni-checkbox-input {
  448. background-color: #eee;
  449. }
  450. .alipaysubmit {
  451. display: none;
  452. }
  453. .order-submission .line {
  454. width: 100%;
  455. height: 3rpx;
  456. }
  457. .order-submission .line image {
  458. width: 100%;
  459. height: 100%;
  460. display: block;
  461. }
  462. .order-submission .address {
  463. padding: 28rpx 30rpx;
  464. background-color: #fff;
  465. box-sizing: border-box;
  466. }
  467. .order-submission .address .addressCon {
  468. width: 610rpx;
  469. font-size: 26rpx;
  470. color: #666;
  471. }
  472. .order-submission .address .addressCon .name {
  473. font-size: 30rpx;
  474. color: #282828;
  475. font-weight: bold;
  476. margin-bottom: 10rpx;
  477. }
  478. .order-submission .address .addressCon .name .phone {
  479. margin-left: 50rpx;
  480. }
  481. .order-submission .address .addressCon .default {
  482. margin-right: 12rpx;
  483. }
  484. .order-submission .address .addressCon .setaddress {
  485. color: #333;
  486. font-size: 28rpx;
  487. }
  488. .order-submission .address .iconfont {
  489. font-size: 35rpx;
  490. color: #707070;
  491. }
  492. .order-submission .allAddress {
  493. width: 100%;
  494. background: linear-gradient(to bottom, var(--view-theme) 0%, #f5f5f5 100%);
  495. padding-top: 100rpx;
  496. margin-bottom: 12rpx;
  497. }
  498. .order-submission .allAddress .nav {
  499. width: 710rpx;
  500. margin: 0 auto;
  501. }
  502. .order-submission .allAddress .nav .item {
  503. width: 355rpx;
  504. }
  505. .order-submission .allAddress .nav .item.on {
  506. position: relative;
  507. width: 250rpx;
  508. }
  509. .order-submission .allAddress .nav .item.on::before {
  510. position: absolute;
  511. bottom: 0;
  512. content: "快递配送";
  513. font-size: 28rpx;
  514. display: block;
  515. height: 0;
  516. width: 336rpx;
  517. border-width: 0 20rpx 80rpx 0;
  518. border-style: none solid solid;
  519. border-color: transparent transparent #fff;
  520. z-index: 2;
  521. border-radius: 7rpx 30rpx 0 0;
  522. text-align: center;
  523. line-height: 80rpx;
  524. }
  525. .order-submission .allAddress .nav .item:nth-of-type(2).on::before {
  526. content: "到店自提";
  527. border-width: 0 0 80rpx 20rpx;
  528. border-radius: 30rpx 7rpx 0 0;
  529. }
  530. .order-submission .allAddress .nav .item.on2 {
  531. position: relative;
  532. }
  533. .order-submission .allAddress .nav .item.on2::before {
  534. position: absolute;
  535. bottom: 0;
  536. content: "到店自提";
  537. font-size: 28rpx;
  538. display: block;
  539. height: 0;
  540. width: 400rpx;
  541. border-width: 0 0 60rpx 60rpx;
  542. border-style: none solid solid;
  543. border-color: transparent transparent rgba(255, 255, 255, 0.6);
  544. border-radius: 40rpx 6rpx 0 0;
  545. text-align: center;
  546. line-height: 60rpx;
  547. }
  548. .order-submission .allAddress .nav .item:nth-of-type(1).on2::before {
  549. content: "快递配送";
  550. border-width: 0 60rpx 60rpx 0;
  551. border-radius: 6rpx 40rpx 0 0;
  552. }
  553. .order-submission .allAddress .address {
  554. width: 710rpx;
  555. height: 150rpx;
  556. margin: 0 auto;
  557. }
  558. .order-submission .allAddress .line {
  559. width: 710rpx;
  560. margin: 0 auto;
  561. }
  562. .order-submission .wrapper .item .discount .placeholder {
  563. color: #ccc;
  564. }
  565. .placeholder-textarea {
  566. position: relative;
  567. .placeholder {
  568. position: absolute;
  569. color: #ccc;
  570. top: 26rpx;
  571. left: 30rpx;
  572. }
  573. }
  574. .order-submission .wrapper {
  575. background-color: #fff;
  576. margin-top: 13rpx;
  577. }
  578. .order-submission .wrapper .item {
  579. padding: 27rpx 30rpx;
  580. font-size: 30rpx;
  581. color: #282828;
  582. border-bottom: 1px solid #f0f0f0;
  583. .mark {
  584. background-color: #f9f9f9;
  585. width: 345px;
  586. height: 70px;
  587. border-radius: 1px;
  588. margin-top: 15px;
  589. padding: 12px 14px;
  590. color: #ccc;
  591. font-size: 28rpx;
  592. box-sizing: border-box;
  593. }
  594. .mark-msg {
  595. color: #333;
  596. font-size: 32rpx;
  597. }
  598. }
  599. .order-submission .wrapper .item .discount {
  600. font-size: 30rpx;
  601. color: #999;
  602. }
  603. .order-submission .wrapper .item .discount input {
  604. text-align: end;
  605. }
  606. .order-submission .wrapper .item .discount .iconfont {
  607. color: #515151;
  608. font-size: 30rpx;
  609. margin-left: 15rpx;
  610. }
  611. .order-submission .wrapper .item .discount .num {
  612. font-size: 32rpx;
  613. margin-right: 20rpx;
  614. }
  615. .order-submission .wrapper .item .shipping {
  616. font-size: 30rpx;
  617. color: #999;
  618. position: relative;
  619. padding-right: 58rpx;
  620. }
  621. .order-submission .wrapper .item .shipping .iconfont {
  622. font-size: 35rpx;
  623. color: #707070;
  624. position: absolute;
  625. right: 0;
  626. top: 50%;
  627. transform: translateY(-50%);
  628. margin-left: 30rpx;
  629. }
  630. .order-submission .wrapper .item textarea {
  631. background-color: #f9f9f9;
  632. width: 690rpx;
  633. height: 140rpx;
  634. border-radius: 3rpx;
  635. margin-top: 30rpx;
  636. padding: 25rpx 28rpx;
  637. box-sizing: border-box;
  638. }
  639. .order-submission .wrapper .item .placeholder {
  640. color: #ccc;
  641. font-size: 28rpx;
  642. }
  643. .order-submission .wrapper .item .list {
  644. margin-top: 35rpx;
  645. }
  646. .order-submission .wrapper .item .list .payItem {
  647. border: 1px solid #eee;
  648. border-radius: 6rpx;
  649. height: 86rpx;
  650. width: 100%;
  651. box-sizing: border-box;
  652. margin-top: 20rpx;
  653. font-size: 28rpx;
  654. color: #282828;
  655. }
  656. .order-submission .wrapper .item .list .payItem.on {
  657. border-color: #fc5445;
  658. color: #e93323;
  659. }
  660. .order-submission .wrapper .item .list .payItem .name {
  661. width: 50%;
  662. text-align: center;
  663. border-right: 1px solid #eee;
  664. padding-left: 80rpx;
  665. }
  666. .order-submission .wrapper .item .list .payItem .name .iconfont {
  667. width: 44rpx;
  668. height: 44rpx;
  669. border-radius: 50%;
  670. text-align: center;
  671. line-height: 44rpx;
  672. background-color: #fe960f;
  673. color: #fff;
  674. font-size: 30rpx;
  675. margin-right: 15rpx;
  676. }
  677. .order-submission .wrapper .item .list .payItem .name .iconfont.icon-weixin2 {
  678. background-color: #41b035;
  679. }
  680. .order-submission .wrapper .item .list .payItem .name .iconfont.icon-zhifubao {
  681. background-color: #1677FF;
  682. }
  683. .order-submission .wrapper .item .list .payItem .tip {
  684. width: 49%;
  685. text-align: center;
  686. font-size: 26rpx;
  687. color: #aaa;
  688. }
  689. .order-submission .moneyList {
  690. margin-top: 12rpx;
  691. background-color: #fff;
  692. padding: 30rpx;
  693. }
  694. .order-submission .moneyList .item {
  695. font-size: 28rpx;
  696. color: #282828;
  697. }
  698. .order-submission .moneyList .item~.item {
  699. margin-top: 20rpx;
  700. }
  701. .order-submission .moneyList .item .money {
  702. color: #868686;
  703. }
  704. .order-submission .footer {
  705. width: 100%;
  706. height: 100rpx;
  707. background-color: #fff;
  708. padding: 0 30rpx;
  709. font-size: 28rpx;
  710. color: #333;
  711. box-sizing: border-box;
  712. position: fixed;
  713. bottom: 0;
  714. left: 0;
  715. z-index: 9;
  716. }
  717. .order-submission .footer .settlement {
  718. font-size: 30rpx;
  719. color: #fff;
  720. width: 240rpx;
  721. height: 70rpx;
  722. background-color: var(--view-theme);
  723. border-radius: 50rpx;
  724. text-align: center;
  725. line-height: 70rpx;
  726. }
  727. .footer .transparent {
  728. opacity: 0
  729. }
  730. .confirm {
  731. text-align: right;
  732. font-size: 22rpx;
  733. }
  734. .confirmImg {
  735. width: 100%;
  736. .img {
  737. width: 136rpx;
  738. height: 136rpx;
  739. }
  740. .pictrue {
  741. width: 136rpx;
  742. height: 136rpx;
  743. box-sizing: border-box;
  744. margin: 18rpx;
  745. margin-bottom: 35rpx;
  746. position: relative;
  747. font-size: 22rpx;
  748. color: #bbb;
  749. .del {
  750. position: absolute;
  751. top: 0;
  752. right: 0;
  753. }
  754. }
  755. .bor {
  756. border: 1rpx solid #ddd;
  757. }
  758. }
  759. .fontC {
  760. color: grey;
  761. }
  762. .all-products-body {
  763. padding-top: 30rpx;
  764. background: #fff;
  765. .all-products-item {
  766. display: flex;
  767. padding-bottom: 20rpx;
  768. background: #fff;
  769. padding-left: 15rpx;
  770. image {
  771. width: 128rpx;
  772. height: 128rpx;
  773. border-radius: 4rpx;
  774. }
  775. .all-products-item-content {
  776. width: calc(100% - 128rpx);
  777. display: flex;
  778. flex-direction: column;
  779. padding-left: 15rpx;
  780. .all-products-item-content-t {
  781. flex: 1;
  782. font-size: 24rpx;
  783. font-weight: 400;
  784. color: #333333;
  785. height: 80rpx;
  786. line-height: 40rpx;
  787. width: 550rpx;
  788. display: -webkit-box;
  789. -webkit-box-orient: vertical;
  790. -webkit-line-clamp: 2;
  791. overflow: hidden;
  792. text-overflow: ellipsis;
  793. }
  794. .all-products-item-content-b {
  795. flex: 1;
  796. font-size: 28rpx;
  797. font-weight: 500;
  798. height: 48rpx;
  799. line-height: 48rpx;
  800. display: flex;
  801. justify-content: space-between;
  802. .red {
  803. display: block;
  804. font-size: 28rpx;
  805. font-weight: 500;
  806. color: #B22338 !important;
  807. margin-right: 10rpx;
  808. }
  809. .line-thr {
  810. display: block;
  811. font-size: 28rpx;
  812. font-weight: 400;
  813. color: #999999;
  814. text-decoration: line-through;
  815. }
  816. .count {
  817. font-size: 24rpx;
  818. font-weight: 400;
  819. color: #999999;
  820. margin-right: 30rpx;
  821. }
  822. }
  823. }
  824. }
  825. }
  826. .address-info {
  827. padding: 30rpx 0;
  828. background: white;
  829. .a-t {
  830. padding: 0 30rpx;
  831. display: flex;
  832. justify-content: space-between;
  833. height: 44rpx;
  834. margin-bottom: 20rpx;
  835. .t1 {
  836. height: 44rpx;
  837. font-size: 32rpx;
  838. font-weight: bolder;
  839. color: #111111;
  840. line-height: 44rpx;
  841. }
  842. .t2 {
  843. height: 34rpx;
  844. font-size: 24rpx;
  845. font-weight: 400;
  846. color: #B42A3E;
  847. line-height: 34rpx;
  848. image {
  849. margin-left: 30rpx;
  850. height: 34rpx;
  851. width: 34rpx;
  852. vertical-align: middle;
  853. }
  854. }
  855. }
  856. .a-m {
  857. padding: 0 30rpx;
  858. .am1 {
  859. display: flex;
  860. justify-content: space-between;
  861. margin-bottom: 20rpx;
  862. .am1-1 {
  863. height: 40rpx;
  864. font-size: 28rpx;
  865. font-weight: 400;
  866. color: #111111;
  867. line-height: 40rpx;
  868. }
  869. .am1-2 {
  870. height: 36rpx;
  871. font-size: 20rpx;
  872. font-weight: 400;
  873. color: #666666;
  874. line-height: 36rpx;
  875. image {
  876. margin-left: 30rpx;
  877. vertical-align: middle;
  878. height: 34rpx;
  879. width: 34rpx;
  880. }
  881. }
  882. }
  883. .am2 {
  884. margin-bottom: 20rpx;
  885. font-size: 24rpx;
  886. font-weight: 400;
  887. color: #999999;
  888. }
  889. .am3 {
  890. display: inline-block;
  891. height: 44rpx;
  892. background: #FFF7F8;
  893. border-radius: 8rpx;
  894. padding-left: 30rpx;
  895. padding-right: 30rpx;
  896. margin-top: 0rpx;
  897. font-size: 20rpx;
  898. font-weight: 400;
  899. color: #999999;
  900. line-height: 44rpx;
  901. }
  902. }
  903. .a-b {
  904. padding: 0 30rpx;
  905. background: #FFF7F8;
  906. height: 60rpx;
  907. line-height: 60rpx;
  908. margin: 20rpx 30rpx;
  909. display: flex;
  910. justify-content: space-between;
  911. .a-b1 {
  912. font-size: 20rpx;
  913. font-weight: 400;
  914. color: #666666;
  915. .red {
  916. font-size: 20rpx;
  917. font-weight: 500;
  918. color: #B22338;
  919. }
  920. }
  921. .a-b2 {
  922. image {
  923. vertical-align: middle;
  924. margin-left: 30rpx;
  925. height: 34rpx;
  926. width: 34rpx;
  927. }
  928. }
  929. }
  930. }
  931. .payment-details {
  932. margin-top: 20rpx;
  933. margin-bottom: 30rpx;
  934. background: rgb(245,245,245);
  935. .p_box{
  936. padding: 30rpx;
  937. background: white;
  938. margin-bottom: 20rpx;
  939. }
  940. .p-t {
  941. font-size: 32rpx;
  942. height: 80rpx;
  943. font-weight: bolder;
  944. color: #111111;
  945. line-height: 80rpx;
  946. }
  947. .p-b-item {
  948. height: 60rpx;
  949. line-height: 60rpx;
  950. display: flex;
  951. justify-content: space-between;
  952. .item-lable {
  953. font-size: 28rpx;
  954. font-weight: 400;
  955. color: #666666;
  956. }
  957. .item-value {
  958. font-size: 28rpx;
  959. font-weight: 400;
  960. color: #B22338;
  961. }
  962. .item-value2 {
  963. font-size: 28rpx;
  964. font-weight: 400;
  965. color: #666666;
  966. }
  967. }
  968. }
  969. .wait_panel {
  970. padding-top: 20rpx;
  971. text-align: center;
  972. margin-bottom: 20rpx;
  973. background: white;
  974. .w1 {
  975. display: flex;
  976. flex-direction: row;
  977. justify-content: center;
  978. .imageView{
  979. width: 32rpx;
  980. height: 32rpx;
  981. margin-top: 4rpx;
  982. image {
  983. width: 32rpx;
  984. height: 32rpx;
  985. }
  986. }
  987. }
  988. .w2 {
  989. display: flex;
  990. justify-content: center;
  991. height: 40rpx;
  992. font-size: 28rpx;
  993. margin: 20rpx 0;
  994. font-weight: 400;
  995. color: #333333;
  996. line-height: 40rpx;
  997. .red {
  998. margin: 0 20rpx;
  999. color: #B22338;
  1000. }
  1001. }
  1002. .w3 {
  1003. text-align: center;
  1004. padding-bottom: 20rpx;
  1005. button {
  1006. margin: auto;
  1007. line-height: 76rpx;
  1008. width: 240rpx;
  1009. height: 76rpx;
  1010. background: #B22338;
  1011. border-radius: 38rpx;
  1012. font-size: 28rpx;
  1013. font-weight: 600;
  1014. color: #FFFFFF;
  1015. }
  1016. }
  1017. }
  1018. .op-area {
  1019. display: flex;
  1020. justify-content: flex-end;
  1021. text-align: right;
  1022. .action-btn {
  1023. min-width: 200rpx;
  1024. background: #B42A3E;
  1025. border-radius: 32rpx;
  1026. margin-right: 30rpx;
  1027. height: 64rpx;
  1028. font-size: 24rpx;
  1029. font-weight: 400;
  1030. color: #fff;
  1031. line-height: 64rpx;
  1032. margin: auto 0;
  1033. }
  1034. .info-btn {
  1035. width: 200rpx;
  1036. background: #F5F5F5;
  1037. border-radius: 32rpx;
  1038. margin-right: 30rpx;
  1039. height: 64rpx;
  1040. font-size: 24rpx;
  1041. font-weight: 400;
  1042. color: #666666;
  1043. line-height: 64rpx;
  1044. margin: auto 0;
  1045. }
  1046. }
  1047. .Refund_view {
  1048. height: 40vh;
  1049. margin: 20rpx;
  1050. padding: 0 30rpx;
  1051. position: relative;
  1052. .Refund_view_title {
  1053. height: 80rpx;
  1054. font-size: 32rpx;
  1055. font-weight: bolder;
  1056. color: #111111;
  1057. line-height: 80rpx;
  1058. }
  1059. .Refund_view_radio {
  1060. display: flex;
  1061. flex-direction: column;
  1062. label {
  1063. flex: 1;
  1064. margin-bottom: 20rpx;
  1065. margin-right: 20rpx;
  1066. }
  1067. }
  1068. .Refund_view_btn {
  1069. margin: auto;
  1070. width: 90%;
  1071. height: 84rpx;
  1072. background: #B42A3E;
  1073. border-radius: 8rpx;
  1074. font-size: 28rpx;
  1075. font-weight: 400;
  1076. color: #FFFFFF;
  1077. line-height: 84rpx;
  1078. position: absolute;
  1079. bottom: 0;
  1080. transform: translateX(-50%);
  1081. left: 50%;
  1082. }
  1083. }
  1084. .success_status {
  1085. min-width: 100rpx;
  1086. color: #75BE00;
  1087. }
  1088. .refund_status {
  1089. min-width: 100rpx;
  1090. color: #333333;
  1091. }
  1092. .status {
  1093. min-width: 100rpx;
  1094. color: #FEA800;
  1095. }
  1096. /deep/ .u-count-down__text{
  1097. font-size: 28rpx !important;
  1098. }
  1099. .scroll-y{
  1100. height: 600rpx;
  1101. }
  1102. .box_3 {
  1103. background-color: rgba(250, 250, 250, 1);
  1104. border-radius: 4px 4px 0px 0px;
  1105. padding: 16rpx 16rpx 40rpx 32rpx;
  1106. }
  1107. .icon_2 {
  1108. width: 32rpx;
  1109. height: 32rpx;
  1110. margin-left: 670rpx;
  1111. }
  1112. .text_25 {
  1113. overflow-wrap: break-word;
  1114. color: rgba(17, 17, 17, 1);
  1115. font-size: 32rpx;
  1116. font-family: PingFangSC-Medium;
  1117. font-weight: 500;
  1118. text-align: left;
  1119. white-space: nowrap;
  1120. line-height: 44rpx;
  1121. margin: 0 278rpx 0 264rpx;
  1122. }
  1123. .list_1 {
  1124. height: 602rpx;
  1125. margin: 24rpx 16rpx 0 0;
  1126. }
  1127. .list-items_1 {
  1128. background-color: rgba(255, 255, 255, 1);
  1129. border-radius: 4px;
  1130. margin-bottom: 16rpx;
  1131. padding: 24rpx 24rpx 24rpx 24rpx;
  1132. }
  1133. .group_14 {
  1134. width: 638rpx;
  1135. }
  1136. .text_26 {
  1137. overflow-wrap: break-word;
  1138. color: rgba(17, 17, 17, 1);
  1139. font-size: 28rpx;
  1140. font-weight: NaN;
  1141. text-align: left;
  1142. white-space: nowrap;
  1143. line-height: 40rpx;
  1144. margin-right: 184rpx;
  1145. }
  1146. .text_27 {
  1147. overflow-wrap: break-word;
  1148. color: rgba(153, 153, 153, 1);
  1149. font-size: 24rpx;
  1150. font-weight: NaN;
  1151. text-align: left;
  1152. white-space: nowrap;
  1153. line-height: 34rpx;
  1154. margin-top: 16rpx;
  1155. }
  1156. .text-group_9 {
  1157. overflow-wrap: break-word;
  1158. color: rgba(102, 102, 102, 1);
  1159. font-size: 20rpx;
  1160. font-weight: NaN;
  1161. text-align: left;
  1162. white-space: nowrap;
  1163. line-height: 36rpx;
  1164. }
  1165. .icon_3 {
  1166. width: 34rpx;
  1167. height: 34rpx;
  1168. margin-left: 10rpx;
  1169. /*margin: 4rpx 0 4rpx 4rpx;*/
  1170. }
  1171. .group_15 {
  1172. margin: 8rpx 390rpx 0 0;
  1173. }
  1174. .tag_1 {
  1175. background-color: rgba(255, 247, 248, 1);
  1176. border-radius: 4px;
  1177. padding: 8rpx 24rpx 8rpx 26rpx;
  1178. }
  1179. .text_28 {
  1180. overflow-wrap: break-word;
  1181. color: rgba(153, 153, 153, 1);
  1182. font-size: 20rpx;
  1183. font-weight: NaN;
  1184. text-align: left;
  1185. white-space: nowrap;
  1186. line-height: 28rpx;
  1187. }
  1188. </style>