-
zhangwei
2024-08-29 447e19fa298ae11a1c3a3fa2d2ff3a1a8dba0501
src/pages/checkin/checkin.vue
@@ -75,7 +75,12 @@
            }).then(res => {
               if(res.code==1){
                  this.dakaList = res.data.orderBiddingDetailCheck
                  this.dakaList.length = 3
                  if (this.dakaList.length == 0) {
                     this.dakaList.length = 2
                  }
                  if (this.dakaList.length > 6) {
                     this.dakaList.length = 6
                  }
                  if (this.dakaList.length % 2 !== 0) {
                     this.dakaList.push({})
                  }
@@ -162,6 +167,8 @@
                     title: "打卡成功!",
                     icon: "success"
                  })
                  this.checkPhoto = '' //打卡照片
                  this.faceImg = ''
                  this.getDaka(this.orderBiddingId)
               } else {
                  this.$util.showToast({