Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bcdd8130
authored
2019-11-06 11:32:39 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
2cc70f79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/user-center/user-center.wxml
src/pages/user-center/user-center.wxml
View file @
bcdd813
...
...
@@ -51,7 +51,8 @@
<view wx:if="{{index != 0}}" class="line"></view>
<view class="day">
<view class="circle">{{index+1}}</view>
<view wx:if="{{index != signInfo.length-1}}" class="num">+10</view>
<!-- <view wx:if="{{index != signInfo.length-1}}" class="num"></view> -->
<image wx:if="{{index != signInfo.length-1}}" class="icon" mode="aspectFit" src="../../image/icon/icon-integral.png" />
<image wx:else class="icon" mode="aspectFit" src="../../image/icon/icon-red-package.png" />
</view>
</view>
...
...
Please
register
or
sign in
to post a comment