meshare.wxml
3.4 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
<view class="commentlist">
<view class="commentlist_item">
<view class="commentlist_name">预产期</view>
<view class="commentlist_right">
<!-- <view class="">
</view> -->
<picker mode="date" value="{{date}}iconfont icon-chahao del" start="{{stardate}}" end="{{endate}}" bindchange="bindDateChange">
<view class="picker commentlsit_date">
{{childbirth_date}}
</view>
</picker>
<view class="row">
<image src="http://bronet.ibaby88.cn/bicon08@2x.png"></image>
</view>
</view>
</view>
<view class="commentlist_item">
<view class="commentlist_name">所属医院</view>
<view class="commentlist_right">
<view class="picker hos" wx:if="{{showhosname}}" bindtap="hidhosname">
{{hosname}}
</view>
<!--<view class="commentlsit_date">通州妇幼保健院</view>-->
<picker bindchange="binddoctorChange" value="{{index}}" range="{{doctorarray}}" class="commentlsit_date" range-key="hospital_name" wx:else>
<view class="picker">
{{doctorarray[index].hospital_name}}
</view>
</picker>
<view class="row">
<image src="http://bronet.ibaby88.cn/bicon08@2x.png"></image>
</view>
</view>
</view>
<view class="commentlist_item">
<view class="commentlist_name">预约建档成功</view>
<view class="commentlist_right">
<!--<view class="commentlsit_date">2018年12月19日</view>-->
<picker mode="date" value="{{date}}" start="2015年09月01日" end="2027年09月01日" bindchange="bindbuildtextChange">
<view class="picker commentlsit_date">
{{buildtext_date}}
</view>
</picker>
<view class="row">
<image src="http://bronet.ibaby88.cn/bicon08@2x.png"></image>
</view>
</view>
</view>
</view>
<view class="doctor_review">
<view class="doctor_review_name">经验分享</view>
<view class="sub_doctor_review ">
<view class="selectpublish" bindtap="selectsny">
<text class="iconfont icon-xuanzekuanghou" wx:if="{{select}}"></text>
<text class="iconfont icon-xuanzekuang " wx:else></text>
</view>
<view class="sub_review">匿名发表</view>
</view>
</view>
<view class="entercomment">
<textarea class="entertext" placeholder="分享您的建档经验,如挂号技巧,办理流程或难点及费用等。记录孕期时光,将好孕传递给更多孕妈~" bindinput="entercomment" value="{{doctorcomment}}" maxlength="{{maxlength}}"/>
</view>
<!--选择图片-->
<view class="choseimg">
<view>
<view class="selectpic" wx:for="{{img}}" wx:key="" >
<image src="{{item}}"></image>
<div class="iconfont icon-chahao del" bindtap="delpic" data-id="{{index}}"></div>
</view>
</view>
<view class="selectpic" bindtap="uploadImage" wx:if="{{img.length<15}}">
<image src="http://bronet.ibaby88.cn/bicon33@2x.png"></image>
</view>
<view class="footbtn">
<button class="lj_sub" bindtap='subform'>提交</button>
</view>
</view>