This commit is contained in:
曹辉 2023-04-19 15:44:53 +08:00
parent 08f87e0186
commit b4dc4ba81b
2 changed files with 3 additions and 7 deletions

View File

@ -207,7 +207,7 @@
uni.removeStorageSync('studentId');
this.mask = false
that.$refs.uToast.show({
title: "退出成功",
message: "退出成功",
type: 'success',
duration: '1500'
})

View File

@ -29,15 +29,10 @@
</view>
<view class="look" v-if="item.existFlag==false">暂无报告</view>
<view class="lookreport" v-else>查看报告</view>
<view class="lookreport" @tap='lookbook(item)' v-else>
<view class="image">
</view>查看报告
</view>
</view>
</view>
<u-toast ref="uToast" />
</view>
</template>
<script>
@ -103,7 +98,7 @@
fail: function(err) {
uni.hideLoading();
that.$refs.uToast.show({
title: '请求报告失败',
message: '请求报告失败',
type: 'error'
})
}
@ -233,6 +228,7 @@
}
}
.grade {
// width: 82px;
// height: 78px;