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
398f1830
Commit
398f1830
authored
Apr 07, 2018
by
Junling Bu
Browse files
update[litemall-wx}: 修改购物车未登录时登录按钮样式。
parent
e9f2d737
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/cart/cart.wxml
View file @
398f1830
...
...
@@ -3,7 +3,7 @@
<view class="c">
<image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
<text>还没有登录</text>
<button type="primary" bindtap="goLogin">去登录</button>
<button type="primary"
plain="true"
bindtap="goLogin">去登录</button>
</view>
</view>
<view class='login' wx:else>
...
...
litemall-wx/pages/cart/cart.wxss
View file @
398f1830
...
...
@@ -63,6 +63,11 @@ page{
color: #999;
}
.no-login button{
width: 60%;
margin: 0 auto;
}
.no-cart{
width: 100%;
height: auto;
...
...
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