IP小卡片

master
chaiyapeng 2024-08-23 18:59:19 +08:00
parent 8f9c7b7539
commit edc4794131
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
import request from '@/utils/request'
export function getPhonePlace() {
return request({
url: '/mart/list/getPhonePlace',
method: 'get'
})
}

View File

@ -5,6 +5,13 @@
<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>
</el-card> </el-card>
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
@ -18,6 +25,7 @@
<script> <script>
//jsjsjson, //jsjsjson,
//import from ', //import from ',
import {getPhonePlace} from "@/api/port/port";
export default { export default {
//import使" //import使"
components: {}, components: {},