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.

25 regels
763 B

  1. <!--Pages/HGBot/Whisper/get/get.wxml-->
  2. <!--TODO: css样式 与 navToNext函数-->
  3. <view>
  4. <view class="ask">
  5. <view>哦呀,有秘密要告诉我吗?</view>
  6. </view>
  7. <view class="whisper">
  8. <textarea placeholder="点击输入悄悄话" maxlength="-1" auto-focus="true">
  9. </textarea>
  10. </view>
  11. <view class="OK">
  12. <view bindtap="navToNext">好了</view>
  13. </view>
  14. <view class="list">
  15. <text>之前的悄悄话都收在这里哦</text>
  16. <button bindtap="onNext" style="color: #7B8B6F;" size="mini">>>></button>
  17. </view>
  18. <view>
  19. <image class="hg" src="../../../../asset/img/hangou1.png" mode="heightFix"></image>
  20. </view>
  21. <view class="ret" bindtap="ret">◀</view>
  22. </view>