confirmOrder.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  1. <template>
  2. <view class="box">
  3. <view class="topBox">
  4. <view class="top">
  5. <view class="topLine borderB" v-if="iphoneData">
  6. <view class="toplineLeft">
  7. <view class="topTitle">联系人:</view>
  8. <view class="topTxt">{{iphoneData.name}} {{iphoneData.phone}}</view>
  9. </view>
  10. <view class="topLineRight" @click="gophone">修改></view>
  11. </view>
  12. <view class="topLine borderB" v-if="!iphoneData">
  13. <view class="toplineLeft">
  14. <view class="topTitle">联系人:</view>
  15. <view class="topTxt"></view>
  16. </view>
  17. <view class="topLineRight" @click="gophone">添加></view>
  18. </view>
  19. <view class="topLine borderB" @click="timeCk">
  20. <view class="toplineLeft">
  21. <view class="topTitle">预约时间:</view>
  22. <view class="topTxt" v-show="orderTime==''">请选择</view>
  23. <view class="topTxt" v-show="orderTime!=''">{{orderTime}}</view>
  24. </view>
  25. <view class="topLineRight">修改></view>
  26. </view>
  27. <view class="topLine">
  28. <view class="toplineLeft">
  29. <view class="topTitle">预约门店:</view>
  30. <view class="topTxt">{{shopData.shopName}}</view>
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. <!-- 保养信息 -->
  36. <view class="main">
  37. <view class="mainLine" v-for="(item,index) in orderData">
  38. <view class="mainTitle">{{item.name}}</view>
  39. <view class="goodsItem" v-for="(v,i) in item.listGoodsAll">
  40. <view>
  41. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  42. <image src="../../static/img/noimg.png" mode="" class="goodsImg" v-else></image>
  43. </view>
  44. <view class="goodsItemRight" >
  45. <view class="goodsItemName">{{v.goodsName}}</view>
  46. <view class="goodsItemBottom">
  47. <view class="goodssalePrice">¥{{v.salePrice}}</view>
  48. <view class="goodsNum">x{{v.qty}}</view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="goodsItem" v-for="(v,i) in item.listItem">
  53. <view>
  54. <image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
  55. <image src="../../static/img/noimg.png" mode="" class="goodsImg" v-else></image>
  56. </view>
  57. <view class="goodsItemRight" >
  58. <view class="goodsItemName">{{v.itemName}}</view>
  59. <view class="goodsItemBottom">
  60. <view class="goodssalePrice">¥{{v.salePrice}}</view>
  61. </view>
  62. </view>
  63. </view>
  64. </view>
  65. </view>
  66. <!-- 订单备注-->
  67. <view class="remarksBox">
  68. <view class="remarksLeft">订单备注</view>
  69. <view>
  70. <textarea value="" placeholder="点击添加备注信息" class="textarea" v-model="remark"/>
  71. </view>
  72. </view>
  73. <!-- 支付方式 -->
  74. <view class="payBox">
  75. <view class="payLIne borderB">
  76. <view class="payTitle">支付方式</view>
  77. <view class="payTxt">在线支付</view>
  78. </view>
  79. <view class="payLIne borderB">
  80. <view class="payTitle">商品费</view>
  81. <view class="payTxt">¥{{goodsMoney.toFixed(2)}}</view>
  82. </view>
  83. <view class="payLIne borderB">
  84. <view class="payTitle">项目费</view>
  85. <view class="payTxt">¥{{itemMoney.toFixed(2)}}</view>
  86. </view>
  87. <view class="payLIne" @click="gocoupon">
  88. <view class="payTitle">优惠券</view>
  89. <view class="payTxt2" v-if="!couponMoney">{{yhTotalSize}}张可用></view>
  90. <view class="payTxt2" v-if="couponMoney">-¥{{couponMoney}}</view>
  91. </view>
  92. </view>
  93. <view style="height: 150rpx;"></view>
  94. <!-- 底部 -->
  95. <view class="bottom">
  96. <view class="bottomLeft">
  97. <view>
  98. <view class="heji"> <span class="heji1">合计</span> <span class="hejiNum">¥{{(goodsMoney+itemMoney-couponMoney).toFixed(2)}}</span> </view>
  99. <view class="hejiMs">共{{goodsCount}}件商品,{{itemCount}}项服务</view>
  100. </view>
  101. </view>
  102. <view class="settlement" @click="settlement">提交订单</view>
  103. </view>
  104. <!-- 预约时间 -->
  105. <view class="timeBox" v-show="timeShow&&OrderTimes" @click="timeShow=false">
  106. <view class="timeMain">
  107. <view class="timeTop">
  108. <view class="timeTopTitle">选择预约时间</view>
  109. <view class="close" @click="timeShow=false">X</view>
  110. </view>
  111. <view class="timeCont">
  112. <view class="timeLeft">
  113. <scroll-view scroll-y="true" class="timeSv">
  114. <view class="timeleftLine" v-for="(item,index) in OrderTimes"
  115. :class="{timeLeftActive:index==orderTimeIndex1}"
  116. @click.stop="orderTimeIndex1=index,orderTimeIndex2=-1"
  117. >{{item.date.substring(5,10)}}</view>
  118. </scroll-view>
  119. </view>
  120. <view class="timeRight">
  121. <scroll-view scroll-y="true" class="timeSv">
  122. <view class="timerightBox">
  123. <view class="timesf" v-for="(item,index) in OrderTimes[orderTimeIndex1].timeList"
  124. :class="{timesfNo:item.type!=1,timesfActive:index==orderTimeIndex2}"
  125. @click.stop="timeSfCk(item,index)"
  126. >
  127. <view class="timeSfNum">{{item.time}}</view>
  128. <view class="timeyy" v-if="item.type==1">可预约</view>
  129. <view class="timeyy" v-if="item.type==2">已约满</view>
  130. <view class="timeyy" v-if="item.type==3">已过期</view>
  131. </view>
  132. </view>
  133. </scroll-view>
  134. </view>
  135. </view>
  136. <view class="timeBottom">
  137. <view class="timecomplete" @click="timeShow=false">完成</view>
  138. </view>
  139. </view>
  140. </view>
  141. </view>
  142. </template>
  143. <script>
  144. export default {
  145. data() {
  146. return {
  147. remark:'',
  148. iphoneData:'',
  149. orderTime:'',
  150. OrderTimes:'',
  151. orderTimeIndex1:0,
  152. orderTimeIndex2:-1,
  153. timeShow:false,
  154. orderData:'',
  155. itemMoney:0,//项目总价
  156. goodsMoney:0,//商品总价
  157. goodsCount:0,//商品数
  158. itemCount:0,//项目数
  159. packJsonArr:[],
  160. shopData:'',
  161. maintainCarData:'',
  162. currentMileage:'',
  163. payMoney:'',
  164. couponID:'',
  165. couponMoney:'',
  166. yhTotalSize:0,
  167. }
  168. },
  169. onLoad(opt) {
  170. if(opt.type==2){
  171. this.shopData=uni.getStorageSync("cfshopInfo");
  172. }else{
  173. this.shopData=uni.getStorageSync("shopData");
  174. }
  175. this.maintainCarData=uni.getStorageSync("maintainCarData");
  176. this.getIphoneData();
  177. this.getOrderTimes();
  178. console.log(opt.orderData)
  179. this.orderData=JSON.parse(opt.orderData);
  180. this.currentMileage=opt.currentMileage;
  181. console.log(this.orderData)
  182. this.orderData.forEach(item=>{
  183. var obj={
  184. 'packageID':item.id,
  185. 'itemJsonArr':[],
  186. 'goodsJsonArr':[],
  187. }
  188. if( item.listGoodsAll.length>0){
  189. item.listGoodsAll.forEach(v=>{
  190. this.goodsMoney+=v.salePrice*v.qty
  191. this.goodsCount+=v.qty
  192. var goodsObj={
  193. 'id':v.goodsID,
  194. //'mItemID':v.mItemID,
  195. 'mGoodsID':v.mGoodsID,
  196. 'salePrice':v.salePrice,
  197. 'saleQty':v.qty,
  198. 'amountMoney':v.salePrice*v.qty,
  199. }
  200. if(v.mItemID){
  201. goodsObj.mItemID=v.mItemID
  202. }
  203. obj.goodsJsonArr.push(goodsObj)
  204. })
  205. }
  206. if(item.listItem.length>0){
  207. item.listItem.forEach(v=>{
  208. this.itemMoney+=v.salePrice
  209. this.itemCount++;
  210. var itemObj={
  211. 'id':v.itemID,
  212. 'mItemID':v.mItemID,
  213. 'salePrice':v.salePrice,
  214. }
  215. obj.itemJsonArr.push(itemObj)
  216. })
  217. }
  218. this.packJsonArr.push(obj)
  219. })
  220. this.myOrderCoupon()
  221. console.log( this.packJsonArr)
  222. },
  223. onShow() {
  224. var iphoneData=uni.getStorageSync("phoneData");
  225. if(iphoneData){
  226. this.iphoneData=iphoneData
  227. }
  228. var couponData=uni.getStorageSync("couponData")
  229. if(couponData){
  230. this.couponID=couponData.ID;
  231. var ActMoney=couponData.ActMoney;
  232. var payMoney=this.goodsMoney+this.itemMoney;
  233. if(payMoney<ActMoney){
  234. this.couponMoney=payMoney
  235. }else{
  236. this.couponMoney=ActMoney
  237. }
  238. }
  239. },
  240. methods: {
  241. myOrderCoupon(){
  242. var payMoney=this.goodsMoney+this.itemMoney;
  243. this.$http('miniApp/maintainOrder/myOrderCoupon', {
  244. money:payMoney,
  245. page:1,
  246. limit:2,
  247. },'GET').then(res => {
  248. this.yhTotalSize=res.data.TotalSize
  249. })
  250. },
  251. gocoupon(){
  252. var payMoney=this.goodsMoney+this.itemMoney;
  253. uni.navigateTo({
  254. url:'../me/discountCard?payMoney='+payMoney
  255. })
  256. },
  257. settlement(){
  258. if(this.couponMoney){
  259. this.payMoney=this.goodsMoney+this.itemMoney-this.couponMoney;
  260. }else{
  261. this.payMoney=this.goodsMoney+this.itemMoney;
  262. }
  263. //this.payMoney=3;
  264. if(!this.maintainCarData.plateNumber){
  265. uni.showToast({
  266. title: '您的车未填写车牌号不能下单',
  267. icon:'none',
  268. duration: 3000
  269. });
  270. return false;
  271. }
  272. if(this.iphoneData){
  273. if(this.iphoneData.name==''){
  274. uni.showToast({
  275. title: '请选择联系人',
  276. icon:'none',
  277. duration: 2000
  278. });
  279. return false;
  280. }
  281. }else{
  282. uni.showToast({
  283. title: '请选择联系人',
  284. icon:'none',
  285. duration: 2000
  286. });
  287. return false;
  288. }
  289. if(this.orderTime==''){
  290. uni.showToast({
  291. title: '请选择预约时间',
  292. icon:'none',
  293. duration: 2000
  294. });
  295. return false;
  296. }
  297. uni.showLoading({ });
  298. this.$http('miniApp/maintainOrder/submitOrder', {
  299. shopName:this.shopData.shopName,
  300. contactName:this.iphoneData.name,
  301. contactPhone:this.iphoneData.phone,
  302. carID:this.maintainCarData.id,
  303. plateNumber:this.maintainCarData.plateNumber,
  304. carModel:this.maintainCarData.carModel,
  305. orderTime:this.orderTime,
  306. currentMileage:this.currentMileage,
  307. comment:this.remark,
  308. itemMoney:this.itemMoney,
  309. goodsMoney:this.goodsMoney,
  310. goodsCount:this.goodsCount,
  311. itemCount:this.itemCount,
  312. couponMoney:this.couponMoney,
  313. couponID:this.couponID,
  314. payMoney:this.payMoney,
  315. //payMoney:0.01,
  316. packJsonArr:JSON.stringify(this.packJsonArr) ,
  317. },'POST').then(res => {
  318. if(res.code==0){
  319. if(this.payMoney==0){
  320. uni.hideLoading();
  321. /* uni.navigateTo({
  322. url:'../order/orderDetail?id='+res.data.id+'&type=2'
  323. }) */
  324. this.orderPayzero(res.data.id)
  325. }else{
  326. this.orderPay(res.data.id)
  327. }
  328. }else{
  329. uni.hideLoading();
  330. uni.showToast({
  331. title: res.msg,
  332. icon:'none',
  333. duration: 4000
  334. });
  335. }
  336. })
  337. },
  338. orderPayzero(id){
  339. this.$http('miniApp/maintainOrder/orderPay', {
  340. sheetID:id
  341. },'POST').then(res => {
  342. uni.hideLoading();
  343. if(res.code==0){
  344. }else{
  345. uni.hideLoading();
  346. uni.showToast({
  347. title: res.msg,
  348. icon:'none',
  349. duration: 4000
  350. });
  351. }
  352. if(res.isPay==0){
  353. uni.navigateTo({
  354. url:'../order/orderDetail?id='+id+'&type=2'
  355. })
  356. }
  357. })
  358. },
  359. orderPay(id){
  360. //uni.showLoading({ });
  361. this.$http('miniApp/maintainOrder/orderPay', {
  362. sheetID:id
  363. },'POST').then(res => {
  364. uni.hideLoading();
  365. if(res.code==0){
  366. }else{
  367. uni.hideLoading();
  368. uni.showToast({
  369. title: res.msg,
  370. icon:'none',
  371. duration: 4000
  372. });
  373. }
  374. var payInfo=JSON.parse(res.data.payInfo)
  375. if(res.isPay==0){
  376. uni.navigateTo({
  377. url:'../order/orderDetail?id='+id+'&type=2'
  378. })
  379. }else{
  380. uni.requestPayment({
  381. provider: 'wxpay',
  382. // timeStamp: String(Date.now()),
  383. timeStamp:payInfo.timeStamp,
  384. nonceStr: payInfo.nonceStr,
  385. package: payInfo.package,
  386. signType: payInfo.signType,
  387. paySign: payInfo.paySign,
  388. success: function (res) {
  389. console.log('success:' + JSON.stringify(res));
  390. uni.showToast({
  391. title: '支付成功',
  392. icon:'none',
  393. duration: 2000
  394. });
  395. /* uni.switchTab({
  396. url:'../index/index'
  397. }) */
  398. uni.navigateTo({
  399. url:'../order/orderDetail?id='+id+'&type=2'
  400. })
  401. },
  402. fail: function (err) {
  403. console.log('取消支付fail:' + JSON.stringify(err));
  404. uni.navigateTo({
  405. url:'../order/orderDetail?id='+id+'&type=2'
  406. })
  407. }
  408. });
  409. }
  410. })
  411. },
  412. timeSfCk(item,index){
  413. if(item.type==1){
  414. this.orderTimeIndex2=index;
  415. var orderTime=this.OrderTimes[this.orderTimeIndex1].date +' '+ item.time
  416. this.orderTime=orderTime
  417. }
  418. },
  419. timeCk(){
  420. this.getOrderTimes();
  421. this.timeShow=true
  422. },
  423. getIphoneData(){
  424. uni.showLoading({ });
  425. this.$http('miniAppMyBMemberCar/queryBMemberContactIsDefault', {
  426. },'GET').then(res => {
  427. uni.hideLoading();
  428. this.iphoneData=res.data;
  429. })
  430. },
  431. gophone(){
  432. uni.removeStorageSync('phoneData');
  433. uni.navigateTo({
  434. url:'../iPhone/phoneList'
  435. })
  436. },
  437. getOrderTimes(){
  438. this.$http('miniApp/maintainOrder/getOrderTimes', {
  439. },'GET').then(res => {
  440. if(res.code==0){
  441. this.OrderTimes=res.data;
  442. }else{
  443. uni.showToast({
  444. title: res.msg,
  445. icon:'none',
  446. duration: 2000
  447. });
  448. }
  449. })
  450. }
  451. }
  452. }
  453. </script>
  454. <style scoped>
  455. .box{
  456. min-height: 100vh;
  457. background:#F4F5F7 ;
  458. }
  459. .timeBox{
  460. width: 100vw;
  461. height: 100vh;
  462. background: rgba(0,0,0,0.5);
  463. position: fixed;
  464. top: 0;
  465. left: 0;
  466. z-index: 111;
  467. }
  468. .timeLeftActive{
  469. background: #FFFFFF;
  470. }
  471. .timeMain{
  472. width: 100vw;
  473. height: 70vh;
  474. margin-top: 30vh;
  475. background: #FFFFFF;
  476. border-radius: 24rpx 24rpx 0px 0px;
  477. }
  478. .timesfNo{
  479. background: #F5F5F5;
  480. }
  481. .timesfActive{
  482. background: #FF4F00;
  483. }
  484. .timesfActive .timeSfNum{
  485. color: #FFFFFF;
  486. }
  487. .timesfActive .timeyy{
  488. color: #FFFFFF;
  489. }
  490. .topBox{
  491. padding: 20rpx 24rpx;
  492. }
  493. .timeTop{
  494. display: flex;
  495. line-height: 90rpx;
  496. padding-left: 24rpx;
  497. padding-right: 24rpx;
  498. justify-content: space-between;
  499. }
  500. .timeTopTitle{
  501. font-size: 30rpx;
  502. font-family: PingFangSC-Medium, PingFang SC;
  503. font-weight: 600;
  504. color: #3C3C3C;
  505. }
  506. .close{
  507. color: #999999;font-size: 30rpx;
  508. padding-left: 30rpx;
  509. }
  510. .timeCont{
  511. height: calc(70vh - 210rpx);
  512. }
  513. .timeSv{
  514. height: calc(70vh - 210rpx);
  515. }
  516. .timeLeft{
  517. width: 162rpx;
  518. background: #F4F5F7;
  519. border-top: 1px soid #F4F5F7;
  520. border-right:1px soid #F4F5F7 ;
  521. }
  522. .timeRight{
  523. width: 588rpx;
  524. }
  525. .timesf{
  526. width: 165rpx;
  527. height: 98rpx;
  528. border-radius: 7rpx;
  529. border: 2rpx solid #EEEEEE;
  530. text-align: center;
  531. margin-left: 20rpx;
  532. margin-bottom: 24rpx;
  533. }
  534. .timeBottom{
  535. width: 750rpx;
  536. height: 120rpx;
  537. background: #FFFFFF;
  538. box-shadow: 0px -2px 20rpx 0px rgba(153, 153, 153, 0.2);
  539. display: flex;
  540. align-items: center;
  541. }
  542. .timerightBox{
  543. display: flex;
  544. flex-wrap: wrap;
  545. }
  546. .timeCont{
  547. display: flex;
  548. }
  549. .timeSfNum{
  550. color: #666666;
  551. font-size: 28rpx;
  552. padding-top: 15rpx;
  553. }
  554. .timeyy{
  555. font-size: 24rpx;
  556. color: #999999;
  557. }
  558. .timecomplete{
  559. width: 690rpx;
  560. height: 74rpx;
  561. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  562. border-radius: 37rpx;
  563. line-height: 74rpx;
  564. text-align: center;
  565. font-size: 30rpx;
  566. color: #FFFFFF;
  567. margin-left: 30rpx;
  568. }
  569. .timeleftLine{
  570. font-size: 30rpx;
  571. color: #999999;
  572. text-align: center;
  573. padding: 28rpx 10rpx;
  574. border-bottom: 1px solid #EEEEEE;
  575. }
  576. .top{
  577. background: #FFFFFF;
  578. border-radius: 10px;
  579. padding: 0 20rpx;
  580. }
  581. .topLine{
  582. display: flex;
  583. justify-content: space-between;
  584. padding: 30rpx 0;
  585. }
  586. .toplineLeft{
  587. display: flex;font-size: 28rpx;
  588. }
  589. .topTitle{
  590. width: 150rpx;font-weight: 400;
  591. color: #3C3C3C;
  592. }
  593. .topLineRight{
  594. font-size: 26rpx;
  595. font-family: PingFangSC-Regular, PingFang SC;
  596. font-weight: 400;
  597. color: #FF4F00;
  598. }
  599. .topTxt{
  600. color: #3C3C3C;
  601. }
  602. .borderB{
  603. border-bottom: 1px solid #EEEEEE;
  604. }
  605. .goodsImg{
  606. width: 120rpx;height: 120rpx;
  607. }
  608. .main{
  609. padding: 0 24rpx;
  610. }
  611. .mainLine{
  612. background: #FFFFFF;
  613. padding: 24rpx 20rpx;
  614. border-radius: 10rpx;
  615. }
  616. .mainTitle{
  617. font-size: 28rpx;
  618. font-weight: 600;
  619. color: #3C3C3C;
  620. }
  621. .goodsItem{
  622. display: flex;
  623. padding: 15rpx 0;
  624. }
  625. .goodsItemRight{
  626. width: 520rpx;
  627. padding-left: 20rpx;
  628. display: flex;
  629. flex-direction:column;
  630. justify-content: space-between;
  631. }
  632. .goodsItemBottom{
  633. display: flex;
  634. justify-content: space-between;
  635. }
  636. .goodsItemName{
  637. font-size: 26rpx;
  638. color: #3C3C3C;
  639. }
  640. .goodssalePrice{
  641. font-size: 32rpx;font-weight: 500;color: #FF4F00;
  642. }
  643. .goodsNum{
  644. font-size: 24rpx;font-weight: 400;color: #999999;
  645. }
  646. .remarksBox{
  647. display: flex;
  648. padding: 24rpx;
  649. border-radius: 16rpx;
  650. background: #FFFFFF;
  651. margin-top: 20rpx;
  652. width: 654rpx;
  653. margin-left: 24rpx;
  654. }
  655. .remarksLeft{
  656. color: #333333;font-size: 28rpx;
  657. width: 160rpx;
  658. }
  659. .textarea{
  660. width: 500rpx;
  661. font-size: 26rpx;
  662. height: 100rpx;
  663. padding: 0;
  664. padding-left: 30rpx;
  665. }
  666. .payBox{
  667. background: #FFFFFF;
  668. margin-top: 20rpx;
  669. margin-left: 24rpx;
  670. width: 702rpx;
  671. border-radius: 16rpx;
  672. }
  673. .payLIne{
  674. display: flex;
  675. justify-content: space-between;
  676. color: #3C3C3C;
  677. font-size: 28rpx;
  678. padding: 29rpx 20rpx;
  679. }
  680. .payTxt2{
  681. color: #FF4F00;
  682. }
  683. .bottom{
  684. position: fixed;
  685. left: 0;
  686. bottom: 0;
  687. width: 100vw;
  688. height: 120rpx;
  689. background: #FFFFFF;
  690. box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
  691. display: flex;
  692. justify-content: space-between;
  693. }
  694. .bottomLeft{
  695. display: flex;
  696. padding-left: 20rpx;
  697. }
  698. .heji1{
  699. font-size: 24rpx;
  700. font-weight: 500;
  701. color: #666666;
  702. }
  703. .hejiNum{
  704. font-size: 32rpx;
  705. font-family: PingFangSC-Medium, PingFang SC;
  706. font-weight: 500;
  707. color: #FF4F00;
  708. }
  709. .hejiMs{
  710. font-size: 24rpx;
  711. padding-top: 5rpx;
  712. color: #999999;
  713. }
  714. .heji{
  715. padding-top: 23rpx;
  716. }
  717. .settlement{
  718. width: 203rpx;
  719. height: 74rpx;
  720. background: #FF4F00;
  721. border-radius: 37rpx;
  722. text-align: center;
  723. line-height: 74rpx;
  724. font-size: 30rpx;
  725. font-family: PingFangSC-Medium, PingFang SC;
  726. font-weight: 500;
  727. color: #FEFFFE;
  728. margin-top: 23rpx;
  729. margin-right: 32rpx;
  730. }
  731. </style>