Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
037c12f8
Commit
037c12f8
authored
Jun 01, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完工页滚动
parent
25bb9b43
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
84 deletions
+84
-84
complete.vue
src/pages/order/complete.vue
+84
-84
No files found.
src/pages/order/complete.vue
View file @
037c12f8
...
...
@@ -11,7 +11,7 @@
<!--
<view
style=
"background-color: #FF9900;height: 40rpx;width: 100%;"
>
aaaa
</view>
-->
<u-tabs
class=
"order-tabs"
ref=
"tabs"
:current=
"
tabIndex"
name=
"panelName"
:list=
"tabList"
@
change=
"tabsChange"
:is-scroll=
"false
"
bg-color=
"#2272FF"
inactive-color=
"#a6c6ff"
active-color=
"#fff"
height=
"80"
font-size=
"32"
></u-tabs>
<u-tabs
class=
"order-tabs"
ref=
"tabs"
:current=
"
current"
name=
"panelName"
:list=
"tabList"
@
change=
"swichMenu
"
bg-color=
"#2272FF"
inactive-color=
"#a6c6ff"
active-color=
"#fff"
height=
"80"
font-size=
"32"
></u-tabs>
</u-sticky>
<view
class=
"u-menu-wrap"
>
<!--
<scroll-view
scroll-y
scroll-with-animation
class=
"u-tab-view menu-scroll-view"
:scroll-top=
"scrollTop"
v-if=
"list[tabIndex].items.length > 1 && showTab"
>
...
...
@@ -20,7 +20,7 @@
<text
class=
"u-line-1"
>
{{
item
.
name
}}
</text>
</view>
</scroll-view>
-->
<!--
<scroll-view
:scroll-top=
"scrollRightTop"
scroll-y
scroll-with-animation
class=
"right-box"
@
scroll=
"rightScroll"
:scroll-into-view=
"itemId"
>
--
>
<scroll-view
:scroll-top=
"scrollRightTop"
scroll-y
scroll-with-animation
class=
"right-box"
@
scroll=
"rightScroll"
:scroll-into-view=
"itemId"
>
<u-form
:model=
"form"
ref=
"uForm"
>
<template
v-for=
"(groupItem, groupIndex) in (list.length>0?list[tabIndex].items:[])"
>
<view
class=
"class-item"
:key=
"groupIndex"
>
...
...
@@ -99,8 +99,8 @@
</view>
</template>
</u-form>
<!-- </scroll-view> --
>
</view>
</scroll-view
>
</view>
</view>
<view
:class=
"['btn-wrap', 'flex-xc', {'btn-bottom': tabIndex > 0}]"
>
<u-button
class=
"btn-submit"
@
click=
"saveComplete"
...
...
@@ -897,11 +897,11 @@
}
.u-menu-wrap
{
//
flex: 1;
//
height: 100%;
//
display: flex;
//
overflow: hidden;
//
border-radius: 12rpx 12rpx 0 0;
flex
:
1
;
height
:
100%
;
display
:
flex
;
overflow
:
hidden
;
border-radius
:
12rpx
12rpx
0
0
;
}
.detail-view
{
...
...
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