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.

26 lines
807 B
Plaintext

9 months ago
<view style='--color--:{{color}}'>
<view class="container">
<view class="cy-view-back">
<view class="cy-evaluate-back">
<view class="cy-store-title">
您对商家/菜品满意吗?
</view>
<view class="cy-store-evaluate">
为商家/菜品打分
</view>
<view class="cy-store-evaluate-icon">
<block wx:for="{{list}}" wx:key="{{item}}">
<image src="{{item.image}}" data-index="{{index}}" bindtap="cy_tapEvaluate"></image>
</block>
</view>
<view class="cy-evaluate-view">
<textarea bindinput="cy_bindinput" placeholder="写下您对档口和商品的评价吧"></textarea>
</view>
</view>
<view class="cy-submit-view content-center {{isSubmit ? 'cy-select-submit' :''}}" bindtap="cy_submit">提交</view>
</view>
</view>
</view>