sensitive.wxml
5.46 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<view class="mb_b5" id="min_gan_du">
<view class="analyse_classify bg_white">
<view class="analyse_classify_header">
<view>
<view style="color: #45d4eb;">#07</view>
<view class="flex-space-between">
<text style="font-size: 42rpx;" class="bold">敏感度</text>
<view class="fs26" catchtap="show_dailog" data-type="7" style="display: flex;align-items: center;">
<text>问题标注</text>
<text class="iconfont icon-xia"></text>
</view>
</view>
</view>
<view class="analyse_classify_header_item mt_b5">
<view class="analyse_classify_header_img">
<image src="{{iurl}}/miniapp/images/skinimg/seban_heitou_maokong_.png"></image>
</view>
<view style="line-height:60rpx;margin-left:20rpx">
<view class="fs28">程度情况</view>
<view class="bold">{{s_filter.get_nai_shou(skin_sensitive_check)}}</view>
</view>
</view>
<view class="analyse_classify_header_item mt_b5">
<view class="analyse_classify_header_img">
<image src="{{iurl}}/miniapp/images/skinimg/mingandu_icon.jpg"></image>
</view>
<view style="line-height:60rpx;margin-left:20rpx">
<view class="fs28">敏感度得分</view>
<view class="bold">待确定</view>
</view>
</view>
<view class="fs28 mt_b10">
<text>明显可见毛孔或内含小于毛孔大小角栓</text>
</view>
</view>
<view class="analyse_classify_body">
<view class="mt_b10">
<view class="fenxi mgb10">原因分析</view>
<view class="flex" style="flex-wrap: wrap">
<view style="margin-right: 20rpx">
<text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text>
<text class="fs26">皮脂腺分泌旺盛</text>
</view>
<view style="margin-right: 20rpx">
<text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text>
<text class="fs26">日光暴晒过度</text>
</view>
<view style="margin-right: 20rpx">
<text class="iconfont icon-checked" style="font-size: 26rpx;margin-right: 10rpx;"></text>
<text class="fs26">护肤不当清洁不足</text>
</view>
</view>
</view>
<view class="mt_b10">
<view class="fenxi mgb10">护理建议</view>
<view class="">
<view class="mgb30">
<text style="font-size: 28rpx;margin-right: 10rpx;"><text class="bold">01</text> 日常防晒</text>
<view class="fs26 c_666">用的公司大股东是公司山豆根山豆根收到二十个的山豆根山豆根使用的公司大股东是公司山豆根山豆根收到二十个的山豆根山豆根大股东是公司山豆根山豆根收到二十个的山豆根山豆根</view>
</view>
<view class="mgb30">
<text style="font-size: 28rpx;margin-right: 10rpx;"><text class="bold">02</text> 补水保湿</text>
<view class="fs26 c_666">用的公司大股东是公司山豆根山豆根收到二十个的山豆根山豆根使用的公司大股东是公司山豆根山豆根收到二十个的山豆根山豆根大股东是公司山豆根山豆根收到二十个的山豆根山豆根</view>
</view>
<view class="mgb30">
<text style="font-size: 28rpx;margin-right: 10rpx;"><text class="bold">03</text> 早晚清洁</text>
<view class="fs26 c_666">用的公司大股东是公司山豆根山豆根收到二十个的山豆根山豆根使用的公司大股东是公司山豆根山豆根收到二十个的山豆根山豆根大股东是公司山豆根山豆根收到二十个的山豆根山豆根</view>
</view>
</view>
</view>
</view>
</view>
<view class="analyse_classify_foot" style="background:#e6f4fa">
<!-- 服务卡 -->
<view wx:if="{{sensitive_fuwu}}">
<view style="margin:5% 0">敏感度问题的疗程</view>
<block wx:for="{{sensitive_fuwu}}">
<include src="../fuwu.wxml" />
</block>
</view>
<!-- 商品 -->
<view wx:if="{{sensitive_goods}}">
<view style="margin:5% 0">适合敏感度问题的护肤品</view>
<view class="product flex">
<block wx:for="{{sensitive_goods}}">
<include src="../goods.wxml" />
</block>
</view>
</view>
<!-- 优惠券 -->
<view wx:if="{{sensitive_quan_list}}">
<view style="margin:5% 0">适合敏感度商品的优惠券</view>
<view class="xc-coupon-frame rel">
<block wx:for="{{sensitive_quan_list}}">
<include src="../coupon.wxml" />
</block>
</view>
</view>
</view>
</view>