Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
be6e1e9e
Commit
be6e1e9e
authored
Dec 19, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e1ce22db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
index.ts
src/i18n/zh-TW/index.ts
+0
-1
HotelSure.vue
src/pages/scattered/HotelSure.vue
+7
-3
No files found.
src/i18n/zh-TW/index.ts
View file @
be6e1e9e
import
{
HotelType
,
RoomType
}
from
'./../../@types/index'
;
export
default
{
//#region ending v1.0.0
failed
:
'執行失敗'
,
...
...
src/pages/scattered/HotelSure.vue
View file @
be6e1e9e
...
...
@@ -386,7 +386,7 @@
</div>
</li>
<div
v-if=
"UserCanUseCouponList.length==0"
class=
"_no_coupon"
>
<p>
暂无可用优惠券
</p>
<p>
{{$t('v101.scatteredOrder.nokeyongyouhuiquan')}}
</p>
</div>
</ul>
</div>
...
...
@@ -961,6 +961,12 @@
data
.
CouponIds
=
data
.
CouponIds
.
substring
(
0
,
data
.
CouponIds
.
length
-
1
)
data
.
sureMsg
.
CouponAllotIds
=
data
.
CouponIds
;
},
goShenqing
()
{
let
dom
=
document
.
querySelector
(
"#blankLink"
)
dom
.
href
=
`http://
${
window
.
location
.
host
}
/#/PsSystem/
${
1
}
`
dom
.
click
()
},
// 兑换优惠券
GetCode
(){
if
(
data
.
CodeLoading
)
return
...
...
@@ -1043,8 +1049,6 @@
}
.commonSure
.sawtooth
:hover
{
cursor
:
pointer
;
/* box-shadow: 0px 1px 13px 0px rgb(189, 189, 189);
transition: all linear .5s; */
}
.commonSure
.yhqUl
.blue
{
background-color
:
#8794E2
;
...
...
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