Compare commits
No commits in common. "92384e4947acdaf4d172db57863ecffa4b524405" and "ad83fe546a70c6b579047bcb4064f29a2d1f38cb" have entirely different histories.
92384e4947
...
ad83fe546a
|
@ -5,8 +5,9 @@
|
||||||
<el-card shadow="hover">
|
<el-card shadow="hover">
|
||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<span>手机号查询归属地</span>
|
<span>手机号查询归属地</span>
|
||||||
|
<button @click="testPhone">测试</button>
|
||||||
|
<!-- <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" type="text">购买</el-button>
|
||||||
<el-button style="float: right; padding: 3px 0" @click="testPhone">测试</el-button>
|
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
Loading…
Reference in New Issue