小卡片
parent
92384e4947
commit
2b91407347
|
@ -14,8 +14,8 @@
|
|||
<el-card shadow="hover">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>IP查询归属地</span>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">测试</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testIp">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
@ -23,8 +23,8 @@
|
|||
<el-card shadow="hover">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>新闻头条</span>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">测试</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testNews">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
@ -32,8 +32,8 @@
|
|||
<el-card shadow="hover">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>气象预警</span>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">测试</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testWeather">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
@ -41,8 +41,17 @@
|
|||
<el-card shadow="hover">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>生辰助手</span>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">测试</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testBirth">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-card shadow="hover">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>邮编查询</span>
|
||||
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testPostcodd">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
@ -62,13 +71,7 @@ export default {
|
|||
//这里存放数据"
|
||||
|
||||
return {
|
||||
formLabelAlign:{
|
||||
province:"",
|
||||
city:"",
|
||||
areacode:"",
|
||||
zip:"",
|
||||
company:"",
|
||||
},
|
||||
|
||||
};
|
||||
},
|
||||
//计算属性 类似于data概念",
|
||||
|
|
Loading…
Reference in New Issue