小卡片
parent
37c11bbb24
commit
102cfd3fe9
|
@ -5,7 +5,7 @@
|
|||
<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="buyPhone">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testPhone">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<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" @click="buyIp">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testIp">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
|
@ -23,7 +23,7 @@
|
|||
<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="buyNews">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testNews">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<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="buyWeather">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testWeather">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<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="buyBirth">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testBirth">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<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="buyPostcodd">购买</el-button>
|
||||
<el-button style="float: right; padding: 3px 0" @click="testPostcodd">测试</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
|
|
Loading…
Reference in New Issue