IP小卡片
parent
edc4794131
commit
7f86e3fd2b
|
@ -5,12 +5,12 @@
|
||||||
<span>手机号查询归属地</span>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<div v-for="o in 4" :key="o" class="text item">
|
<div>
|
||||||
省份:{{'列表内容 ' }}
|
省份: {{}}
|
||||||
城市:{{'列表内容 ' }}
|
城市: {{}}
|
||||||
区号:{{'列表内容 ' }}
|
区号: {{}}
|
||||||
邮编:{{'列表内容 ' }}
|
邮编: {{}}
|
||||||
运营商:{{'列表内容 ' }}
|
运营商:{{}}
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card class="box-card">
|
<el-card class="box-card">
|
||||||
|
@ -18,6 +18,13 @@
|
||||||
<span>IP查询归属地</span>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
Country: {{}}
|
||||||
|
Province: {{}}
|
||||||
|
City: {{}}
|
||||||
|
District: {{}}
|
||||||
|
Isp:{{}}
|
||||||
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue