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
79e0d49a
authored
2019-10-25 00:41:55 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
fbda758c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/user-center/user-center.wxml
src/pages/user-center/user-center.wxml
View file @
79e0d49
...
...
@@ -60,7 +60,7 @@
</view>
<!-- 签到按钮 -->
<view wx:if="{{userInfo.isSign == 1}}" class="sign-btn sign-btn-disable">已签到</view>
<view wx:else class="sign-btn" bindtap="onSignHandler">签到 (第{{signNum}}天)</view>
<view wx:else class="sign-btn" bindtap="onSignHandler">签到 (第{{signNum
+1
}}天)</view>
</view>
<!-- 功能区 -->
<view class="border func">
...
...
Please
register
or
sign in
to post a comment