tment_eval.wxml
1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<view class="container">
<!-- 头像 -->
<view class="flex-center head">
<image class="headimg" src="{{iurl}}/miniapp/images/yyservice/Cosm_appo.png"></image>
</view>
<!-- 姓名 -->
<view class="flex-level item">
<view class="itemlf fs32">美容师:</view>
<view class="itemlr fs30 ellipsis-1">钱巧玲</view>
</view>
<!-- 项目 -->
<view class="flex-center item">
<view class="itemlf fs32">服务项目:</view>
<view class="itemlr fs30 ellipsis-1">头部按摩</view>
</view>
<!-- 时间 -->
<view class="flex-center">
<view class="itemlf fs32">服务时间:</view>
<view class="itemlr fs30">2019-09-06</view>
</view>
<!-- 设置虚线 -->
<view class="flex-center">
<view class="starss">
<image class="stars" src="{{iurl}}/miniapp/images/StarsredCk.png" wx:for="11111"></image>
</view>
</view>
<view class="tea_labs">
<view class="flex-center fs26">
<textarea placeholder="写其他意见和建议" placeholder-class="fs24"></textarea>
</view>
<view class="labels flex fs26">
<view class="label checklabel">
<view>衣着整洁</view>
</view>
<view class="label">
<view>穿着专业</view>
</view>
<view class="label">
<view>准时到达</view>
</view>
<view class="label clonri">
<view>服务态度好</view>
</view>
</view>
</view>
<view class="feedback flex-center fs28">
<view>满意的话请打五星噢,谢谢您的支持!</view>
</view>
<navigator class="fs32 flex-center">
<view class="Submission flex-center">
<view>确认提交</view>
</view>
</navigator>
<block wx:if="{{false}}">
<view class="subSuccess">
<view class="flex-center">
<image class="Success" src="{{iurl}}/miniapp/images/yyservice/Success.png"></image>
</view>
<view class="fs36 flex-center">
<view>评论成功</view>
</view>
</view>
</block>
</view>