orderDetail.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. <template>
  2. <view class="container">
  3. <view class="order-type-info">
  4. <view class="order-type-title">{{orderType.title}}</view>
  5. <view class="order-type-text">{{orderType.text}}</view>
  6. </view>
  7. <view class="address-info-box">
  8. <view class="address-icon">
  9. <text class="iconfont icondizhi"></text>
  10. </view>
  11. <view class="address-content">
  12. <text class="address-info">
  13. <text class="address-name">{{orderData.recName}}</text>
  14. <text class="address-phone">{{orderData.recMobile}}</text>
  15. </text>
  16. <view class="address-detail">{{orderData.address}}</view>
  17. </view>
  18. </view>
  19. <view class="goods-info-box">
  20. <view class="shop-info">
  21. <text class="iconfont icondianpu"></text>
  22. <text class="shop-name">{{orderData.merchantInfoResVO.supplierName}}</text>
  23. <text class="iconfont iconfangxiang"></text>
  24. </view>
  25. <view class="goods-list">
  26. <view class="goods-row" v-for="(item, index) in orderData.merchantInfoResVO.products" :key="index">
  27. <image class="goods-img" :src="item.imgUrl"></image>
  28. <view class="goods-info">
  29. <view class="goods-name">{{item.productName}}</view>
  30. <view class="goods-type">
  31. 类型:{{item.productType == 1 ? '普通商品' : (item.productType == 2 ? '拍卖商品' : (item.productType == 3 ? '自助采摘' : '共享种植'))}}
  32. </view>
  33. <view class="plant-area" v-if="item.productType == 4">面积:{{item.areaSize}}㎡</view>
  34. <view class="goods-price-number">
  35. <text class="goods-unit">¥</text>
  36. <text class="goods-price">{{item.bizPrice}}</text>
  37. <text class="goods-number">x{{item.buyNum}}</text>
  38. <text class="plant-text" v-if="item.productType == 4">有效期:{{item.term}}天</text>
  39. </view>
  40. </view>
  41. </view>
  42. </view>
  43. <view class="order-info">
  44. <u-cell-group :border="false">
  45. <u-cell-item title="商品金额" :value="'¥' + orderData.orderSum" :arrow="false" :border-bottom="false"></u-cell-item>
  46. <u-cell-item title="积分抵扣" :value="'-¥' + orderData.integralAmount" :arrow="false" :border-bottom="false" v-if="goodType == 1"></u-cell-item>
  47. <u-cell-item title="优惠券" :value="'-¥' + orderData.couponDiscountAmount" :arrow="false" :border-bottom="false" v-if="goodType == 1"></u-cell-item>
  48. <u-cell-item title="备注" :value="orderData.notes" :arrow="false" :border-bottom="false"></u-cell-item>
  49. </u-cell-group>
  50. </view>
  51. <view class="pay-info">
  52. <text class="pay-text">实付款</text>
  53. <text class="pay-price">¥{{orderData.paySum}}</text>
  54. </view>
  55. </view>
  56. <view class="order-info-box" @click="goToMessage()">
  57. <view class="info-title-box">
  58. <view class="info-title">留言板</view>
  59. <text class="iconfont iconfangxiang"></text>
  60. </view>
  61. <view class="info-content-box">
  62. <view class="message-row" v-for="(item, index1) in orderData.leas" :key="index1">
  63. <image class="message-head" :src="item.imgUrl"></image>
  64. <view class="message-info-box">
  65. <view class="message-name">{{item.leaMsgType}}</view>
  66. <view class="message-date">{{item.leaMsgTime}}</view>
  67. <view class="message-text">{{item.leaMsgContent}}</view>
  68. <view class="message-img-box" v-for="(site, index2) in item.orderLeaImgResVOs" :key="index2">
  69. <image class="message-img" :src="site.imgUrl"></image>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="order-info-box">
  76. <view class="info-title-box">
  77. <view class="info-title">订单信息</view>
  78. </view>
  79. <view class="info-content-box">
  80. <view class="order-info-row">订单编号:{{orderData.orderCode}}</view>
  81. <view class="order-info-row">创建时间:{{orderData.addOrderTime}}</view>
  82. <view class="order-info-row" v-if="orderData.orderStatus > 1 && orderData.orderStatus != 6">支付时间:{{orderData.payTime ? orderData.payTime : orderData.addOrderTime}}</view>
  83. <view class="order-info-row" v-if="orderData.orderStatus > 2 && orderData.orderStatus != 6">发货时间:{{orderData.sendTime}}</view>
  84. <view class="order-info-row" v-if="orderData.orderStatus > 3 && orderData.orderStatus != 6">收货时间:{{orderData.confirmTime}}</view>
  85. <view class="order-info-row" v-if="orderData.orderStatus == 6">取消时间:{{orderData.cancelTime}}</view>
  86. </view>
  87. </view>
  88. <uni-goods-nav :fill="true" :options="[]" @click="" @buttonClick="orderHandle" class="order-handle" :buttonGroup="buttonGroup" />
  89. <u-modal v-model="modalShow" :content="modalContent" @confirm="submitHandle" :async-close="true" :show-cancel-button="true"></u-modal>
  90. <u-top-tips ref="uTips"></u-top-tips>
  91. </view>
  92. </template>
  93. <script>
  94. const NET = require('@/utils/request')
  95. const API = require('@/config/api')
  96. export default {
  97. data() {
  98. return {
  99. orderType: {
  100. title: '',
  101. text: '',
  102. },
  103. orderData: {
  104. orderId: '',
  105. addOrderTime: '',
  106. recName: '',
  107. recMobile: '',
  108. address: '',
  109. merchantInfoResVO: {
  110. supplierName: '',
  111. products: [],
  112. },
  113. orderSum: 0,
  114. integralAmount: 0,
  115. couponDiscountAmount: 0,
  116. notes: 'xxxxx',
  117. paySum: 0,
  118. leas: [],
  119. orderCode: '',
  120. payTime: '',
  121. sendTime: '',
  122. confirmTime: '',
  123. cancelTime: '',
  124. tenantCode: '',
  125. evaluateReplyStatus: 1,
  126. },
  127. goodType: 1,
  128. buttonGroup: [],
  129. modalShow: false,
  130. handleType: '',
  131. modalContent: '',
  132. }
  133. },
  134. onLoad(options) {
  135. this.userData = uni.getStorageSync("userData")
  136. NET.request(API.getOrderDetail, {
  137. flag: 1,
  138. orderId: options.orderId,
  139. orderStatus: options.orderStatus,
  140. }, 'GET').then(res => {
  141. this.orderData = res.data
  142. if (this.orderData.merchantInfoResVO.products.length && this.orderData.merchantInfoResVO.products[0].productType !=
  143. 2 && this.orderData.merchantInfoResVO.products[0].productType != 4) {
  144. this.goodType = 1
  145. } else {
  146. this.goodType = 2
  147. }
  148. switch (JSON.stringify(this.orderData.orderStatus)) {
  149. case '1':
  150. this.buttonGroup = [{
  151. text: '取消订单',
  152. backgroundColor: '#75BD60',
  153. color: '#fff'
  154. }, {
  155. text: '立即支付',
  156. backgroundColor: '#52A63A',
  157. color: '#fff'
  158. }]
  159. break;
  160. case '2':
  161. var someVaule = this.orderData.merchantInfoResVO.products.some(v => {
  162. Number(v.productType)
  163. return v.productType == 1
  164. })
  165. if (!someVaule) {
  166. this.buttonGroup = [{
  167. text: '申请售后',
  168. backgroundColor: '#75BD60',
  169. color: '#fff'
  170. }, {
  171. text: '自助采摘',
  172. backgroundColor: '#52A63A',
  173. color: '#fff'
  174. }]
  175. } else {
  176. this.buttonGroup = [{
  177. text: '申请售后',
  178. backgroundColor: '#75BD60',
  179. color: '#fff'
  180. }]
  181. }
  182. break;
  183. case '3':
  184. this.buttonGroup = [{
  185. text: '申请售后',
  186. backgroundColor: '#52A63A',
  187. color: '#fff'
  188. }, {
  189. text: '确认收货',
  190. backgroundColor: '#52A63A',
  191. color: '#fff'
  192. }, {
  193. text: '追踪物流',
  194. backgroundColor: '#52A63A',
  195. color: '#fff'
  196. }]
  197. break;
  198. case '4':
  199. this.buttonGroup = [{
  200. text: '申请售后',
  201. backgroundColor: '#75BD60',
  202. color: '#fff'
  203. }]
  204. break;
  205. default:
  206. this.buttonGroup = [{
  207. text: '申请售后',
  208. backgroundColor: '#52A63A',
  209. color: '#fff'
  210. }]
  211. }
  212. if (this.orderData.orderStatus == 4 && this.orderData.evaluateReplyStatus == 1) {
  213. this.buttonGroup.push({
  214. text: '评价',
  215. backgroundColor: '#52A63A',
  216. color: '#fff'
  217. })
  218. }
  219. this.getOrderType()
  220. }).catch(error => {
  221. this.$refs.uTips.show({
  222. title: error.data.msg,
  223. type: 'warning',
  224. })
  225. })
  226. // this.getOrderType()
  227. },
  228. onShow() {},
  229. methods: {
  230. // 获取订单类型
  231. getOrderType() {
  232. switch (this.orderData.orderStatus) {
  233. case 1:
  234. this.orderType = {
  235. title: '等待买家付款',
  236. text: '订单将于' + this.orderData.addOrderTime + '关闭',
  237. }
  238. break;
  239. case 2:
  240. this.orderType = {
  241. title: '等待卖家发货',
  242. text: '您的商品正在打包等待发货',
  243. }
  244. break;
  245. case 3:
  246. this.orderType = {
  247. title: '等待商品送达',
  248. text: '您的商品已发出正在路上,请耐心等待',
  249. }
  250. break;
  251. case 4:
  252. this.orderType = {
  253. title: '商品已送达',
  254. text: '',
  255. }
  256. break;
  257. case 5:
  258. this.orderType = {
  259. title: '交易已完成',
  260. text: '',
  261. }
  262. break;
  263. default:
  264. this.orderType = {
  265. title: '交易已取消',
  266. text: '',
  267. }
  268. }
  269. },
  270. // 操作
  271. orderHandle(e) {
  272. if (this.orderData.orderStatus == 1) {
  273. if (e.index == 0) {
  274. // 取消订单
  275. this.modalContent = '请确定是否取消订单'
  276. this.handleType = 1
  277. this.modalShow = true
  278. } else if (e.index == 1) {
  279. // 立即支付
  280. this.modalContent = '请确定是否立即支付'
  281. this.handleType = 2
  282. this.modalShow = true
  283. }
  284. } else {
  285. if (e.index == 0) {
  286. // 申请售后
  287. NET.request(API.applyService, {
  288. tenantCode: this.orderData.tenantCode
  289. }, 'GET').then(res => {
  290. uni.makePhoneCall({
  291. phoneNumber: res.data.contactTel
  292. });
  293. }).catch(error => {
  294. this.$refs.uTips.show({
  295. title: error.data.msg,
  296. type: 'warning',
  297. })
  298. })
  299. } else {
  300. if (this.orderData.orderStatus == 2) {
  301. // 自助采摘
  302. uni.navigateTo({
  303. url: '/pagesGood/pickVideo?orderId=' + this.orderData.orderId
  304. });
  305. } else if (this.orderData.orderStatus == 3) {
  306. if (e.index == 1) {
  307. // 确认收货
  308. this.modalContent = '请确定是否确认收货'
  309. this.handleType = 3
  310. this.modalShow = true
  311. } else {
  312. // 追踪物流
  313. uni.navigateTo({
  314. url: '/pagesMain/logisticsDeatil?orderId=' + this.orderData.orderId
  315. });
  316. }
  317. } else {
  318. // 评价
  319. uni.navigateTo({
  320. url: '/pagesMain/evaluateForm?orderId=' + this.orderData.orderId + '&tenantCode=' + this.orderData.tenantCode +
  321. '&productIds=' + this.orderData.merchantInfoResVO.products.map(site => {
  322. return site.productId
  323. }).join(',')
  324. });
  325. }
  326. }
  327. }
  328. },
  329. // 状态流转
  330. submitHandle() {
  331. if (this.handleType == 1) {
  332. // 取消订单
  333. NET.request(API.cancelOrder, {
  334. orderId: this.orderData.orderId
  335. }, 'GET').then(res => {
  336. this.modalShow = false
  337. this.$refs.uTips.show({
  338. title: '取消订单成功',
  339. type: 'success',
  340. })
  341. setTimeout(() => {
  342. uni.reLaunch({
  343. url: '/pagesMain/orderList?type=' + 1
  344. });
  345. }, 1000)
  346. }).catch(error => {
  347. this.modalShow = false
  348. this.$refs.uTips.show({
  349. title: error.data.msg,
  350. type: 'warning',
  351. })
  352. })
  353. } else if (this.handleType == 2) {
  354. // 立即支付
  355. this.modalShow = false
  356. setTimeout(() => {
  357. uni.reLaunch({
  358. url: '/pagesMain/orderList?type=' + 3
  359. });
  360. }, 1000)
  361. } else if (this.handleType == 3) {
  362. // 确认收货
  363. NET.request(API.confirmOrder, {
  364. orderId: this.orderData.orderId
  365. }, 'GET').then(res => {
  366. this.modalShow = false
  367. this.$refs.uTips.show({
  368. title: '确认收货成功',
  369. type: 'success',
  370. })
  371. setTimeout(() => {
  372. uni.reLaunch({
  373. url: '/pagesMain/orderList?type=' + 5
  374. });
  375. }, 1000)
  376. }).catch(error => {
  377. this.modalShow = false
  378. this.$refs.uTips.show({
  379. title: error.data.msg,
  380. type: 'warning',
  381. })
  382. })
  383. }
  384. },
  385. // 跳转留言列表
  386. goToMessage() {
  387. uni.navigateTo({
  388. url: '/pagesMain/messageList?orderId=' + this.orderData.orderId + '&tenantCode=' + this.orderData.tenantCode
  389. });
  390. }
  391. }
  392. }
  393. </script>
  394. <style lang="less" scoped>
  395. page {
  396. width: 100%;
  397. height: 100%;
  398. }
  399. .container {
  400. width: 100%;
  401. height: 100%;
  402. float: left;
  403. background-color: #f7f7f7;
  404. // box-sizing: border-box;
  405. // padding-bottom: 50px;
  406. overflow-y: auto;
  407. .order-type-info {
  408. width: 100%;
  409. height: 115px;
  410. float: left;
  411. box-sizing: border-box;
  412. padding: 22px 100px 0 15px;
  413. background: #52A63A;
  414. border-radius: 0px 0px 20px 20px;
  415. background-size: 62px;
  416. background-position: calc(100% - 48px) 12px;
  417. background-repeat: no-repeat;
  418. background-image: url(@/static/images/orderDetail.png);
  419. .order-type-title {
  420. width: 100%;
  421. float: left;
  422. height: 20px;
  423. line-height: 20px;
  424. font-size: 15px;
  425. font-family: PingFang SC;
  426. color: #FFFFFF;
  427. margin-bottom: 4px;
  428. }
  429. .order-type-text {
  430. width: 100%;
  431. float: left;
  432. height: 20px;
  433. line-height: 20px;
  434. font-size: 12px;
  435. font-family: PingFang SC;
  436. color: #FFFFFF;
  437. }
  438. }
  439. .address-info-box {
  440. width: calc(100% - 30px);
  441. float: left;
  442. box-sizing: border-box;
  443. padding: 16px 18px 16px 16px;
  444. margin: -34px 15px 10px 15px;
  445. background: #FFFFFF;
  446. border-radius: 10px;
  447. .address-icon {
  448. width: 36px;
  449. height: 40px;
  450. float: left;
  451. align-items: center;
  452. display: flex;
  453. .iconfont {
  454. color: #52A63A;
  455. font-size: 36px;
  456. }
  457. }
  458. .address-content {
  459. width: calc(100% - 56px);
  460. height: 40px;
  461. float: left;
  462. margin: 0 8px 0 12px;
  463. .address-info {
  464. height: 20px;
  465. font-family: PingFang SC;
  466. line-height: 20px;
  467. overflow: hidden;
  468. text-overflow: ellipsis;
  469. white-space: nowrap;
  470. .address-name {
  471. font-size: 16px;
  472. color: #333333;
  473. margin-right: 14px;
  474. }
  475. .address-phone {
  476. font-size: 12px;
  477. color: #666666;
  478. }
  479. }
  480. .address-detail {
  481. height: 20px;
  482. font-size: 16px;
  483. font-family: PingFang SC;
  484. color: #333333;
  485. line-height: 20px;
  486. overflow: hidden;
  487. text-overflow: ellipsis;
  488. white-space: nowrap;
  489. }
  490. }
  491. }
  492. .goods-info-box {
  493. width: calc(100% - 30px);
  494. float: left;
  495. margin: 0 15px 10px 15px;
  496. background: #FFFFFF;
  497. border-radius: 10px;
  498. .shop-info {
  499. width: 100%;
  500. height: 48px;
  501. float: left;
  502. box-sizing: border-box;
  503. padding: 13px 15px 12px 15px;
  504. border-bottom: 1px solid #EEEEEE;
  505. line-height: 22px;
  506. .icondianpu {
  507. font-size: 22px;
  508. color: #333333;
  509. }
  510. .shop-name {
  511. font-size: 15px;
  512. font-family: PingFang SC;
  513. color: #333333;
  514. margin: 0 8px 0 10px;
  515. }
  516. .iconshangjia {
  517. font-size: 12px;
  518. color: #999999;
  519. }
  520. }
  521. .goods-list {
  522. width: 100%;
  523. float: left;
  524. box-sizing: border-box;
  525. padding: 10px 15px 0 15px;
  526. .goods-row {
  527. width: 100%;
  528. height: 90px;
  529. float: left;
  530. display: flex;
  531. margin-bottom: 10px;
  532. .goods-img {
  533. width: 90px;
  534. height: 90px;
  535. border-radius: 5px;
  536. object-fit: cover;
  537. }
  538. .goods-info {
  539. width: calc(100% - 106px);
  540. height: 90px;
  541. margin-left: 16px;
  542. .goods-name {
  543. width: 100%;
  544. height: 36px;
  545. float: left;
  546. font-size: 14px;
  547. font-family: PingFang SC;
  548. color: #333333;
  549. line-height: 18px;
  550. overflow: hidden;
  551. text-overflow: ellipsis;
  552. display: -webkit-box;
  553. -webkit-line-clamp: 2;
  554. -webkit-box-orient: vertical;
  555. word-wrap: break-word;
  556. }
  557. .goods-type {
  558. height: 20px;
  559. float: left;
  560. background: #F0F0F0;
  561. border-radius: 4px;
  562. padding: 0 8px;
  563. margin: 6px 0;
  564. font-size: 10px;
  565. font-family: PingFang SC;
  566. color: #666666;
  567. line-height: 20px;
  568. }
  569. .plant-area {
  570. height: 20px;
  571. float: right;
  572. margin: 6px 0;
  573. font-size: 12px;
  574. font-family: PingFang SC;
  575. color: #333333;
  576. }
  577. .goods-price-number {
  578. width: 100%;
  579. height: 20px;
  580. float: left;
  581. line-height: 20px;
  582. font-family: PingFang SC;
  583. color: #333333;
  584. .goods-unit {
  585. font-size: 12px;
  586. }
  587. .goods-price {
  588. font-size: 15px;
  589. margin-right: 6px;
  590. }
  591. .goods-number {
  592. font-size: 12px;
  593. }
  594. }
  595. .plant-text {
  596. float: right;
  597. font-size: 12px;
  598. font-family: PingFang SC;
  599. color: #333333;
  600. }
  601. }
  602. }
  603. }
  604. .order-info {
  605. width: 100%;
  606. float: left;
  607. /deep/.u-cell {
  608. padding: 6px 16px;
  609. }
  610. }
  611. .pay-info {
  612. width: 100%;
  613. height: 46px;
  614. float: left;
  615. box-sizing: border-box;
  616. border-top: 1px solid #EEEEEE;
  617. padding-right: 15px;
  618. line-height: 44px;
  619. font-family: PingFang SC;
  620. font-size: 14px;
  621. text-align: right;
  622. white-space: nowrap;
  623. .pay-text {
  624. float: left;
  625. color: #333333;
  626. margin-left: 15px;
  627. }
  628. .pay-price {
  629. color: #52A63A;
  630. }
  631. }
  632. }
  633. .order-info-box {
  634. width: calc(100% - 30px);
  635. float: left;
  636. margin: 0 15px 10px 15px;
  637. background: #FFFFFF;
  638. border-radius: 10px;
  639. .info-title-box {
  640. width: 100%;
  641. height: 48px;
  642. float: left;
  643. box-sizing: border-box;
  644. padding: 15px 15px 14px 15px;
  645. border-bottom: 1px solid #EEEEEE;
  646. line-height: 18px;
  647. white-space: nowrap;
  648. .info-title {
  649. height: 18px;
  650. float: left;
  651. font-size: 15px;
  652. font-family: PingFang SC;
  653. color: #333333;
  654. margin-right: 8px;
  655. padding-left: 10px;
  656. border-left: 2px solid #74BD60;
  657. }
  658. .iconfangxiang {
  659. float: right;
  660. font-size: 12px;
  661. color: #999999;
  662. }
  663. }
  664. .info-content-box {
  665. width: 100%;
  666. float: left;
  667. padding: 15px 0;
  668. .message-row {
  669. width: 100%;
  670. float: left;
  671. box-sizing: border-box;
  672. padding: 0 15px;
  673. margin-bottom: 15px;
  674. .message-head {
  675. width: 50px;
  676. height: 50px;
  677. object-fit: cover;
  678. float: left;
  679. border-radius: 50%;
  680. overflow: hidden;
  681. }
  682. .message-info-box {
  683. width: calc(100% - 75px);
  684. float: right;
  685. .message-name {
  686. width: 50%;
  687. height: 30px;
  688. float: left;
  689. font-size: 15px;
  690. font-family: PingFang SC;
  691. color: #333333;
  692. line-height: 30px;
  693. overflow: hidden;
  694. text-overflow: ellipsis;
  695. white-space: nowrap;
  696. }
  697. .message-date {
  698. width: 50%;
  699. height: 30px;
  700. float: left;
  701. font-size: 12px;
  702. font-family: PingFang SC;
  703. color: #666666;
  704. text-align: right;
  705. line-height: 30px;
  706. overflow: hidden;
  707. text-overflow: ellipsis;
  708. white-space: nowrap;
  709. }
  710. .message-text {
  711. width: 100%;
  712. height: 20px;
  713. float: left;
  714. font-size: 12px;
  715. font-family: PingFang SC;
  716. color: #666666;
  717. line-height: 20px;
  718. overflow: hidden;
  719. text-overflow: ellipsis;
  720. white-space: nowrap;
  721. }
  722. .message-img-box {
  723. width: 100%;
  724. float: left;
  725. .message-img {
  726. width: 76px;
  727. height: 76px;
  728. object-fit: cover;
  729. float: left;
  730. margin: 0 10px 10px 0;
  731. }
  732. }
  733. }
  734. }
  735. .message-row:last-child {
  736. margin-bottom: 0;
  737. }
  738. .order-info-row {
  739. width: 100%;
  740. float: left;
  741. box-sizing: border-box;
  742. padding: 0 15px;
  743. font-size: 12px;
  744. font-family: PingFang SC;
  745. color: #333333;
  746. line-height: 26px;
  747. word-break:break-all;
  748. }
  749. }
  750. }
  751. .order-handle {
  752. width: 100%;
  753. height: 50px;
  754. float: left;
  755. border-top: 1px solid #cccccc;
  756. }
  757. }
  758. </style>