index.vue 32 KB

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