Commit ecd36884 authored by 张杰's avatar 张杰

bug fix

parent 96d5442e
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<!-- <image class='top_logo' src='/src/img/parent_logo.png'></image> --> <!-- <image class='top_logo' src='/src/img/parent_logo.png'></image> -->
<view class='home-header-roll-call' bindtap='changePwdTap'> <view class='home-header-roll-call' bindtap='changePwdTap'>
<image class='roll-call-image' src='{{rightIcon}}'></image> <image class='roll-call-image' src='{{rightIcon}}'></image>
<view class='roll-call-title' r>修改密码</view> <view class='roll-call-title'> </view>
</view> </view>
</view> </view>
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
<view class='kg-separater'></view> <view class='kg-separater'></view>
<scroll-view style='height:calc(100vh - 200rpx)' scroll-y='true' bindscrolltolower='scrollToLower' bindscrolltoupper='scrollToUpper'> <scroll-view style='height:calc(100vh - 200rpx)' scroll-y='true' bindscrolltolower='scrollToLower' bindscrolltoupper='scrollToUpper'>
<view class='kg-text-light-gray more-text' hidden='{{hideTopMore}}'>下拉加载中…</view>
<!-- <view class='kg-text-light-gray more-text' hidden='{{hideTopMore}}'>下拉加载中…</view> -->
<view wx:for="{{records}}" wx:key="item"> <view wx:for="{{records}}" wx:key="item">
<view class='timeline-cell'> <view class='timeline-cell'>
<view class='timeline-line-container'> <view class='timeline-line-container'>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<template is='imgTextView' data="{{img:'eat',text:item.eatCount ? item.eatCount : 0}}"> </template> <template is='imgTextView' data="{{img:'eat',text:item.eatCount ? item.eatCount : 0}}"> </template>
<template is='imgTextView' data="{{img:'sleep',text:item.sleepTotal ? item.sleepTotal : 0 }}"> </template> <template is='imgTextView' data="{{img:'sleep',text:item.sleepTotal ? item.sleepTotal : 0 }}"> </template>
<template is='imgTextView' data="{{img:'wc',text:item.wcCount ? item.wcCount : 0 }}"> </template> <template is='imgTextView' data="{{img:'wc',text:item.wcCount ? item.wcCount : 0 }}"> </template>
<template is='imgTextView' data="{{img:'zhaopian',text:item.arrIds.length}}"></template> <template is='imgTextView' data="{{img:'today',text:item.arrIds.length}}"></template>
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
\ No newline at end of file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<template is='imgTextView' data="{{img:'eat',text:(item.eatCount ? item.eatCount : '0')}}"> </template> <template is='imgTextView' data="{{img:'eat',text:(item.eatCount ? item.eatCount : '0')}}"> </template>
<template is='imgTextView' data="{{img:'sleep',text:(item.sleepTotal ? item.sleepTotal : '0')}}"> </template> <template is='imgTextView' data="{{img:'sleep',text:(item.sleepTotal ? item.sleepTotal : '0')}}"> </template>
<template is='imgTextView' data="{{img:'wc',text:(item.wcCount ? item.wcCount : '0')}}"> </template> <template is='imgTextView' data="{{img:'wc',text:(item.wcCount ? item.wcCount : '0')}}"> </template>
<template is='imgTextView' data="{{img:'zhaopian',text:item.arrIds.length}}"></template> <template is='imgTextView' data="{{img:'today',text:item.arrIds.length}}"></template>
</view> </view>
</view> </view>
</view> </view>
......
src/img/eat.png

866 Bytes | W: | H:

src/img/eat.png

2.23 KB | W: | H:

src/img/eat.png
src/img/eat.png
src/img/eat.png
src/img/eat.png
  • 2-up
  • Swipe
  • Onion skin
src/img/signin.png

547 Bytes | W: | H:

src/img/signin.png

1.63 KB | W: | H:

src/img/signin.png
src/img/signin.png
src/img/signin.png
src/img/signin.png
  • 2-up
  • Swipe
  • Onion skin
src/img/sleep.png

365 Bytes | W: | H:

src/img/sleep.png

2.34 KB | W: | H:

src/img/sleep.png
src/img/sleep.png
src/img/sleep.png
src/img/sleep.png
  • 2-up
  • Swipe
  • Onion skin
src/img/today.png

615 Bytes | W: | H:

src/img/today.png

1.81 KB | W: | H:

src/img/today.png
src/img/today.png
src/img/today.png
src/img/today.png
  • 2-up
  • Swipe
  • Onion skin
src/img/wc.png

641 Bytes | W: | H:

src/img/wc.png

1.91 KB | W: | H:

src/img/wc.png
src/img/wc.png
src/img/wc.png
src/img/wc.png
  • 2-up
  • Swipe
  • Onion skin
src/img/xiugaimima.png

689 Bytes | W: | H:

src/img/xiugaimima.png

1.96 KB | W: | H:

src/img/xiugaimima.png
src/img/xiugaimima.png
src/img/xiugaimima.png
src/img/xiugaimima.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment