scheme.wxml 1.9 KB

12345678910111213141516171819202122232425262728293031323334
  1. <view wx:if="{{priceflag}}" bindtap="closetap" class="pricelayerbox">
  2. <view catchtap="dothis" class="calcpricebox">
  3. <view class="relative">
  4. <image class="pricetbg" src="{{imgUrl}}xcx/aindex/freepricecover.png"></image>
  5. <image bindtap="closetap" class="p_close" src="{{imgUrl}}xcx/aaa/p_close.png"></image>
  6. </view>
  7. <view class="houseareabox phonebox relative">
  8. <image src="/img/xq_icon.png"></image>
  9. <input placeholder="请输入小区名称" value="{{phone}}" bindinput="setcommunitytap" placeholder-style="color:#999;font-size:28rpx;"/>
  10. </view>
  11. <view class="houseareabox relative">
  12. <image src="/img/p_house.png"></image>
  13. <input placeholder="请输入房屋面积" value="{{area}}" bindinput="setareatap" maxlength="5" placeholder-style="color:#999;font-size:28rpx;" type="number"/>
  14. <text>m²</text>
  15. </view>
  16. <view class="housemsgbox ">
  17. <picker class="homebox" range-key="name" bindchange="bindPickerChange" value="{{hidx}}" range="{{homearr}}">
  18. <view class="picker">{{homearr[hidx].name}}</view>
  19. <image src="/img/blackrangle.png"></image>
  20. </picker>
  21. <picker class="homebox" range-key="name" bindchange="bindliveChange" value="{{lidx}}" range="{{liveroom}}">
  22. <view class="picker">{{liveroom[lidx].name}}</view>
  23. <image src="/img/blackrangle.png"></image>
  24. </picker>
  25. <picker class="homebox" range-key="name" bindchange="bindtolietChange" value="{{tidx}}" range="{{tolitarr}}">
  26. <view class="picker">{{tolitarr[tidx].name}}</view>
  27. <image src="/img/blackrangle.png"></image>
  28. </picker>
  29. </view>
  30. <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap" class="calcpricebtn fontfpr ">立即计算</button>
  31. </view>
  32. </view>