testsurprised.wxml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!--index.wxml-->
  2. <image src= "{{imgpath}}" class = "imghead" mode="widthFix"></image>
  3. <view class = "info">
  4. <view class = "name">
  5. <view class= "iconflex">
  6. <image class = "nameicon" src='https://yuesuo.yueguanjia.com/MiniProgram/images/ofname.png'></image>
  7. </view>
  8. <view class = "infoflex">
  9. <input value = "{{name}}" bindinput="nameInput" maxlength = "13" placeholder="请输入您的姓名" placeholder-class="phcolor" class = "nameinput"/>
  10. </view>
  11. <view class = "otherflex">
  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/ofphone.png'></image>
  18. </view>
  19. <view class = "infoflex">
  20. <input type="number" value = "{{phone}}" bindinput="phoneInput" maxlength = "13" placeholder="请输入您的手机号" placeholder-class="phcolor" class = "nameinput"/>
  21. </view>
  22. <view class = "otherflex">
  23. </view>
  24. </view>
  25. <view class = "line"></view>
  26. <view class = "phone">
  27. <view class= "iconflex">
  28. <image class = "nameicon" src='https://yuesuo.yueguanjia.com/MiniProgram/images/ofdate.png'></image>
  29. </view>
  30. <view class = "infoflex">
  31. <picker mode="date" value="{{date}}" start="{{startdate}}" bindchange="bindDateChange" class = "{{datecss}}">
  32. <view class="picker">
  33. {{date}}
  34. </view>
  35. </picker>
  36. </view>
  37. <view class = "otherflex">
  38. </view>
  39. </view>
  40. <view class = "line"></view>
  41. <view class = "phone">
  42. <view class= "iconflex">
  43. <image class = "nameicon" src='https://yuesuo.yueguanjia.com/MiniProgram/images/ofpromotion.png'></image>
  44. </view>
  45. <view class = "infoflex">
  46. <picker bindchange="bindPickerChange" value="{{promotionShow}}" range="{{objectArray}}" range-key="branche_name" class = "dateinput2">
  47. <view class="picker">
  48. {{objectArray[promotionShow].branche_name?objectArray[promotionShow].branche_name:"请选择参加的城市"}}
  49. </view>
  50. </picker>
  51. </view>
  52. </view>
  53. </view>
  54. <view class = "tips">
  55. <text class = "tipsTxt">
  56. 温馨提示:
  57. 1、此次活动仅限计划生产地址在苏州、北京、上海的孕妈参加;
  58. 2、预约成功的宝妈需到店领取礼品,领取截止时间为2019年5月18日17:00;
  59. 3、免费月嫂的抽奖时间为2019年5月18日10:00—17:00,最高可获得悦所免费月嫂服务,中奖孕妈可自己使用或赠与他人。
  60. 4、欢迎分享此次活动至您身边孕妈朋友,给她小惊喜,结伴来领礼吧。
  61. 5、此活动的解释权归悦管家所有。
  62. </text>
  63. </view>
  64. <view class="pay">
  65. <view class="create" bindtap="confirm">提交信息</view>
  66. </view>
  67. <view class = "gx" wx:if="{{gxShow}}" bindtap="hrefIndex">
  68. <view class = "boxclose">
  69. <image src="https://yuesuo.yueguanjia.com/MiniProgram/images/close.png" class = "imgclose"></image>
  70. </view>
  71. <view class = "boxgx">
  72. <image src="https://yuesuo.yueguanjia.com/MiniProgram/images/gx.png" class = "imggx"></image>
  73. </view>
  74. </view>