cyl/dev-test
jscyl13849007907 1 year ago
parent 0ab1d06311
commit 940a52caa1

@ -1,13 +1,17 @@
## 伯才供应链
```
访问网址https://ibocai.cn
FTP文件夹
1正式环境webapp/yishoudangit对应分支master
测试环境webapp/yishoudan/supplychaintestgit对应分支test
两个环境的区别:
访问网址https://ibocai.cn
2测试环境webapp/yishoudan/supplychaintestgit对应分支test
访问网址https://ibocai.cn
3删除并重新上传staticindex.htmlfavicon.ico
```
```
两个环境的区别:
均链接正式环境,但测试环境会比正式环境多一些测试性质功能
2删除并重新上传staticindex.htmlfavicon.ico
```

@ -0,0 +1,5 @@
<template>
<div>
活动
</div>
</template>

@ -0,0 +1,13 @@
<template>
<div>
热门
</div>
</template>
<script>
</script>
<style>
</style>

@ -0,0 +1,5 @@
<template>
<div>
推荐
</div>
</template>

@ -0,0 +1,5 @@
<template>
<div>
赞助
</div>
</template>

@ -890,6 +890,10 @@
</div>
<!-- 右侧 -->
<div class="rightCard g_flex_none">
<hotPanel />
<sponsorPanel />
<recommendPanel />
<activePanel />
<promotion :code="managerInfo.qrCode" />
</div>
</div>
@ -927,6 +931,10 @@ import $ from "jquery";
import { moneyToFixed, getSalaryClassifyValue, isNotEmptyCheck, disposeJobListData, setReturnFee,setJobInfoPosition } from "../../utils/commonUtil";
import recommend from "@/components/FirstJob/components/recommend.vue";
import promotion from "@/components/FirstJob/components/promotion.vue";
import hotPanel from "@/components/FirstJob/components/rightPanel/hot.vue";
import sponsorPanel from "@/components/FirstJob/components/rightPanel/sponsor.vue";
import recommendPanel from "@/components/FirstJob/components/rightPanel/recommend.vue";
import activePanel from "@/components/FirstJob/components/rightPanel/active.vue";
import { nationlist } from "../../utils/datalist";
import Clipboard from "clipboard";
//
@ -944,7 +952,11 @@ export default {
components: {
recommend,
recordModal,
promotion
promotion,
hotPanel,
sponsorPanel,
recommendPanel,
activePanel,
// recordbill,
},
//
@ -1291,11 +1303,14 @@ export default {
const threshold = windowHeight * 0.4;
if (scrollTop + windowHeight >= scrollHeight - 100 && !this.isFetching && !this.isStop) { // 100
console.log('触发滚动 true')
this.isFetching = true;
setTimeout(() => {
this.speed = 1;
this.loadMoreData();
}, 300);
}else{
console.log('触发滚动 false')
}
if (scrollTop >= threshold) {
this.$refs.backToTop.style.opacity = 1;
@ -1344,7 +1359,7 @@ export default {
if (this.isLogin) {
const { data } = await JobListApi({
pageNum: 1,
pageSize: 4,
pageSize: 8,
jobCategory: 608,
});
console.log(data.data.recordList);

@ -1,9 +1,5 @@
<template>
<div class="index-container" @click="isspecialboxshow = false"
:style="{
'overflow-y': isSC ? 'auto' : 'hidden',
'overflow-x':'hidden'
}"
>
<!-- title部分 -->
<div class="pagetitle" v-if="isLogin && routertitleindex != 0"

Loading…
Cancel
Save