-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Component({ | ||
|
||
data: { | ||
version: 'v1.3.0', | ||
version: 'v1.3.1', | ||
}, | ||
|
||
properties: { | ||
pull: Boolean, | ||
}, | ||
|
||
methods: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<view class="footer"> | ||
定投小记 {{ version }} | ||
<view wx:if="{{ pull }}">本页支持下拉刷新哦 :)</view> | ||
<view>定投小记 {{ version }}</view> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,4 @@ | |
|
||
<van-button custom-class="fund-btn" size="large" bindtap="switchAdd">新增</van-button> | ||
|
||
<footer /> | ||
<footer pull /> |