- <view class='flexRow aCenter item' bindtap='navigate_auth_native' data-url='details/index?id={{item.id}}'>
- <view class='flexCenter icon'>
- <text>{{title}}</text>
- <image wx:if="{{img}}" src='/images/{{img}}.png' mode='widthFix'></image>
- </view>
- <view class='flexCol desc'>
- <text class='title'>{{item.serviceName}}</text>
- <text>预约人: {{item.applicantName}}</text>
- <text>预约号: {{item.reservationNumber}}</text>
- <text>预约窗口: {{item.deptName}}</text>
- <text>预约时间: {{item.reservationDate}} {{item.reservationInterval=='AM'?'上午':'下午'}}</text>
- </view>
- </view>
|