Commit ba3bb5ab authored by 黄奎's avatar 黄奎

跳成绩

parent 2b080303
...@@ -537,9 +537,13 @@ ...@@ -537,9 +537,13 @@
(res) => { (res) => {
if (res.data.Code != 1) { if (res.data.Code != 1) {
that.limits = true that.limits = true
this.$refs.uToast.show({ // this.$refs.uToast.show({
// title: res.data.Message,
// type: 'warning'
// });
uni.showToast({
title: res.data.Message, title: res.data.Message,
type: 'warning' icon: "none",
}); });
if(res.data.Data.PaperId>0&&res.data.Data.PublishId>0&&res.data.Data.StuId){ if(res.data.Data.PaperId>0&&res.data.Data.PublishId>0&&res.data.Data.StuId){
obj.PaperId=res.data.Data.PaperId obj.PaperId=res.data.Data.PaperId
...@@ -935,6 +939,9 @@ ...@@ -935,6 +939,9 @@
</script> </script>
<style> <style>
.u-toast{
height: auto !important;
}
.add-info2 { .add-info2 {
width: 1px; width: 1px;
flex: 1; flex: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment