修改
This commit is contained in:
parent
08f87e0186
commit
b4dc4ba81b
@ -207,7 +207,7 @@
|
||||
uni.removeStorageSync('studentId');
|
||||
this.mask = false
|
||||
that.$refs.uToast.show({
|
||||
title: "退出成功",
|
||||
message: "退出成功",
|
||||
type: 'success',
|
||||
duration: '1500'
|
||||
})
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user