Qin Dong Ming 2024-08-23 19:30:03 +08:00
commit e27219f804
2 changed files with 9 additions and 2 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

@ -3,7 +3,6 @@
<el-card class="box-card">
<div slot="header" class="clearfix">
<span>手机号查询归属地</span>
<el-button style="float: right; padding: 3px 0" type="text">查看</el-button>&nbsp;&nbsp;
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div>
<div v-for="o in 4" :key="o" class="text item">
@ -13,7 +12,6 @@
<el-card class="box-card">
<div slot="header" class="clearfix">
<span>IP查询归属地</span>
<el-button style="float: right; padding: 3px 0" type="text">查看</el-button>&nbsp;&nbsp;
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div>
<div v-for="o in 4" :key="o" class="text item">
@ -26,6 +24,7 @@
<script>
//jsjsjson,
//import from ',
import {getPhonePlace} from "@/api/port/port";
export default {
//import使"
components: {},