Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
ad8c9be7
Commit
ad8c9be7
authored
Aug 29, 2018
by
usgeek
Browse files
个人中心进入订单页选中样式调整
parent
45c4dba9
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/ucenter/order/order.js
View file @
ad8c9be7
...
...
@@ -7,7 +7,17 @@ Page({
showType
:
0
},
onLoad
:
function
(
options
)
{
// 页面初始化 options为页面跳转所带来的参数
// 页面初始化 options为页面跳转所带来的参数
let
that
=
this
try
{
var
tab
=
wx
.
getStorageSync
(
'
tab
'
);
this
.
setData
({
sh
});
}
catch
(
e
)
{
}
},
onPullDownRefresh
()
{
...
...
litemall-wx/pages/ucenter/order/order.wxss
View file @
ad8c9be7
...
...
@@ -9,7 +9,7 @@ page{
width: 100%;
background: #fff;
height: 84rpx;
border-bottom: 1px solid rgba(0,0,0,.15);
/*
border-bottom: 1px solid rgba(0,0,0,.15);
*/
}
.orders-switch .item{
...
...
@@ -25,14 +25,14 @@ page{
height: 82rpx;
padding: 0 20rpx;
line-height: 82rpx;
color: #
333
;
color: #
9a9ba1
;
font-size: 30rpx;
width: 170rpx;
}
.orders-switch .item.active .txt{
color: #
ab2b2b
;
border-bottom: 4rpx solid #
ab2b2b
;
color: #
AB956D
;
border-bottom: 4rpx solid #
AB956D
;
}
...
...
Write
Preview
Supports
Markdown
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