Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
2eaaba54
Commit
2eaaba54
authored
Aug 28, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
df5741c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
19 deletions
+16
-19
featureHome.vue
...anager/TravelGroupControl/UpgradedVersion/featureHome.vue
+11
-16
index.vue
...ravelmanager/TravelGroupControl/UpgradedVersion/index.vue
+5
-3
No files found.
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/featureHome.vue
View file @
2eaaba54
...
...
@@ -2,25 +2,25 @@
<div
class=
"featureHome-form"
>
<div
class=
"featureHome-text absolute z-index1"
>
<div
class=
"featureHome-text-title"
>
<vEditDiv
:canEdit=
'canEdit'
v-model=
"Feature
Data
.LineName"
></vEditDiv>
<vEditDiv
:canEdit=
'canEdit'
v-model=
"Feature
Item.dataObj
.LineName"
></vEditDiv>
</div>
<div
class=
"featureHome-text-box"
>
<div
class=
"featureHome-text-box-sod"
:style=
"
{'border':borderBox,'color':TripColor}">
<vEditDiv
:canEdit=
'canEdit1'
v-model=
"Feature
Data
.LtName"
></vEditDiv>
<vEditDiv
:canEdit=
'canEdit1'
v-model=
"Feature
Item.dataObj
.LtName"
></vEditDiv>
</div>
</div>
<div
class=
"featureHome-text-titleTwo"
>
<vEditDiv
:canEdit=
'canEdit2'
v-model=
"Feature
Data
.Title"
></vEditDiv>
<vEditDiv
:canEdit=
'canEdit2'
v-model=
"Feature
Item.dataObj
.Title"
></vEditDiv>
</div>
</div>
<div
class=
"featureHome-left UpgradedVersion-Hover"
>
<div
class=
"featureHome-vToolBar-one absolute z-index3"
>
<FeatureControls
:index=
"index"
:FeatureData=
"Feature
Data
"
:FeatureData=
"Feature
Item
"
:ControlsType=
"'row'"
:isDeletePage=
"Feature
Data
.isDeletePage"
:isDeletePage=
"Feature
Item
.isDeletePage"
:pagesType=
"1"
@
toAddPages=
"toAddPages"
@
toDeletePages=
"toDeletePages"
>
...
...
@@ -30,7 +30,7 @@
<div
class=
"featureHome-vToolBar-two absolute z-index3"
>
<FeatureControls
:index=
"index"
:FeatureData=
"Feature
Data
"
:FeatureData=
"Feature
Item
"
:ControlsType=
"'column'"
:isTemplate=
"false"
:isUploadImg=
"true"
...
...
@@ -48,12 +48,12 @@
</div>
<div
class=
"featureHome-left-two absolute z-index1"
:style=
"
{'background':TripColor}">
<vEditDiv
:canEdit=
'canEdit3'
v-model=
"
first3
"
></vEditDiv>
<vEditDiv
:canEdit=
'canEdit3'
v-model=
"
FeatureItem.dataObj.IndexName
"
></vEditDiv>
</div>
<div
class=
"featureHome-Markers Markers absolute z-index1"
:style=
"
{'background':TripColor}">
</div>
<div
class=
"featureHome-left-three absolute z-index2"
>
<vEditDiv
:canEdit=
'canEdit4'
v-model=
"
first4
"
></vEditDiv>
<vEditDiv
:canEdit=
'canEdit4'
v-model=
"
FeatureItem.dataObj.IndexDesc
"
></vEditDiv>
</div>
</div>
<div
class=
"featureHome-right"
>
...
...
@@ -71,10 +71,10 @@
<div
class=
"featureHomeBjW1 featureHomeBj4 relative"
:style=
"
{'background':TripColor}">
</div>
</div>
<div
class=
"featureHome-three-text featureHome-three-textOne absolute"
>
<vEditDiv
:canEdit=
'canEdit7'
v-model=
"
first7
"
></vEditDiv>
<vEditDiv
:canEdit=
'canEdit7'
v-model=
"
FeatureItem.dataObj.AreaName2
"
></vEditDiv>
</div>
<div
class=
"featureHome-three-text featureHome-three-textTwo absolute"
>
<vEditDiv
:canEdit=
'canEdit8'
v-model=
"
first8
"
></vEditDiv>
<vEditDiv
:canEdit=
'canEdit8'
v-model=
"
FeatureItem.dataObj.AreaName
"
></vEditDiv>
</div>
<div>
<div
class=
"featureHomeBjH2 featureHomeBj5 relative"
:style=
"
{'background':TripColor}">
</div>
...
...
@@ -116,17 +116,12 @@
props
:
[
'TripColor'
,
'index'
,
'Feature
Data
'
,
'Feature
Item
'
,
],
data
()
{
return
{
first3
:
'秋 季 国 庆 森 之 京 都 七 日'
,
first4
:
'枫叶隧道列车之旅,日本米其林星级美食与住宿追寻,秋季赏枫+网红打卡漫游 印象日本全新改版行程日本旅游新体验'
,
first5
:
'在古老的日本樱花街道'
,
first6
:
'遇见最美好的自己'
,
first7
:
'冲绳 大阪城公园湖 伊豆 大阪'
,
first8
:
'大阪 京都 富士山 伊豆 东京 京都'
,
canEdit
:
true
,
canEdit1
:
true
,
canEdit2
:
true
,
...
...
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/index.vue
View file @
2eaaba54
...
...
@@ -4,9 +4,9 @@
<div
class=
"UpgradedVersion-box UpgradedVersion-homebj relative"
:class=
"
{'UpgradedVersion-otherBj':item.name=='食详情'}" v-for="(item,index) in pageList" :key="index+1000">
<!-- logo -->
<Header
:TripColor=
"TripColor"
:FeatureItem=
"
item
"
></Header>
<Header
:TripColor=
"TripColor"
:FeatureItem=
"
FeatureData
"
></Header>
<!-- 首页 -->
<featureHome
v-if=
"item.pageType==1"
:index=
"index"
:Feature
Data
=
"item"
:TripColor=
"TripColor"
<featureHome
v-if=
"item.pageType==1"
:index=
"index"
:Feature
Item
=
"item"
:TripColor=
"TripColor"
@
toAddPages=
"AddPages"
@
toDeletePages=
"DeletePages"
></featureHome>
<!-- 其余页 -->
<div
v-else
>
...
...
@@ -154,7 +154,8 @@
LineName
:
this
.
FeatureData
.
LineName
,
LtName
:
this
.
FeatureData
.
LtName
,
Title
:
this
.
FeatureData
.
Title
,
AreaName
:
"大阪 京都 富士山 伊豆 东京 京都"
,
//地区
AreaName
:
"大阪 京都 富士山 伊豆 都 H"
,
//地区
AreaName2
:
"冲绳 大阪城公园湖 伊豆 H"
,
//地区
IndexName
:
"名称"
,
ImgList
:
[],
IndexDesc
:
"描述信息"
,
...
...
@@ -180,6 +181,7 @@
mounted
()
{
//调用初始化信息提示
var
that
=
this
;
that
.
initFeature
();
that
.
MsgBus
.
$on
(
"comUpTravel"
,
function
()
{
that
.
initFeature
();
});
...
...
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