东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.5KB

  1. <!--index.wxml-->
  2. <view class="all">
  3. <view class="main">
  4. <!-- <view class="contentFrame">
  5. <video class="videoSty" ad-unit-id="" poster-for-crawler="" src="http://static.jiyou-tech.com/2018/327/video/video1212.mp4"></video>
  6. <view class="swiperFrame">
  7. <swiper class="swiperSty" current="{{swiperCurrent}}" bindchange="swiperChange">
  8. <swiper-item><image src="{{imgUrl+'/images/indexBottom.png'}}" style="width:100%;" mode="aspectFill"></image></swiper-item>
  9. <swiper-item><image src="{{imgUrl+'/images/indexBottom.png'}}" style="width:100%;" mode="aspectFill"></image></swiper-item>
  10. <swiper-item><image src="{{imgUrl+'/images/indexBottom.png'}}" style="width:100%;" mode="aspectFill"></image></swiper-item>
  11. <swiper-item><image src="{{imgUrl+'/images/indexBottom.png'}}" style="width:100%;" mode="aspectFill"></image></swiper-item>
  12. </swiper>
  13. <image class="leftArrow" bindtap="prevImg" src="{{imgUrl+'/images/leftArrow.png'}}"></image>
  14. <image class="rightArrow" bindtap="nextImg" src="{{imgUrl+'/images/rightArrow.png'}}"></image>
  15. </view>
  16. <image class="indexBottom" src="{{imgUrl+'/images/indexBottom.png'}}"></image>
  17. </view> -->
  18. <image src="{{imgUrl+'/images/indexBg.jpg'}}" class='imgBg'></image>
  19. <view class="msgFrame">
  20. <view class="inputGroup">
  21. <input class="inputSty" placeholder="姓名"></input>
  22. <input class="inputSty" type="number" maxlength='11' placeholder="电话"></input>
  23. <view class="getPhoneFrame" wx:if="{{!phoneInputShow}}">
  24. <button class="getPhoneBtn" open-type="getPhoneNumber" bindgetphonenumber="getUserPhone"></button>
  25. </view>
  26. </view>
  27. <view wx:if="{{siteSelect}}">
  28. <picker mode='selector' range="{{provinceArr}}" value="{{provinceValue}}" bindchange="provinceChane">
  29. <view class="selectGroup">
  30. <text class="selectName">{{provinceArr[provinceValue]}}</text>
  31. <image src="{{imgUrl+'/images/selectIcon.png'}}" class="selectIcon"></image>
  32. </view>
  33. </picker>
  34. <picker mode='selector' range="{{storeArr}}" value="{{storeValue}}" bindchange="storeChane">
  35. <view class="selectGroup">
  36. <text class="selectName">{{storeArr[storeValue]}}</text>
  37. <image src="{{imgUrl+'/images/selectIcon.png'}}" class="selectIcon"></image>
  38. </view>
  39. </picker>
  40. </view>
  41. <view class="subscribeBtn">预约鉴赏</view>
  42. </view>
  43. </view>
  44. <service></service>
  45. </view>