Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
1. 继续优化单词查询说明
2. 撤销“我的单词”入口
  • Loading branch information
airingursb committed Feb 8, 2017
1 parent 04c3d0f commit bf3f534
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@

### v1.0.2

1. 优化单词查询说明
1. 优化单词查询说明

### v1.0.3

1. 继续优化单词查询说明
2. 撤销“我的单词”入口
2 changes: 1 addition & 1 deletion pages/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Page({
help: function () {
wx.showModal({
title: '提示',
content: '目前为测试版,只支持单词查询,输入后点击回车键即可查询。未来会加入丰富的内容内容,敬请期待!',
content: '输入单词后点击回车键即可查询',
showCancel: false,
success: function (res) {
if (res.confirm) {
Expand Down
4 changes: 2 additions & 2 deletions pages/settings/settings.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<text class="userinfo-nickname">{{userInfo.nickName}}</text>
</view>
<view class="list-container">
<view class="list-item" bindtap="showMyWord">
<!--<view class="list-item" bindtap="showMyWord">
<text class="list-name">我的单词</text>
<image class="list-icon" src="/images/chevron.png"></image>
</view>
</view>-->
<view class="list-item" bindtap="showClause">
<text class="list-name">使用条款</text>
<image class="list-icon" src="/images/chevron.png"></image>
Expand Down

0 comments on commit bf3f534

Please sign in to comment.