yearning
20 小时以前 1d37c375fd114212ee1419c3bbdadc81d76666a4
src/views/h5/noTask/index.vue
@@ -9,17 +9,18 @@
<script>
export default {
  data() {
    return {
    }
    return {}
  },
  computed: {
    tip() {
      return this.$route.query.tip || '您非相关工作人员,无法签到,请联系工作人员确认。'
    }
  }
  },
  created() {},
  methods: {}
}
</script>
<style lang="scss" scoped>
.content {
  padding: 60px;
@@ -30,4 +31,4 @@
  justify-content: center;
  align-items: center;
}
</style>
</style>