瑶都万能墙
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.

283 lines
4.5 KiB

4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
4 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
4 months ago
  1. <template>
  2. <view class="item" @click="$emit('click')">
  3. <!-- <image :src="item.imageTitle"
  4. @click.stop="previewImage([item.imageTitle])"
  5. mode="aspectFill"></image> -->
  6. <!-- <view class="text">
  7. <view class="title">
  8. {{ item.title }}
  9. </view>
  10. <view class="createBy">
  11. {{ item.num }}余座
  12. {{ item.startTime }}出发
  13. </view>
  14. <view class="createBy">
  15. {{ item.startAddress }}
  16. {{ item.endAddress }}
  17. </view>
  18. <view class="createBy">
  19. <view class="">
  20. {{ $dayjs(item.createTime).format('YYYY-MM-DD') }}
  21. </view>
  22. <callPhone
  23. style="margin-left: auto;"
  24. :phone="item.phone"
  25. title="司机"/>
  26. </view>
  27. </view> -->
  28. <view class="zhaoche">
  29. <view class="touxinag">
  30. <image :src="item.imageTitle" mode="aspectFill"></image>
  31. </view>
  32. <view class="box">
  33. <view class="chezhaoren">
  34. <uv-icon name="car-fill" color="#2979ff" size="50"></uv-icon>
  35. <!-- 车找人 -->{{item.createBy}}
  36. </view>
  37. <view class="lianxi">
  38. <!-- <uv-icon name="phone-fill" color="#fff" size="40"></uv-icon>
  39. 联系 -->
  40. <callPhone
  41. style="margin-left: auto;"
  42. :phone="item.phone"
  43. type="2"
  44. :phoneTitle="item.title"
  45. :pid="item.id"
  46. title="应聘"/>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="address">
  51. <view class="shi">
  52. <view class="zhi">
  53. {{item.startAddress}}
  54. </view>
  55. </view>
  56. <view class="oo">
  57. </view>
  58. <view class="ads">
  59. <view class="zhon">
  60. </view>
  61. <view class="zhi">
  62. {{item.endAddress}}
  63. </view>
  64. </view>
  65. </view>
  66. <view class="pepo">
  67. 空位{{item.num}}
  68. </view>
  69. <!-- <view class="time">
  70. 出发时间{{item.startTime}}
  71. </view> -->
  72. <view class="Vehicleinformation">
  73. <view class="chexing">
  74. 车型suv
  75. </view>
  76. <view class="Licenseplate">
  77. 车牌湘A.9999
  78. </view>
  79. </view>
  80. </view>
  81. </template>
  82. <script>
  83. import mixinsSex from '@/mixins/sex.js'
  84. export default {
  85. mixins: [mixinsSex],
  86. props: ['item'],
  87. data() {
  88. return {
  89. };
  90. },
  91. methods: {
  92. // callPhone() {
  93. // uni.makePhoneCall({
  94. // phoneNumber: this.item.phone
  95. // })
  96. // },
  97. // callPhone() {
  98. // uni.makePhoneCall({
  99. // phoneNumber: this.item.userPhone,
  100. // success() {
  101. // console.log('安卓拨打成功');
  102. // },
  103. // fail() {
  104. // console.log('安卓拨打失败');
  105. // }
  106. // })
  107. // },
  108. },
  109. }
  110. </script>
  111. <style lang="scss" scoped>
  112. .item {
  113. padding: 15rpx;
  114. background-color: #fff;
  115. overflow: hidden;
  116. border-radius: 10rpx;
  117. color: #777;
  118. // display: flex;
  119. font-size: 24rpx;
  120. margin: 30rpx 0;
  121. position: relative;
  122. .zhaoche {
  123. width: 100%;
  124. margin: 20rpx 10rpx;
  125. display: flex;
  126. justify-content: space-between;
  127. .touxinag {
  128. height: 150rpx;
  129. width: 150rpx;
  130. image {
  131. width: 100%;
  132. height: 100%;
  133. }
  134. }
  135. .box {
  136. margin-top: 20rpx;
  137. width: 70%;
  138. display: flex;
  139. justify-content: space-around;
  140. // background-color: gold;
  141. .chezhaoren {
  142. display: flex;
  143. justify-content: center;
  144. align-items: center;
  145. margin-right: auto;
  146. margin-left: 10rpx;
  147. border: 1rpx solid $uni-color;
  148. height: 40rpx;
  149. padding: 16rpx;
  150. color: $uni-color;
  151. border-radius: 10rpx;
  152. }
  153. .lianxi {
  154. // color: #fff;
  155. // background-color: $uni-color;
  156. // height: 70rpx;
  157. // display: flex;
  158. // justify-content: center;
  159. // align-items: center;
  160. // width: 120rpx;
  161. // border-radius: 15rpx;
  162. // margin: 0rpx 20rpx;
  163. }
  164. }
  165. }
  166. .address {
  167. display: flex;
  168. margin: 0rpx 10rpx;
  169. align-items: center;
  170. .shi {
  171. margin-right: 10rpx;
  172. background-color: $uni-color;
  173. color: white;
  174. width: 30rpx;
  175. height: 30rpx;
  176. padding: 5rpx;
  177. border-radius: 50%;
  178. text-align: center;
  179. }
  180. .zhi {
  181. margin-top: 5rpx;
  182. }
  183. .oo {
  184. margin: 0rpx 5rpx;
  185. }
  186. }
  187. .ads {
  188. display: flex;
  189. margin: 10rpx 10rpx;
  190. .zhon {
  191. margin-right: 10rpx;
  192. background-color: red;
  193. color: white;
  194. width: 30rpx;
  195. height: 30rpx;
  196. padding: 5rpx;
  197. border-radius: 50%;
  198. text-align: center;
  199. }
  200. }
  201. .pepo{
  202. margin: 10rpx 10rpx;
  203. }
  204. .time {
  205. margin: 10rpx 10rpx;
  206. }
  207. .Vehicleinformation {
  208. margin: 10rpx 10rpx;
  209. // display: flex;
  210. .chexing {
  211. }
  212. .Licenseplate {
  213. margin: 5rpx 0rpx;
  214. }
  215. }
  216. .chezhuxinxi {
  217. display: flex;
  218. margin: 10rpx 10rpx;
  219. .sex {
  220. margin-top: 5rpx;
  221. }
  222. .name {
  223. margin-left: 8rpx;
  224. }
  225. }
  226. }
  227. </style>