dcpromotion.wxml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!--index.wxml-->
  2. <image src= "{{imgpath}}" class = "imghead" mode="widthFix"></image>
  3. <view class = "info">
  4. <view class = "phone">
  5. <view class= "iconflex">
  6. <image class = "nameicon" src='https://yuesuo.yueguanjia.com/MiniProgram/images/ofphone.png'></image>
  7. </view>
  8. <view class = "infoflex">
  9. <input type="number" value = "{{phone}}" bindinput="phoneInput" 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/ofdate.png'></image>
  18. </view>
  19. <view class = "infoflex">
  20. <picker mode="date" value="{{date}}" start="{{startdate}}" bindchange="bindDateChange" class = "dateinput">
  21. <view class="picker">
  22. {{date}}
  23. </view>
  24. </picker>
  25. </view>
  26. <view class = "otherflex">
  27. </view>
  28. </view>
  29. <view class = "line"></view>
  30. <view class = "phone">
  31. <view class= "iconflex">
  32. <image class = "nameicon" src='https://yuesuo.yueguanjia.com/MiniProgram/images/ofpromotion.png'></image>
  33. </view>
  34. <view class = "infoflex">
  35. <picker bindchange="bindPickerChange" value="{{promotionShow}}" range="{{objectArray}}" range-key="branche_name" class = "dateinput">
  36. <view class="picker">
  37. {{objectArray[promotionShow].branche_code?objectArray[promotionShow].branche_name:"请选择参城市"}}
  38. </view>
  39. </picker>
  40. </view>
  41. </view>
  42. </view>
  43. <view class="pay">
  44. <view class="create" bindtap="confirm">提交信息</view>
  45. </view>