examination.vue
401 字节
<template>
<view>
<view style="text-align: center;">
<image src="../../static/ic_11@2x.png" mode=""></image>
<view>
<text class="text">培训时间尚未确定,请耐心等待</text>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
.text {
color: #969799;
font-size: 28rpx;
}
</style>