beauty_deta.wxml
1.79 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
<view class="container">
<view class="backcolor"></view>
<view class="comments">
<!-- 个人信息 -->
<view class="Personal">
<view class="name fs36 ellipsis-1">兰陵王</view>
<image class="head" src="{{iurl}}/miniapp/images/yyservice/Cosm_appo.png"></image>
<view class="introduce fs26">
<block wx:if="{{true}}">
在职业培训、职业技能鉴定与企业用人要求之间建立一-个有效实用的联系,经研究决定,以《职业技能鉴定国家题库操作技能考试手册》的方式,向全社会公布国家题库扬权技能张甲成试题库的全部内容。
</block>
<block wx:else>
暂无介绍
</block>
</view>
</view>
<view>
<view class="fs36" style="margin-bottom:35rpx;">服务预约</view>
<scroll-view class="scroll-h fs26 " scroll-x>
<view class="rel" wx:for="111111" style="display: inline-block;">
<view class="scroll-item-h bd {{index==0?'chbd':''}}">
<view>今天</view>
<view>09月10日</view>
</view>
<block wx:if="{{index==0}}">
<view class="abs box"></view>
</block>
</view>
</scroll-view>
<!-- 选择时间 -->
<view class="Times">
<view class="flex-center" wx:for="111110000000" style="display:inline-block;">
<view class="Time flex-center {{index==0?'chTime':'nochTime'}}">
<view>
<view class="fs26">09:00</view>
<block wx:if="{{flase}}">
<view class="fs24">约满</view>
</block>
</view>
</view>
</view>
</view>
<view class="choice flex-center fs32">
<view>确定选择</view>
</view>
</view>
</view>
</view>