查询每个月的所有数据记录
Posted IronMenPHP
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查询每个月的所有数据记录相关的知识,希望对你有一定的参考价值。
1.先功能需求的一个了解
2.wxml 部分 运用到 vantui
<view wx:for="
weightList" wx:for-index="index" wx:for-item="item" wx:key="weightList">
<van-cell title="
index 月" value="总变化
item.cha_num kg" border="
false " />
<view wx:for="
item.list " wx:for-index="index" wx:for-item="iteme" wx:key="item.list ">
<van-cell-group>
<van-cell title="
iteme.create_time" value="
iteme.weight kg" border="
false " />
&l
以上是关于查询每个月的所有数据记录的主要内容,如果未能解决你的问题,请参考以下文章