Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
ddb6b077
Commit
ddb6b077
authored
Apr 22, 2020
by
zhangyanni
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
65cdb660
9c2df165
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
9 deletions
+24
-9
pushbusinessen.png
src/assets/img/pushbusinessen.png
+0
-0
pushprojecten.png
src/assets/img/pushprojecten.png
+0
-0
searchList.vue
src/components/mobile/searchList.vue
+1
-1
bannerconfigs.vue
src/views/innovatecompany/bannerconfig/bannerconfigs.vue
+1
-1
tabconnect.vue
src/views/mobile/tabconnect.vue
+6
-4
applyactivity.vue
src/views/publishactivity/applyactivity.vue
+16
-3
No files found.
src/assets/img/pushbusinessen.png
0 → 100644
View file @
ddb6b077
7.06 KB
src/assets/img/pushprojecten.png
0 → 100644
View file @
ddb6b077
6.98 KB
src/components/mobile/searchList.vue
View file @
ddb6b077
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<!--
<selectScreenProject
v-if=
"isVisible&&$route.query.tab==1"
@
active=
"groupdataProject"
></selectScreenProject>
-->
<!--
<selectScreenProject
v-if=
"isVisible&&$route.query.tab==1"
@
active=
"groupdataProject"
></selectScreenProject>
-->
<!--
</div>
-->
<!--
</div>
-->
<div>
<div>
<div
class=
"newcontentList"
:style=
"isMargin?'padding-top:0;':''"
>
<div
class=
"newcontentList"
:style=
"isMargin?'padding-top:0;':'
padding-top:1rem;
'"
>
<mt-loadmore
:top-method=
"loadTop"
:bottom-method=
"loadBottom"
:auto-fill=
"false"
:bottom-all-loaded=
"allLoaded"
ref=
"loadmore"
>
<mt-loadmore
:top-method=
"loadTop"
:bottom-method=
"loadBottom"
:auto-fill=
"false"
:bottom-all-loaded=
"allLoaded"
ref=
"loadmore"
>
<ul
v-if=
"tableData"
>
<ul
v-if=
"tableData"
>
<li
v-for=
"(item,index) in tableData"
:key=
"item.businessId"
v-if=
"$route.query.tab==2||isMargin"
@
click=
"handleToDetail(item)"
>
<li
v-for=
"(item,index) in tableData"
:key=
"item.businessId"
v-if=
"$route.query.tab==2||isMargin"
@
click=
"handleToDetail(item)"
>
...
...
src/views/innovatecompany/bannerconfig/bannerconfigs.vue
View file @
ddb6b077
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
<el-input
v-model=
"expertData.showTitle"
maxlength=
"36"
placeholder=
"请输入标题"
></el-input>
<el-input
v-model=
"expertData.showTitle"
maxlength=
"36"
placeholder=
"请输入标题"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"展示图片:"
ref=
"guestimg"
prop=
"showPictureUrl"
>
<el-form-item
label=
"展示图片:"
ref=
"guestimg"
prop=
"showPictureUrl"
>
<p
class=
"imgTitle"
>
{{search.showType == 2?'建议尺寸2
56
0*1060px;仅支持PNG,JPG,JPEG,最大不超过400K':'建议尺寸750*280px;仅支持PNG,JPG,JPEG,最大不超过200K'}}
</p>
<p
class=
"imgTitle"
>
{{search.showType == 2?'建议尺寸2
88
0*1060px;仅支持PNG,JPG,JPEG,最大不超过400K':'建议尺寸750*280px;仅支持PNG,JPG,JPEG,最大不超过200K'}}
</p>
<div
class=
"uploadImg"
>
<div
class=
"uploadImg"
>
<up-img
:actionUrl=
"'/base/upload/uploadOriginalImg'"
@
dataEvent=
"Backimg"
:channelPic=
"expertData.showPictureUrl"
:upmax=
"search.showType == 2?0.4:0.2"
></up-img>
<up-img
:actionUrl=
"'/base/upload/uploadOriginalImg'"
@
dataEvent=
"Backimg"
:channelPic=
"expertData.showPictureUrl"
:upmax=
"search.showType == 2?0.4:0.2"
></up-img>
</div>
</div>
...
...
src/views/mobile/tabconnect.vue
View file @
ddb6b077
...
@@ -15,8 +15,10 @@
...
@@ -15,8 +15,10 @@
<project-list
v-if=
"addprojecttype==1"
ref=
"project"
></project-list>
<project-list
v-if=
"addprojecttype==1"
ref=
"project"
></project-list>
<business-list
v-if=
"addprojecttype==2"
:isMargin=
"true"
:isVisible=
"isVisible"
:is-which=
"2"
ref=
"business"
></business-list>
<business-list
v-if=
"addprojecttype==2"
:isMargin=
"true"
:isVisible=
"isVisible"
:is-which=
"2"
ref=
"business"
></business-list>
<div
v-if=
"!publicFun.isgetUserRoleFunc(2)&&!publicFun.isgetUserRoleFunc(5)"
style=
"position: absolute;right: 0px;bottom: 1.4rem;"
>
<div
v-if=
"!publicFun.isgetUserRoleFunc(2)&&!publicFun.isgetUserRoleFunc(5)"
style=
"position: absolute;right: 0px;bottom: 1.4rem;"
>
<p><img
src=
"../../assets/img/pushproject.png"
alt=
""
style=
"width: 1.26rem;"
@
click=
"$router.push(
{path:'/projectrelease',query:{}})">
</p>
<p
v-if=
"publicFun.getCookie('language') == 'en'"
><img
src=
"../../assets/img/pushprojecten.png"
alt=
""
style=
"width: 1.26rem;"
@
click=
"$router.push(
{path:'/projectrelease',query:{}})">
</p>
<p><img
src=
"../../assets/img/pushbusiness.png"
alt=
""
style=
"width: 1.26rem;"
@
click=
"$router.push(
{path:'/addPhoneRequire',query:{}})">
</p>
<p
v-if=
"publicFun.getCookie('language') == 'en'"
><img
src=
"../../assets/img/pushbusinessen.png"
alt=
""
style=
"width: 1.26rem;"
@
click=
"$router.push(
{path:'/addPhoneRequire',query:{}})">
</p>
<p
v-if=
"publicFun.getCookie('language') != 'en'"
><img
src=
"../../assets/img/pushproject.png"
alt=
""
style=
"width: 1.26rem;"
@
click=
"$router.push(
{path:'/projectrelease',query:{}})">
</p>
<p
v-if=
"publicFun.getCookie('language') != 'en'"
><img
src=
"../../assets/img/pushbusiness.png"
alt=
""
style=
"width: 1.26rem;"
@
click=
"$router.push(
{path:'/addPhoneRequire',query:{}})">
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -39,7 +41,7 @@
...
@@ -39,7 +41,7 @@
beforeRouteEnter
(
to
,
from
,
next
)
{
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
// 这里的vm指的就是vue实例,可以用来当做this使用
next
(
vm
=>
{
// 这里的vm指的就是vue实例,可以用来当做this使用
vm
.
pathfrom
=
from
.
path
;
vm
.
pathfrom
=
from
.
path
;
if
(
vm
.
pathfrom
==
'/phoneBusinessDetail'
||
vm
.
pathfrom
==
'/projectrelease'
){
if
(
vm
.
pathfrom
==
'/phoneBusinessDetail'
){
vm
.
addprojecttype
=
2
;
vm
.
addprojecttype
=
2
;
}
else
{
}
else
{
if
(
vm
.
pathfrom
!=
"/index"
&&
vm
.
pathfrom
!=
"/mobileSuccess"
)
vm
.
addprojecttype
=
1
;
if
(
vm
.
pathfrom
!=
"/index"
&&
vm
.
pathfrom
!=
"/mobileSuccess"
)
vm
.
addprojecttype
=
1
;
...
@@ -86,7 +88,7 @@
...
@@ -86,7 +88,7 @@
background
:
#FFFFFF
;
background
:
#FFFFFF
;
z-index
:
1
;
z-index
:
1
;
>
ul
{
>
ul
{
width
:
5
0
%
;
width
:
5
6
%
;
margin
:
.1rem
auto
0
;
margin
:
.1rem
auto
0
;
display
:
flex
;
display
:
flex
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/views/publishactivity/applyactivity.vue
View file @
ddb6b077
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</el-table-column>
</el-table-column>
<el-table-column
v-if=
"$route.query.type==2"
:label=
"$t('listjson.action')"
width=
"100"
align=
'center'
>
<el-table-column
v-if=
"$route.query.type==2"
:label=
"$t('listjson.action')"
width=
"100"
align=
'center'
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"$router.push(
{path:'/applydetail',query:{enterId:scope.row.enterId,channelTitle:$route.query.channelTitle,type:$route.query.type,channelId:$route.query.channelId}})">
<el-button
type=
"text"
@
click=
"$router.push(
{path:'/applydetail',query:{enterId:scope.row.enterId,channelTitle:$route.query.channelTitle,type:$route.query.type,channelId:$route.query.channelId
,isstate:isstate
}})">
{{
$t
(
'listjson.seeaction'
)
}}
{{
$t
(
'listjson.seeaction'
)
}}
</el-button>
</el-button>
</
template
>
</
template
>
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
channelTitle
:
this
.
$route
.
query
.
channelTitle
,
channelTitle
:
this
.
$route
.
query
.
channelTitle
,
title
:
''
,
title
:
''
,
isroute
:
''
,
isroute
:
''
,
isstate
:
this
.
$route
.
query
.
isstate
,
}
}
},
},
beforeRouteEnter
(
to
,
from
,
next
)
{
beforeRouteEnter
(
to
,
from
,
next
)
{
...
@@ -87,10 +88,22 @@
...
@@ -87,10 +88,22 @@
vm
.
pathfrom
=
from
.
path
;
vm
.
pathfrom
=
from
.
path
;
if
(
vm
.
pathfrom
==
'/activityaudit'
){
if
(
vm
.
pathfrom
==
'/activityaudit'
){
vm
.
title
=
'活动审核'
;
vm
.
title
=
'活动审核'
;
}
else
{
vm
.
isroute
=
'/activityaudit'
;
vm
.
isstate
=
false
;
}
else
if
(
vm
.
pathfrom
==
'/proactivity'
){
vm
.
title
=
'活动'
;
vm
.
title
=
'活动'
;
vm
.
isroute
=
'/proactivity'
;
vm
.
isstate
=
true
;
}
else
if
(
vm
.
pathfrom
==
'/applydetail'
&&
from
.
query
.
isstate
==
false
){
vm
.
title
=
'活动审核'
;
vm
.
isroute
=
'/activityaudit'
;
vm
.
isstate
=
false
;
}
else
if
(
vm
.
pathfrom
==
'/applydetail'
&&
from
.
query
.
isstate
==
true
){
vm
.
title
=
'活动'
;
vm
.
isroute
=
'/proactivity'
;
vm
.
isstate
=
true
;
}
}
vm
.
isroute
=
vm
.
pathfrom
;
})
})
},
},
methods
:
{
methods
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment