You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
652 B
Plaintext

9 months ago
<view style='--color--:{{color}}'>
<view class='cy-content'>
<view class='cy-input-border'>
<textarea class='cy-textarea' placeholder='请填写备注信息' bindinput='cy_userComment' value='{{content}}'></textarea>
<view class='cy-text-length'>{{content.length}}/32</view>
</view>
<view class='cy-meals-type'>
<view class='cy-meals-title'>快捷标签</view>
<view class='cy-select-type'>
<view wx:for="{{typelist}}" wx:key="{{item}}" data-name='{{item}}' class='cy-type-name down-center' bindtap='cy_selectType'>{{item}}</view>
</view>
</view>
</view>
<view class='cy-save' bindtap='cy_finish'>保存</view>
</view>