Commit 6ec9400cdbb20e858d3e532cbad71cbd5a97d65a
1 parent
f5c4b92a
scroll-view
Showing
1 changed file
with
2 additions
and
2 deletions
packageD/pages/AI-test-skin/history_record/history_record.wxml
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | </view> | 11 | </view> |
12 | </view> | 12 | </view> |
13 | <view class="mgb5">历史报告</view> | 13 | <view class="mgb5">历史报告</view> |
14 | - <view class="history_list"> | 14 | + <scroll-view enable-flex scroll-y class="history_list" bindscrolltolower="bindscrolltolower"> |
15 | <view class="history_list_month" wx:for="{{history}}"> | 15 | <view class="history_list_month" wx:for="{{history}}"> |
16 | <view style="color:#333;font-size:26rpx;margin-top: 30rpx">{{item.history_time}}</view> | 16 | <view style="color:#333;font-size:26rpx;margin-top: 30rpx">{{item.history_time}}</view> |
17 | <view class="souce" wx:for="{{item.time_arr}}" wx:for-item="subitem" bindtap="go_result" data-id="{{subitem.id}}" wx:for-index="subindex" wx:key="subindex"> | 17 | <view class="souce" wx:for="{{item.time_arr}}" wx:for-item="subitem" bindtap="go_result" data-id="{{subitem.id}}" wx:for-index="subindex" wx:key="subindex"> |
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | <view style="color: #9b9b9b;" >去查看<text style="font-size: 24rpx;" class="iconfont icon-arrow_right"></text></view> | 19 | <view style="color: #9b9b9b;" >去查看<text style="font-size: 24rpx;" class="iconfont icon-arrow_right"></text></view> |
20 | </view> | 20 | </view> |
21 | </view> | 21 | </view> |
22 | - </view> | 22 | + </scroll-view> |
23 | <view class="no-more txt-center" wx:if="{{history.length > 0 && no_more}}">- 没有更多了 -</view> | 23 | <view class="no-more txt-center" wx:if="{{history.length > 0 && no_more}}">- 没有更多了 -</view> |
24 | <nodata class="t-c" wx:if="{{history.length==0 && is_get}}"></nodata> | 24 | <nodata class="t-c" wx:if="{{history.length==0 && is_get}}"></nodata> |
25 | </view> | 25 | </view> |
26 | \ No newline at end of file | 26 | \ No newline at end of file |