Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
21335b63
authored
2024-05-10 10:16:30 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
化妆拍照
1 parent
d9a84b21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
122 deletions
src/viewsPc/booking/makeUpDetail.vue
src/viewsPc/booking/photographyDetail.vue
src/viewsPc/booking/makeUpDetail.vue
View file @
21335b6
...
...
@@ -30,61 +30,6 @@
{{
form
.
rearks
}}
</el-row>
</el-card>
<br>
<!--
<el-row
justify=
'space-between'
>
-->
<!--
<div
class=
"img-header"
style=
"width: 40%"
>
-->
<!--
<div
class=
"card"
>
-->
<!--
<el-image
style=
"width: 100%"
:src=
"fillImgUrl(form.photos)?.split(',')[0]"
fit=
"none"
:preview-src-list=
"form?.photos?.split(',')"
/>
-->
<!--
</div>
-->
<!--
</div>
-->
<!--
<div
class=
"img-header"
style=
"width: 20%"
>
-->
<!--
<el-row
style=
"height: 50%;"
>
-->
<!--
<el-col
:span=
"12"
>
-->
<!--
<div
class=
"card"
>
-->
<!--
<el-image
:src=
"fillImgUrl(form.photos)?.split(',')[0] "
fit=
"cover"
:preview-src-list=
"form?.photos?.split(',')"
/>
-->
<!--
</div>
-->
<!--
</el-col>
-->
<!--
<el-col
:span=
"12"
>
-->
<!--
<div
class=
"card"
>
-->
<!--
<el-image
:src=
"fillImgUrl(form.photos)?.split(',')[0] "
fit=
"cover"
:preview-src-list=
"form?.photos?.split(',')"
/>
-->
<!--
</div>
-->
<!--
</el-col>
-->
<!--
</el-row>
-->
<!--
<div
style=
"height: 50%;"
>
-->
<!--
<div
class=
"card"
>
-->
<!--
<el-image
:src=
"fillImgUrl(form.photos)?.split(',')[0] "
fit=
"cover"
:preview-src-list=
"form?.photos?.split(',')"
/>
-->
<!--
</div>
-->
<!--
</div>
-->
<!--
</div>
-->
<!--
<div
class=
"img-header"
style=
"width: 20%"
>
-->
<!--
<div
class=
"card"
>
-->
<!--
<el-image
:src=
"fillImgUrl(form.photos)?.split(',')[0] "
fit=
"cover"
:preview-src-list=
"form?.photos?.split(',')"
/>
-->
<!--
</div>
-->
<!--
</div>
-->
<!--
<div
class=
"img-header"
style=
"width: 20%"
>
-->
<!--
<el-row
style=
"height: 50%"
>
-->
<!--
<el-col
:lg=
"12"
:md=
"8"
:sm=
"12"
:xs=
"24"
>
-->
<!--
<div
class=
"card"
>
-->
<!--
<el-image
:src=
"fillImgUrl(form.photos)?.split(',')[0] "
fit=
"cover"
:preview-src-list=
"form?.photos?.split(',')"
/>
-->
<!--
</div>
-->
<!--
</el-col>
-->
<!--
<el-col
:span=
"12"
>
-->
<!--
<div
class=
"card"
>
-->
<!--
<el-image
:src=
"fillImgUrl(form.photos)?.split(',')[0] "
fit=
"cover"
:preview-src-list=
"form?.photos?.split(',')"
/>
-->
<!--
</div>
-->
<!--
</el-col>
-->
<!--
</el-row>
-->
<!--
<div
style=
"height: 50%;"
>
-->
<!--
<div
class=
"card"
>
-->
<!--
<el-image
:src=
"fillImgUrl(form.photos)?.split(',')[0] "
fit=
"cover"
:preview-src-list=
"form?.photos?.split(',')"
/>
-->
<!--<!–
<div
class=
"img-hover"
>
–>
-->
<!--<!– 查看相册 (12) >–>-->
<!--<!–
</div>
–>
-->
<!--
</div>
-->
<!--
</div>
-->
<!--
</div>
-->
<!--
</el-row>
-->
<div
class=
"mt30"
>
<el-row
:gutter=
"20"
>
...
...
@@ -116,7 +61,6 @@
import
{
useRouter
}
from
"vue-router"
;
import
{
ref
,
reactive
,
onMounted
}
from
"vue"
;
import
{
useRoute
}
from
"vue-router"
;
import
{
getHotelById
,
getHotelRooms
}
from
"@/apiPc/booking"
import
*
as
booking
from
"@/apiPc/booking"
import
{
useStorage
}
from
"@vueuse/core/index"
;
import
useUserStore
from
"@/store/modules/user"
;
...
...
@@ -132,7 +76,6 @@ const query = ref({
studioId
:
route
.
params
.
id
})
const
loading
=
ref
(
false
)
const
roomList
=
ref
([])
const
map
=
ref
(
null
)
onMounted
(()
=>
{
getData
()
...
...
@@ -147,76 +90,12 @@ function getData() {
form
.
value
.
photos
?.
split
(
','
)?.
forEach
(
v
=>
{
form
.
value
.
photosList
.
push
(
fillImgUrl
(
v
))
})
console
.
log
(
form
.
value
)
// console.log(res)
}).
catch
(
err
=>
{
console
.
log
(
err
)
})
// query.value.hotelId = route.query.id
// getHotelRooms(query.value).then(res => {
// roomList.value = res.rows
// })
}
// function initMap() {
// const TMap = null
// var center = new TMap.LatLng(form.value.latitude, form.value.longitude);//设置中心点坐标'
// var map = new TMap.Map("map", {
// center: center,//设置地图中心点坐标
// zoom: 17, //设置地图缩放级别
// });
// var infoWindowLocation = new TMap.LatLng(form.value.latitude, form.value.longitude);//创建一个坐标
// //创建InfoWindow实例,并进行初始化
// var infowindow = new TMap.InfoWindow({
// content: form.value.address, //信息窗口内容
// position: infoWindowLocation,//显示信息窗口的坐标
// map: map,
// offset: {x: 0, y: -32}
// });
// infowindow.close();
// var marker = new TMap.MultiMarker({
// map: map,
// //样式定义
// styles: {
// "myStyle": new TMap.MarkerStyle({
// "anchor": {x: 16, y: 32}
// })
// },
// //点标记数据数组
// geometries: [{
// "id": "1", //点标记唯一标识,后续如果有删除、修改位置等操作,都需要此id
// // "styleId": 'myStyle', //指定样式id
// "position": new TMap.LatLng(form.value.latitude, form.value.longitude), //点标记坐标位置
// "properties": {//自定义属性
// "title": form.value.name
// }
// }
// ]
// })
// marker.on("click", function (evt) {
// //设置infoWindow
// infowindow.open(); //打开信息窗
// infowindow.setPosition(evt.geometry.position);//设置信息窗位置
// })
// }
// function goOrder(room) {
// if (!user) {
// useUserStore().setReLogin()
// return
// }
// router.push({
// name: 'hotelOrder',
// params: {
// roomId: room.id
// },
// query: {
// room: encodeURIComponent(JSON.stringify(room)),
// hotelName: form.value.name,
// checkInTime: form.value.checkInTime
// }
// })
// }
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
src/viewsPc/booking/photographyDetail.vue
View file @
21335b6
...
...
@@ -30,7 +30,6 @@
{{
form
.
rearks
}}
</el-row>
</el-card>
<br>
<!--
<el-row
justify=
'space-between'
>
-->
<!--
<div
class=
"img-header"
style=
"width: 40%"
>
-->
<!--
<div
class=
"card"
>
-->
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment