index.vue 31 KB

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