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
8e3bd98d
Commit
8e3bd98d
authored
Mar 07, 2025
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页和布局
parent
9329f282
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
components/rubik/index.vue
+2
-2
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+1
-1
No files found.
components/rubik/index.vue
View file @
8e3bd98d
<
template
>
<
template
>
<view
<view
class=
"ad-box"
class=
"ad-box"
:style=
"
{ height: ad.height == 'auto' ? 'auto' : ad.height + '
rpx',padding
:marginStyle,backgroundColor:ad.background }"
:style=
"
{ height: ad.height == 'auto' ? 'auto' : ad.height + '
px',margin
:marginStyle,backgroundColor:ad.background }"
>
>
<view
<view
class=
"ad-chi"
class=
"ad-chi"
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
:style=
"[item.formatStyle]"
:style=
"[item.formatStyle]"
@
click=
"clickHandler(item.link[0].new_link_url)"
@
click=
"clickHandler(item.link[0].new_link_url)"
>
>
<img
:src=
"item.pic_url"
style=
"margin-bottom:-4px"
mode=
"widthFix"
/>
<img
:src=
"item.pic_url"
mode=
"widthFix"
/>
</view>
</view>
<view
class=
"hots"
v-for=
"(x, i) in hotspots"
:key=
"i"
:style=
"[x.formatStyle]"
@
click=
"clickHots(x.link)"
>
</view>
<view
class=
"hots"
v-for=
"(x, i) in hotspots"
:key=
"i"
:style=
"[x.formatStyle]"
@
click=
"clickHots(x.link)"
>
</view>
</view>
</view>
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
8e3bd98d
...
@@ -1026,7 +1026,7 @@
...
@@ -1026,7 +1026,7 @@
money
+=
(
this
.
orderMsg
.
ManNum
+
this
.
orderMsg
.
ChirdNum
)
*
this
.
currentPriceInfo
.
visaPrice
money
+=
(
this
.
orderMsg
.
ManNum
+
this
.
orderMsg
.
ChirdNum
)
*
this
.
currentPriceInfo
.
visaPrice
}
}
this
.
price
=
money
;
this
.
price
=
Number
(
money
.
toFixed
(
2
))
;
//根据总人数 生成旅客信息
//根据总人数 生成旅客信息
for
(
var
i
=
0
;
i
<
this
.
total
;
i
++
)
{
for
(
var
i
=
0
;
i
<
this
.
total
;
i
++
)
{
...
...
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