diff --git a/components/list/job.vue b/components/list/job.vue index fae6b85..11fc8f7 100644 --- a/components/list/job.vue +++ b/components/list/job.vue @@ -28,7 +28,7 @@ - {{ item.jobName }} + {{ item.jobName }} diff --git a/pages/home/index.vue b/pages/home/index.vue index fbc234c..086d092 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -102,8 +102,8 @@
-
分享
-
职位
+
分享
+
职位
@@ -439,11 +439,11 @@ export default { // res.recordCount = 0; // res.recordList = []; - if (res.recordCount == 0) { + // if (res.recordCount == 0) { that.loading = false; - } else { - that.loading = true; - } + // } else { + // that.loading = true; + // } that.speed = res.recordCount; that.query.isFinish = res.recordList.length; res.recordList = that.G.toGetAddressv3(res.recordList); @@ -647,6 +647,9 @@ export default { console.log("e", e); this.G.isLogin(); if (this.G.isLogin()) { + if (this.loading == true) { + return; + } console.log("一级tab切换"); this.tabInfo.active = e; this.speed = -1; diff --git a/root/components/applyFlow.vue b/root/components/applyFlow.vue new file mode 100644 index 0000000..5c6cbf2 --- /dev/null +++ b/root/components/applyFlow.vue @@ -0,0 +1,242 @@ + + + + + diff --git a/root/detail/job.vue b/root/detail/job.vue index e625959..4dd9911 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -11,10 +11,10 @@
- 发单号 + {{ userinfo.agencyId == jobDetail.agencyId ? "项目方" : "发单号" }} - {{ jobDetail.fullName ? jobDetail.fullName : jobDetail.agencyName }} + {{ userinfo.agencyId == jobDetail.agencyId ? jobDetail.upFullName || jobDetail.upAgencyName || "-" : jobDetail.fullName || jobDetail.agencyName }} @@ -195,8 +195,8 @@ - {{ loginInfo.noticeEndStr ? loginInfo.noticeEndStr : "详情咨询:" + loginInfo.tel }} - + {{ userinfo.noticeEndStr ? userinfo.noticeEndStr : "详情咨询:" + userinfo.tel }} + 以上联系人,可以 改成我的 @@ -488,7 +488,7 @@
{{ isSc ? "已收藏" : "收藏" }}
-
+
+
@@ -112,69 +113,17 @@
- - -
-
-
创建团队/企业
-
团队名称/企业简称:
-
- -
-
创建团队后可关注发单号,浏览职位及工单报名。
-
-
-
取消
-
确定
-
-
-
- - -
-
-
加入团队/企业
-
团队创建人手机号
-
-
- -
-
- -
-
-
当前选择团队: {{ chooseTeam.fullName || chooseTeam.agencyName }}
-
-
昵称
-
- -
-
-
-
-
取消
-
确定
-
-
-
- - - - - {{ item.fullName || item.agencyName }} - - - 取消 - - +
diff --git a/root/home/utils/commonSub.js b/root/home/utils/commonSub.js index bf0af00..ebc0c80 100644 --- a/root/home/utils/commonSub.js +++ b/root/home/utils/commonSub.js @@ -12,6 +12,8 @@ let data = { var n = 0; var r = -1; // var initHeight = 0; + console.log('text',text); + ctx.font = weight + " " + font + "px Arial"; //字体大小 ctx.fillStyle = color; //字体颜色 // ctx.textBaseline = align; diff --git a/uni_modules/vk-uview-ui/components/u-input/u-input.vue b/uni_modules/vk-uview-ui/components/u-input/u-input.vue index 627bbee..830a2c8 100644 --- a/uni_modules/vk-uview-ui/components/u-input/u-input.vue +++ b/uni_modules/vk-uview-ui/components/u-input/u-input.vue @@ -63,7 +63,7 @@ :selection-start="uSelectionStart" :show-confirm-bar="showConfirmbar" :adjust-position="adjustPosition" - :hold-keyboard = "true" + :hold-keyboard="false" @focus="onFocus" @blur="handleBlur" @input="handleInput"