You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
1.0 KiB
16 lines
1.0 KiB
<cover-view class="evaluation-callback" wx:if="{{visible}}">
|
|
<cover-view class="content">
|
|
<cover-view class="callback-content">
|
|
<cover-image class="bg-image" src="../../../../images/by_manyidupingjia@2x.png" />
|
|
<cover-view class="white-space">
|
|
<cover-view class="title">满意度评价</cover-view>
|
|
<cover-image class="satisify-image" src="{{satisifyType == 'notSatisify' ? notSatisify : satisifyType == 'normalSatisify' ? normalSatisify : verySatisify}}"></cover-image>
|
|
<cover-view class="satisify-type">{{satisifyType == 'notSatisify' ? '不满意' : satisifyType == 'normalSatisify' ? '基本满意' : '非常满意'}}</cover-view>
|
|
<cover-view class="divider"></cover-view>
|
|
<cover-view class="tip top">我们已经收到您的评价与建议</cover-view>
|
|
<cover-view class="tip">感谢您的反馈!</cover-view>
|
|
</cover-view>
|
|
<button bindtap="backDiscussion" hover-class="hover-button">返回党群议事</button>
|
|
</cover-view>
|
|
</cover-view>
|
|
</cover-view>
|