Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
U
uni-app-base
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
tangfh
uni-app-base
Commits
e0fce7f3
Commit
e0fce7f3
authored
Nov 10, 2023
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
74c1d691
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
26 deletions
+6
-26
base-list.vue
pages/template/base-list.vue
+3
-13
base-page.vue
pages/template/base-page.vue
+3
-13
No files found.
pages/template/base-list.vue
View file @
e0fce7f3
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
:content-text=
"loadMoreViewContentText"
/>
:content-text=
"loadMoreViewContentText"
/>
</scroll-view>
</scroll-view>
<view
class=
"com-view-bottom"
:style=
"
{paddingBottom: bottomBtnPaddingBottom}">
<view
class=
"com-view-bottom"
:style=
"
{paddingBottom: bottomBtnPaddingBottom}">
<text
class=
"text-bottom-btn"
@
click=
"onBottomBtnClick"
>
{{
detail
.
btnText
}}
</text>
<text
class=
"text-bottom-btn"
@
click=
"onBottomBtnClick"
>
{{
btnText
}}
</text>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -34,17 +34,7 @@
...
@@ -34,17 +34,7 @@
data
()
{
data
()
{
return
{
return
{
option
:
{
option
:
{
navBar
:
{
navBar
:
JSON
.
parse
(
JSON
.
stringify
(
constant
.
navBar
)),
title
:
'店铺信息认证'
,
center
:
{
right
:
{
icon
:
""
},
right2
:
{
icon
:
""
}
}
}
},
},
navBarHeight
:
0
,
navBarHeight
:
0
,
scrollViewHeight
:
1000
,
scrollViewHeight
:
1000
,
...
@@ -63,8 +53,8 @@
...
@@ -63,8 +53,8 @@
firstRequest
:
true
,
firstRequest
:
true
,
bottomBtnPaddingBottom
:
""
,
bottomBtnPaddingBottom
:
""
,
detail
:
{
detail
:
{
btnText
:
"下一步"
,
},
},
btnText
:
"下一步"
,
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
...
...
pages/template/base-page.vue
View file @
e0fce7f3
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
:content-text=
"loadMoreViewContentText"
/>
:content-text=
"loadMoreViewContentText"
/>
</scroll-view>
</scroll-view>
<view
class=
"com-view-bottom"
:style=
"
{paddingBottom: bottomBtnPaddingBottom}">
<view
class=
"com-view-bottom"
:style=
"
{paddingBottom: bottomBtnPaddingBottom}">
<text
class=
"text-bottom-btn"
@
click=
"onBottomBtnClick"
>
{{
detail
.
btnText
}}
</text>
<text
class=
"text-bottom-btn"
@
click=
"onBottomBtnClick"
>
{{
btnText
}}
</text>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -32,17 +32,7 @@
...
@@ -32,17 +32,7 @@
data
()
{
data
()
{
return
{
return
{
option
:
{
option
:
{
navBar
:
{
navBar
:
JSON
.
parse
(
JSON
.
stringify
(
constant
.
navBar
)),
title
:
'标题'
,
center
:
{
right
:
{
icon
:
""
},
right2
:
{
icon
:
""
}
}
}
},
},
navBarHeight
:
0
,
navBarHeight
:
0
,
scrollViewHeight
:
1000
,
scrollViewHeight
:
1000
,
...
@@ -61,8 +51,8 @@
...
@@ -61,8 +51,8 @@
firstRequest
:
true
,
firstRequest
:
true
,
bottomBtnPaddingBottom
:
""
,
bottomBtnPaddingBottom
:
""
,
detail
:
{
detail
:
{
btnText
:
"下一步"
,
},
},
btnText
:
"下一步"
,
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
...
...
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