1 |
- <view style="padding:0 32rpx;margin-bottom:35rpx;"><view class="comment">满意度星级评价(完成此项送30圈币)</view><view class="comment">您对酒店的整体满意度</view><view class="comment"><van-rate vue-id="32126c8b-1" value="{{satisfaction}}" void-icon="star" void-color="#eee" color="#ee0a24" data-event-opts="{{[['^change',[['getsatisfaction']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-rate></view><view class="comment">您是否会再次入住或向他人介绍本酒店</view><view class="comment"><van-rate vue-id="32126c8b-2" value="{{recommend}}" void-icon="star" void-color="#eee" color="#ee0a24" data-event-opts="{{[['^change',[['getrecommend']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-rate></view><view class="comment">您对酒店的设施是否满意</view><view class="comment"><van-rate vue-id="32126c8b-3" value="{{facilities}}" void-icon="star" void-color="#eee" color="#ee0a24" data-event-opts="{{[['^change',[['getfacilities']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-rate></view><view class="comment">您对员工的待客礼仪否满意</view><view class="comment"><van-rate vue-id="32126c8b-4" value="{{ceremony}}" void-icon="star" void-color="#eee" color="#ee0a24" data-event-opts="{{[['^change',[['getceremony']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-rate></view><view class="comment">您对我们提供的网上购物的总体评价</view><view class="comment"><van-rate vue-id="32126c8b-5" value="{{shopping}}" void-icon="star" void-color="#eee" color="#ee0a24" data-event-opts="{{[['^change',[['getshopping']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-rate></view><view class="comment">文字建议与评价(完成此项送20圈币)</view><view class="comment" style="padding:20rpx 40rpx;">对我们的酒店设施与服务,您还有什么建议吗?对我们的服务人员您有什么批评或表扬吗?请告诉我们...</view><text-area vue-id="32126c8b-6" maxnumber="{{maxnumber}}" tips="{{tips}}" data-event-opts="{{[['^submitValue',[['submitValue']]]]}}" bind:submitValue="__e" bind:__l="__l"></text-area><view style="padding:15rpx 32rpx;"><view>添加图片(最多3张)</view><upload-image bind:getImg="__e" vue-id="32126c8b-7" data-event-opts="{{[['^getImg',[['getImg']]]]}}" bind:__l="__l"></upload-image></view><view data-event-opts="{{[['tap',[['submitRemin',['$event']]]]]}}" class="submitRemin" bindtap="__e">提交</view></view>
|