meshare.wxml 3.4 KB
<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>