index.wxml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <view class="container">
  2. <!-- 挂牌信息 -->
  3. <view class="listing-info">
  4. <view class="listing-info-item">
  5. <text>挂牌信息</text>
  6. </view>
  7. <view class="listing-info-item">
  8. <text>分类:</text>
  9. <text>成批裸钻</text>
  10. </view>
  11. <view class="listing-info-item">
  12. <text>委托单信息:</text>
  13. <text>3201657258206970002</text>
  14. </view>
  15. <view class="listing-info-item">
  16. <text>卖方:</text>
  17. <text>机构1000</text>
  18. </view>
  19. <view class="listing-info-item">
  20. <text>商品编号:</text>
  21. <text>CPLZ00000001</text>
  22. </view>
  23. <view class="listing-info-item">
  24. <text>资金帐号:</text>
  25. <text>25000000001</text>
  26. </view>
  27. <view class="listing-info-item">
  28. <text>委托价格:</text>
  29. <text>¥8,123.00</text>
  30. </view>
  31. <view class="listing-info-item">
  32. <text>委托时间:</text>
  33. <text>2000-07-15 11:20:20</text>
  34. </view>
  35. <view class="listing-info-item">
  36. <text>委托重量:</text>
  37. <text>223.23CT</text>
  38. </view>
  39. <view class="listing-info-item">
  40. <text>有效日期:</text>
  41. <text>2022-08-15</text>
  42. </view>
  43. <view class="listing-info-item">
  44. <text>成交重量:</text>
  45. <text>100.00CT</text>
  46. </view>
  47. </view>
  48. <!-- 询价信息 -->
  49. <view class="button-view">
  50. <van-button id="close" block round color="#7232dd" bind:click="buttonOnClick">关闭</van-button>
  51. </view>
  52. </view>