<!--pages/home/sign/index.wxml--> <import src='/template/operate_btn/index.wxml'></import> <view></view> <view class='kg-text-title kg-flex-row' style="margin-left:40rpx;height:100rpx;">向日葵小班</view> <view class='kg-separater'></view> <scroll-view style='height:calc(100vh - 120rpx - 140rpx)' scroll-y='true'> <view style='margin:20rpx'> <view wx:for="{{records}}"> <view class='kg-quantity-cell'>
<template is='quantity_cell' data="{{title:item.name,type:'check',unit:'毫升', cellIndex:index, checked:selectTags[index]}}"></template>
</view> </view> </view> </scroll-view> <template is="operate_btn" data="{{title:'确认'}}"></template>