index.wxml 685 Bytes
Newer Older
张杰's avatar
张杰 committed
1 2 3 4 5 6 7 8 9 10 11 12
<!--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'>
13
        <template is='quantity_cell' data="{{title:item.name,type:'check',unit:'毫升', cellIndex:index, checked:selectTags[index]}}"></template>
张杰's avatar
张杰 committed
14 15 16 17 18 19
      </view>
    </view>
  </view>
</scroll-view>

<template is="operate_btn" data="{{title:'确认'}}"></template>