Commit dbb56158 by Sweet Zhang

计算器首页

parent cb75b321
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
"style": { "style": {
"navigationBarTitleText": "金融工具" "navigationBarTitleText": "金融工具"
} }
},{
"path": "pages/index/home"
} }
], ],
"globalStyle": { "globalStyle": {
......
<template>
<text>nnnnnn</text>
</template>
<script>
import { saveEducationEstimate } from './api/api.ts';
export default {
date(){
return{
resData: {}
}
},
mounted(){
const par = {arg1: "arg1Value"};
//调用api
saveEducationEstimate(par).then(res=>{
//请求成功 返回res
this.saveEducationEstimate = res.data;
}).catch(err=>{
//请求失败s
})
}
}
</script>
<style>
</style>
\ No newline at end of file
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