chatForm.wxml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <view class="top-pop-box">
  2. <view class="top-pop">
  3. <view class="content">
  4. <image class='img' mode='aspectFill' src='http://img.alicdn.com/bao/uploaded/i4/TB2HcB9v7omBKNjSZFqXXXtqVXa_!!0-fleamarket.jpg'></image>
  5. <view class='info'>
  6. <view class='name'>84青轴红轴键盘</view>
  7. <view class='order'>
  8. <view class='price'>¥ 249</view>
  9. <view class='btn'>立即购买</view>
  10. </view>
  11. <view class='msg'>交易前聊一聊</view>
  12. </view>
  13. </view>
  14. </view>
  15. </view>
  16. <view class='news'>
  17. <scroll-view scroll-y="true" scroll-top="5000" wx:key='' class='scroll'>
  18. <view class="historycon">
  19. <!-- 一条记录 -->
  20. <view class='history'>
  21. <view>
  22. <text class='time'>2018-12-12 11:21</text>
  23. </view>
  24. <view class='my_right'>
  25. <view class='page_row'>
  26. <text class='new_txt'> item.conten</text>
  27. <view class='sanjiao my'></view>
  28. <image class='new_img' mode='aspectFill' src='https://avatars2.githubusercontent.com/u/29662114?s=460&v=4'></image>
  29. </view>
  30. </view>
  31. </view>
  32. <!-- 一条记录结束 -->
  33. <view class='history'>
  34. <view>
  35. <text class='time'>2018-12-12 11:21</text>
  36. </view>
  37. <view class='you_left'>
  38. <view class='page_row'>
  39. <image class='new_img' mode='aspectFill' src='https://avatars2.githubusercontent.com/u/29662114?s=460&v=4'></image>
  40. <view class='sanjiao you'></view>
  41. <text class='new_txt'> 您正在与 tabdata.nickname 进行沟通您正在与 tabdata.nickname 进行沟通您正在与 tabdata.nickname 进行沟通您正在与 tabdata.nickname 进行沟通您正在与 tabdata.nickname 进行沟通您正在与 tabdata.nickname 进行沟通您正在与 tabdata.nickname 进行沟通</text>
  42. </view>
  43. </view>
  44. </view>
  45. </view>
  46. </scroll-view>
  47. </view>
  48. <view class="input-pop-box">
  49. <view class="input-pop">
  50. <view class="input">
  51. <view class="content">
  52. <input class='' focus='{{openComment}}' placeholder="" maxlength='800' confirm-type="done" bindconfirm='done' value='{{}}' />
  53. </view>
  54. <view class='send'>发送</view>
  55. </view>
  56. </view>
  57. </view>