index.wxml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <view class="container">
  2. <view class="grid col-2">
  3. <view>
  4. <view class="margin-xs padding radius shadow-warp common-list-row" bindtap="toRouter" data-url="/pages/orderGoods/buy">
  5. <view style="width:100%;">
  6. <view class="padding-bottom-sm common-name">下单订货</view>
  7. <view class="common-name-ex">点击选购商品</view>
  8. </view>
  9. <view class="common-img">
  10. <image src="../../static/images/my/ico_vendingmachine@3x.png"></image>
  11. </view>
  12. </view>
  13. </view>
  14. <view>
  15. <view class="margin-xs padding radius shadow-warp common-list-row" bindtap="toRouter" data-url="/pages/orderGoods/order">
  16. <view style="width:100%;">
  17. <view class="padding-bottom-sm common-name">订货订单</view>
  18. <view class="common-name-ex">订单详情/物流</view>
  19. </view>
  20. <view class="common-img">
  21. <image src="../../static/images/my/ico_hotel@3x.png"></image>
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. </view>