user.wxml 2.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <!--pages/user/user.wxml-->
  2. <van-cell-group inset>
  3. <view class="pages-user">
  4. <view class="pages-user-profile" bindtap="changeBtn">
  5. <view class="pages-user-profile-1"></view>
  6. </view>
  7. <view class="pages-user-username">
  8. <view class="pages-user-username-1">deter</view>
  9. <view class="pages-user-username-2">wxID:a3426d3e8</view>
  10. <view class="pages-user-username-4">
  11. <van-icon name="/assets/tabBar_img/修改.png"></van-icon>
  12. <view class="pages-user-username-4-text">编辑个性签名,展示我的独特态度。</view>
  13. </view>
  14. <van-cell value="编辑个人信息" is-link class="pages-user-username-3" value-class="font-size:12px;"></van-cell>
  15. </view>
  16. </view>
  17. <view class="pages-user-order">
  18. <van-icon name="/assets/tabBar_img/订单.png" class="pages-user-order-1"></van-icon>
  19. <view class="pages-user-order-2">我的订单</view>
  20. </view>
  21. <van-cell-group class="pages-user-comdity">
  22. <van-cell title="已售商品" value="查看更多" is-link class="pages-user-comdity-1"></van-cell>
  23. <van-image width="100px" height="110px" fit="cover" src="https://img.js.design/assets/smartFill/img386164da74ff50.jpeg" class="pages-user-comdity-2"></van-image>
  24. <van-image width="100px" height="110px" fit="cover" src="https://img.js.design/assets/smartFill/img430164da758808.jpeg" class="pages-user-comdity-2"></van-image>
  25. <van-image width="100px" height="110px" fit="cover" src="https://img.js.design/assets/smartFill/img355164da74c4b8.jpg" class="pages-user-comdity-2"></van-image>
  26. </van-cell-group>
  27. <van-cell-group class="pages-user-comdity">
  28. <van-cell title="待售商品" value="查看更多" is-link class="pages-user-comdity-1"></van-cell>
  29. <van-image width="100px" height="110px" fit="cover" src="https://img.js.design/assets/smartFill/img425164da758808.jpg" class="pages-user-comdity-2"></van-image>
  30. <van-image width="100px" height="110px" fit="cover" src="https://img.js.design/assets/smartFill/img434164da758808.jpeg" class="pages-user-comdity-2"></van-image>
  31. <van-image width="100px" height="110px" fit="cover" src="https://img.js.design/assets/smartFill/img383164da74ff50.jpg" class="pages-user-comdity-2"></van-image>
  32. </van-cell-group>
  33. </van-cell-group>