mp-cell footer无法动态设置
https://developers.weixin.qq.com/miniprogram/dev/extended/weui/cell.html
如下写,footer就不显示了

<mp-cells>
<mp-cell title="用户名" footer="{{user.username}}">
</mp-cell>
</mp-cells>
https://developers.weixin.qq.com/miniprogram/dev/extended/weui/cell.html
如下写,footer就不显示了

<mp-cells>
<mp-cell title="用户名" footer="{{user.username}}">
</mp-cell>
</mp-cells>