新增联系人
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
border="none"></u--input>
|
||||
<u-icon slot="right" name="arrow-right"></u-icon>
|
||||
</u-form-item>
|
||||
|
||||
<map class="map" :latitude="latitude" :longitude="longitude" :markers="covers"></map>
|
||||
</u--form>
|
||||
<u-button type="primary" text="提交" customStyle="margin-top: 50px" @click="submit"></u-button>
|
||||
<u-button type="error" text="重置" customStyle="margin-top: 10px" @click="reset"></u-button>
|
||||
@@ -110,7 +110,17 @@
|
||||
import { submitInfo } from '@/api/userrecruit.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
return {
|
||||
latitude: 31.05, //中心点
|
||||
longitude: 104.20,
|
||||
covers: [{ //marker标记位置
|
||||
id: 0,
|
||||
latitude: 0,
|
||||
longitude: 0,
|
||||
// width:30,
|
||||
// height:30,
|
||||
iconPath: '../../../static/img/location.png'
|
||||
}],
|
||||
value2: '招工内容',
|
||||
fileList1: [],
|
||||
disabled1: false,
|
||||
|
||||
Reference in New Issue
Block a user