Commit 4463ffbf authored by 罗超's avatar 罗超

更新

parent 54e80971
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
line-height: 46px; line-height: 46px;
border: 1px solid #AAAAAA; border: 1px solid #AAAAAA;
text-align: center; text-align: center;
outline: none;
} }
button.bg-accent{ button.bg-accent{
background: linear-gradient(90deg, #C91727, #C91727) !important; background: linear-gradient(90deg, #C91727, #C91727) !important;
...@@ -125,6 +126,7 @@ ...@@ -125,6 +126,7 @@
</div> </div>
</template> </template>
<script> <script>
document.write('<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"><\/script>');
import { import {
Notify, Notify,
Loading Loading
...@@ -135,6 +137,9 @@ ...@@ -135,6 +137,9 @@
// } from "@/api/finance/index"; // } from "@/api/finance/index";
export default { export default {
meta:{
title:'上传考试成绩'
},
props: { props: {
}, },
...@@ -188,7 +193,9 @@ ...@@ -188,7 +193,9 @@
position: "top" position: "top"
}); });
}else{ }else{
wx.miniProgram.navigateBack({
delta: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