consultant.wxml 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <!--index.wxml-->
  2. <image src= "{{consultanturl}}" class = "imghead"></image>
  3. <view class = "halfran"></view>
  4. <view class = "info">
  5. <view class = "line"></view>
  6. <view class = "name">
  7. <view class= "iconflex">
  8. <image class = "nameicon" src='https://yuesuo.yueguanjia.com/MiniProgram/images/ofphone.png'></image>
  9. </view>
  10. <view class = "infoflex">
  11. <input type="number" value = "{{phone}}" bindinput="phoneInput" maxlength = "13" placeholder="请输入您的手机号" placeholder-class="phcolor" class = "nameinput"/>
  12. </view>
  13. </view>
  14. <view class = "line"></view>
  15. <view class = "phone">
  16. <view class= "iconflex">
  17. <image class = "nameicon" src='https://yuesuo.yueguanjia.com/MiniProgram/images/ofdate.png'></image>
  18. </view>
  19. <view class = "infoflex">
  20. <picker mode="date" value="{{date}}" start="{{startdate}}" bindchange="bindDateChange" class = "{{datecss}}">
  21. <view class="picker">
  22. {{date}}
  23. </view>
  24. </picker>
  25. </view>
  26. </view>
  27. </view>
  28. <view class="pay">
  29. <view class="create" bindtap="confirm">提交信息</view>
  30. </view>