Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
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
zhengke
jz_Travel
Commits
8f8775f0
Commit
8f8775f0
authored
Jun 03, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8364803b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
detail.vue
pages/restaurant/detail.vue
+1
-1
njzz-calendar.vue
.../ticketCoupons/components/njzz-calendar/njzz-calendar.vue
+6
-0
subscribeTicket.vue
pages/ticketCoupons/components/subscribeTicket.vue
+1
-1
detail.vue
pages/ticketCoupons/detail.vue
+1
-2
No files found.
pages/restaurant/detail.vue
View file @
8f8775f0
...
...
@@ -14,7 +14,7 @@
<view
@
click=
"goback"
>
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
</view>
<view
style=
"flex: 1;margin-left: 30rpx; text-align: left;"
>
{{
details
.
Name
}}
</view>
<view
style=
"flex: 1;margin-left: 30rpx; text-align: left;
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
"
>
{{
details
.
Name
}}
</view>
</view>
<view
class=
"restaurant-content"
>
<view
class=
"restaurant-base"
>
...
...
pages/ticketCoupons/components/njzz-calendar/njzz-calendar.vue
View file @
8f8775f0
...
...
@@ -70,6 +70,12 @@
space
:
0
//周几占位个数 例如 周二占位2个
}
},
watch
:{
defaultSelect
(
val
){
console
.
log
(
75
,
val
)
this
.
getDefaultData
(
val
)
}
},
mounted
()
{
this
.
today
=
new
Date
();
this
.
nowMonth
=
{
...
...
pages/ticketCoupons/components/subscribeTicket.vue
View file @
8f8775f0
...
...
@@ -141,7 +141,7 @@
this
.
datePrice
=
datePrice
let
list
=
this
.
datePrice
.
filter
(
item
=>
item
.
date
==
this
.
dateStr
);
this
.
price
=
list
[
0
].
price
console
.
log
(
144
,
list
,
this
.
datePrice
,
this
.
dateStr
)
console
.
log
(
144
,
list
)
}
);
},
...
...
pages/ticketCoupons/detail.vue
View file @
8f8775f0
...
...
@@ -13,7 +13,7 @@
<view
@
click=
"goback"
>
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
</view>
<view
style=
"flex: 1;margin-left: 30rpx; text-align: left;'background-color':'#000'"
>
{{
details
.
Name
}}
<view
style=
"flex: 1;margin-left: 30rpx; text-align: left;'background-color':'#000'
;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
"
>
{{
details
.
Name
}}
</view>
</view>
<view
style=
"position: relative;z-index: 2;"
>
...
...
@@ -246,7 +246,6 @@
this
.
ID
=
options
.
id
this
.
getDetail
()
}
this
.
imgBaseUrl
=
"http://192.168.20.214:8130"
uni
.
getSystemInfo
({
success
(
res
)
{
that
.
titleStyle
=
{
...
...
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