jiangping
2025-03-27 e4a06e0730dc0aa6ced97cbb3362d6b8ef473d39
h5/pages/driver/reservedDetail.vue
@@ -28,6 +28,7 @@
               <image
                  v-if="info.transportImg"
                 class="avatar_wrap"
                  @click="priviewImage(info.prefixUrl + info.transportImg)"
                 :src="info.prefixUrl + info.transportImg"
               ></image>
            </view>
@@ -91,7 +92,7 @@
            <view class="name_wrap">
              <text>{{item.memberName}}<text v-if="item.statusInfo" class="status">({{item.statusInfo}})</text></text>
            </view>
                <view v-if="item.approveType == 1" class="carbon">
                <view v-if="item.approveType == 1 || item.approveType == 0" class="carbon">
                  <view class="carbon_item" v-for="child in item.approveList"
                :key="child.id">
                    <image :src="
@@ -132,9 +133,15 @@
    }
  },
   onLoad(option) {
      uni.setStorageSync('ywinfo',{})
      this.getDetail(option.id)
   },
  methods: {
      priviewImage(url) {
         uni.previewImage({
            urls: [url]
         })
      },
      handleCancel(){
         const { info } = this
         uni.showModal({
@@ -144,6 +151,8 @@
               if (res.confirm) {
                  driverCarRevoke({
                     id: info.id, info: ''
                  }).then(() => {
                     this.getDetail(info.id)
                  })
               } else if (res.cancel) {
                  console.log('用户点击取消');
@@ -295,6 +304,7 @@
              width: 60rpx;
              height: 60rpx;
              margin: 0 auto;
                     border-radius: 50%;
            }
            view {
              font-size: 26rpx;