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
958df149
Commit
958df149
authored
May 18, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
928579b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
GnHotelInfo.vue
src/components/Hotel/GnHotelInfo.vue
+12
-1
comHotelImg.vue
src/components/commonPage/comHotelImg.vue
+5
-0
No files found.
src/components/Hotel/GnHotelInfo.vue
View file @
958df149
...
@@ -174,6 +174,9 @@
...
@@ -174,6 +174,9 @@
<el-dialog
:title=
"$t('hotel.hotel_mapLocation')"
center
:visible
.
sync=
"isShowMap"
>
<el-dialog
:title=
"$t('hotel.hotel_mapLocation')"
center
:visible
.
sync=
"isShowMap"
>
<tencentMap
@
map-submit=
"mapEvent"
:address=
"addMsg.Address"
></tencentMap>
<tencentMap
@
map-submit=
"mapEvent"
:address=
"addMsg.Address"
></tencentMap>
</el-dialog>
</el-dialog>
<el-dialog
title=
"酒店图片"
:visible
.
sync=
"isShowImg"
>
<comHotelImg
:saveObj=
"HotelImgArr"
></comHotelImg>
</el-dialog>
<div
class=
"btn-list"
>
<div
class=
"btn-list"
>
<span
class=
"common-lefttit"
></span>
<span
class=
"common-lefttit"
></span>
<button
class=
"save-Btn"
@
click=
"submitForm('addMsg')"
>
{{$t('pub.saveBtn')}}
</button>
<button
class=
"save-Btn"
@
click=
"submitForm('addMsg')"
>
{{$t('pub.saveBtn')}}
</button>
...
@@ -187,6 +190,7 @@
...
@@ -187,6 +190,7 @@
<
script
>
<
script
>
import
DMCchooseImg
from
"../commonPage/DMCchooseImg.vue"
;
import
DMCchooseImg
from
"../commonPage/DMCchooseImg.vue"
;
import
tencentMap
from
"../commonPage/tencentMap.vue"
;
import
tencentMap
from
"../commonPage/tencentMap.vue"
;
import
comHotelImg
from
"../commonPage/comHotelImg.vue"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -300,6 +304,11 @@
...
@@ -300,6 +304,11 @@
Tags
:
''
,
//标签
Tags
:
''
,
//标签
TrafficInfo
:
[],
//交通数据
TrafficInfo
:
[],
//交通数据
},
},
HotelImgArr
:[{
Id
:
0
,
label
:
''
,
imgArr
:[]
}],
TagsList
:
[],
TagsList
:
[],
DiscountList
:
{
DiscountList
:
{
ID
:
0
,
ID
:
0
,
...
@@ -335,11 +344,13 @@
...
@@ -335,11 +344,13 @@
inputVisible
:
false
,
inputVisible
:
false
,
inputValue
:
''
,
inputValue
:
''
,
serviceCked
:
[],
serviceCked
:
[],
isShowImg
:
false
,
};
};
},
},
components
:
{
components
:
{
tencentMap
:
tencentMap
,
tencentMap
:
tencentMap
,
DMCchooseImg
:
DMCchooseImg
DMCchooseImg
:
DMCchooseImg
,
comHotelImg
:
comHotelImg
},
},
methods
:
{
methods
:
{
//新增交通
//新增交通
...
...
src/components/commonPage/comHotelImg.vue
0 → 100644
View file @
958df149
<
template
>
<div>
</div>
</
template
>
\ No newline at end of file
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