Commit 3207bd2503c32a30b4fdef43e9f49ece4aa45910
1 parent
f5fbb62a92
Exists in
master
and in
2 other branches
no message
Showing 3 changed files with 4 additions and 4 deletions
littleApp_child/pages/Setting/Setting.js
View file @
3207bd2
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | // { icon: '../../source/jianchajilu.png', text: '交易记录', right_text: '', margin: 0 }, |
16 | 16 | // { icon: '../../source/jianchajilu.png', text: '我的收藏', right_text: '', margin: 10 }, |
17 | 17 | { icon: '../../source/feedback_icon.png', text: '用户反馈', right_text: '', margin: 0 }, |
18 | - { icon: '../../source/clear_cach.png', text: '清楚缓存', right_text: '', margin:10} ], | |
18 | + { icon: '../../source/clear_cach.png', text: '清除缓存', right_text: '', margin:10} ], | |
19 | 19 | isShowOne: false, |
20 | 20 | isShowTwo: false, |
21 | 21 | isShowThree: false, |
littleApp_child/pages/Setting/Setting.wxml
View file @
3207bd2
... | ... | @@ -21,11 +21,11 @@ |
21 | 21 | <view class="titleText">出生日期</view> |
22 | 22 | <view class="timeText">{{userData.birth}}</view> |
23 | 23 | </view> |
24 | - <view class="infoView"> | |
24 | + <view class="infoView" hidden='true'> | |
25 | 25 | <view class="titleText">出生时间</view> |
26 | 26 | <view class="timeText">{{userData.birth}}</view> |
27 | 27 | </view> |
28 | - <view class="infoView"> | |
28 | + <view class="infoView" hidden='true'> | |
29 | 29 | <view class="titleText">分娩方式</view> |
30 | 30 | <view class="timeText">{{userData.birth}}</view> |
31 | 31 | </view> |