flat: 暂存
This commit is contained in:
@@ -60,7 +60,6 @@ onMounted(() => {
|
|||||||
|
|
||||||
const handelComponentsRef = (el, index) => {
|
const handelComponentsRef = (el, index) => {
|
||||||
if (el) {
|
if (el) {
|
||||||
console.log(el);
|
|
||||||
swiperRefs[index].value = el;
|
swiperRefs[index].value = el;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
v-model="searchValue"
|
v-model="searchValue"
|
||||||
placeholder="搜索职位名称"
|
placeholder="搜索职位名称"
|
||||||
placeholder-class="placeholder"
|
placeholder-class="placeholder"
|
||||||
|
@confirm="searchBtn"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view class="search-btn button-click" @click="searchBtn">搜索</view>
|
<view class="search-btn button-click" @click="searchBtn">搜索</view>
|
||||||
@@ -112,7 +113,6 @@ function remove() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getJobList(type = 'add') {
|
function getJobList(type = 'add') {
|
||||||
console.log(type);
|
|
||||||
if (type === 'add' && pageState.page < pageState.maxPage) {
|
if (type === 'add' && pageState.page < pageState.maxPage) {
|
||||||
pageState.page += 1;
|
pageState.page += 1;
|
||||||
}
|
}
|
||||||
|
@@ -61,8 +61,6 @@ const useLocationStore = defineStore("location", () => {
|
|||||||
// 导入
|
// 导入
|
||||||
return {
|
return {
|
||||||
getLocation,
|
getLocation,
|
||||||
longitude,
|
|
||||||
latitude,
|
|
||||||
longitudeVal,
|
longitudeVal,
|
||||||
latitudeVal
|
latitudeVal
|
||||||
|
|
||||||
|
@@ -11,6 +11,8 @@ import {
|
|||||||
msg,
|
msg,
|
||||||
$api,
|
$api,
|
||||||
} from '../common/globalFunction';
|
} from '../common/globalFunction';
|
||||||
|
|
||||||
|
// 控制消息
|
||||||
export const useReadMsg = defineStore('readMsg', () => {
|
export const useReadMsg = defineStore('readMsg', () => {
|
||||||
const msgList = ref([])
|
const msgList = ref([])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user