球星卡微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

159 lines
4.0 KiB

  1. <template>
  2. <view class="flex-col page">
  3. <view class="flex-col group_3">
  4. <view class="flex-col section_2">
  5. <view class="bottom-group justify-center">
  6. <text class="text_2">发货单号</text>
  7. <text class="text_3">{{ details.express_numb }}</text>
  8. </view>
  9. <view class="bottom-group justify-center lf-m-t-20">
  10. <text class="text_2">客服电话</text>
  11. <text class="text_3">{{ details.tel }}</text>
  12. </view>
  13. </view>
  14. </view>
  15. <view class="card">
  16. <u-steps current="0" direction="column" :dot="true">
  17. <!-- todo 评级轨迹字段对接 -->
  18. <!-- <u-steps-item title="发货,您的包裹已邮寄,请注意查收" :desc="item.createTime" v-for="(item, index) in details.logs" :key="index">
  19. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  20. </u-steps-item> -->
  21. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  22. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  23. </u-steps-item>
  24. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  25. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  26. </u-steps-item>
  27. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  28. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  29. </u-steps-item>
  30. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  31. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  32. </u-steps-item>
  33. </u-steps>
  34. </view>
  35. </view>
  36. </template>
  37. <script>
  38. import { gradingLogs } from '@/service/grading.js'
  39. export default {
  40. data() {
  41. return {
  42. id: '',
  43. details: {}
  44. };
  45. },
  46. onLoad(options){
  47. this.id = options.id;
  48. this.getGradingLogs();
  49. },
  50. methods: {
  51. async getGradingLogs(){
  52. let res = await gradingLogs(this.id);
  53. this.details = res.data.datas;
  54. }
  55. }
  56. };
  57. </script>
  58. <style scoped lang="scss">
  59. .bottom-group {
  60. position: relative;
  61. }
  62. .list-item {
  63. padding: 5rpx 6rpx;
  64. }
  65. .top-group {
  66. color: rgb(51, 51, 51);
  67. font-size: 28rpx;
  68. font-weight: 500;
  69. line-height: 40rpx;
  70. white-space: nowrap;
  71. }
  72. .text_8 {
  73. margin-left: 76rpx;
  74. color: rgb(119, 119, 119);
  75. font-size: 24rpx;
  76. font-weight: 500;
  77. line-height: 34rpx;
  78. white-space: nowrap;
  79. }
  80. .image_6 {
  81. width: 56rpx;
  82. height: 56rpx;
  83. }
  84. .text_6 {
  85. margin-left: 20rpx;
  86. }
  87. .page {
  88. background-color: #f6f6f6;
  89. width: 100%;
  90. overflow-y: auto;
  91. height: 100%;
  92. }
  93. .group_3 {
  94. padding-top: 2rpx;
  95. flex: 1 1 auto;
  96. overflow-y: auto;
  97. }
  98. .section_2 {
  99. padding: 40rpx 32rpx;
  100. background-color: rgb(255, 255, 255);
  101. }
  102. .list {
  103. margin-top: 30rpx;
  104. padding: 35rpx 26rpx 16rpx;
  105. background-color: rgb(255, 255, 255);
  106. }
  107. .group_4 {
  108. margin-top: 20rpx;
  109. }
  110. .text_2 {
  111. color: rgb(119, 119, 119);
  112. font-size: 32rpx;
  113. font-weight: 500;
  114. line-height: 44rpx;
  115. white-space: nowrap;
  116. position: absolute;
  117. left: 0;
  118. top: 50%;
  119. transform: translateY(-50%);
  120. }
  121. .text_3 {
  122. color: rgb(51, 51, 51);
  123. font-size: 32rpx;
  124. font-weight: 500;
  125. line-height: 44rpx;
  126. white-space: nowrap;
  127. text-align: left;
  128. display: inline-block;
  129. width: 420rpx;
  130. margin-left: 60rpx;
  131. }
  132. .text_4 {
  133. color: rgb(119, 119, 119);
  134. font-size: 32rpx;
  135. font-weight: 500;
  136. line-height: 44rpx;
  137. white-space: nowrap;
  138. }
  139. .text_5 {
  140. margin-left: 10rpx;
  141. color: rgb(43, 102, 234);
  142. font-size: 32rpx;
  143. font-weight: 500;
  144. line-height: 44rpx;
  145. white-space: nowrap;
  146. }
  147. .card{
  148. width: 750rpx;
  149. height: auto;
  150. background-color: #FFFFFF;
  151. margin-top: 20rpx;
  152. padding: 32rpx;
  153. box-sizing: border-box;
  154. }
  155. </style>