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
98eac386
Commit
98eac386
authored
Apr 20, 2021
by
Facius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.banshouhui.com/lijundan/self-support
parents
1d47f797
d8dc5dd7
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
524 additions
and
5 deletions
+524
-5
pages.json
src/pages.json
+3
-3
index.vue
src/pages/order/index.vue
+513
-0
u-subsection.vue
src/uview-ui/components/u-subsection/u-subsection.vue
+8
-2
No files found.
src/pages.json
View file @
98eac386
...
...
@@ -167,7 +167,7 @@
"enablePullDownRefresh"
:
false
}
}
],
],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"uni-app"
,
...
...
@@ -255,8 +255,8 @@
"query"
:
""
//启动参数,在页面的onLoad函数里面得到
},
{
"name"
:
"
缴纳保证金
"
,
//模式名称
"path"
:
"pages/
settle/pay-ensure
"
,
//启动页面,必选
"name"
:
"
订单列表
"
,
//模式名称
"path"
:
"pages/
order/index
"
,
//启动页面,必选
"query"
:
""
//启动参数,在页面的onLoad函数里面得到
},
{
...
...
src/pages/order/index.vue
View file @
98eac386
This diff is collapsed.
Click to expand it.
src/uview-ui/components/u-subsection/u-subsection.vue
View file @
98eac386
...
...
@@ -24,6 +24,7 @@
* @property {Boolean} bold 激活选项的字体是否加粗(默认true)
* @property {String} bg-color 组件背景颜色,mode为button时有效(默认#eeeeef)
* @property {String} button-color 按钮背景颜色,mode为button时有效(默认#ffffff)
* @property {String Number} border-radius 圆角值,单位rpx(默认5)
* @event {Function} change 分段器选项发生改变时触发
* @example <u-subsection active-color="#ff9900"></u-subsection>
*/
...
...
@@ -91,7 +92,12 @@
vibrateShort
:
{
type
:
Boolean
,
default
:
false
}
},
// 圆角值
borderRadius
:
{
type
:
[
Number
,
String
],
default
:
5
},
},
data
()
{
return
{
...
...
@@ -105,7 +111,7 @@
},
currentIndex
:
this
.
current
,
buttonPadding
:
3
,
// mode = button 时,组件的内边距
borderRadius
:
5
,
// 圆角值
//
borderRadius: 5, // 圆角值
firstTimeVibrateShort
:
true
// 组件初始化时,会触发current变化,此时不应震动
};
},
...
...
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