us-wdcp.vue 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <template>
  2. <view class="ayuu">
  3. <view class="">
  4. <navigator class="fzctob sclixmy" url="../user/us-cpfa" hover-class="none">
  5. <view class="sckjert">
  6. <!-- 图片预留 -->
  7. </view>
  8. <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
  9. <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
  10. <view class="cptxtyra"><text>下单时间:2018-01-13 19:0</text></view>
  11. <view class="flztoa">
  12. <text class="cpkkry">数量: 1</text>
  13. <text class="cpkkrya">总价¥200.00</text>
  14. </view>
  15. </view>
  16. </navigator>
  17. <navigator class="fzctob sclixmy" url="../user/us-cpfa" hover-class="none">
  18. <view class="sckjert">
  19. <!-- 图片预留 -->
  20. </view>
  21. <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
  22. <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
  23. <view class="cptxtyra"><text>下单时间:2018-01-13 19:0</text></view>
  24. <view class="flztoa">
  25. <text class="cpkkry">数量: 1</text>
  26. <text class="cpkkrya">总价¥200.00</text>
  27. </view>
  28. </view>
  29. </navigator>
  30. </view>
  31. </view>
  32. </template>
  33. <style>
  34. page {
  35. background: #FAFAFA;
  36. }
  37. </style>
  38. <script>
  39. export default {
  40. data() {
  41. return {
  42. }
  43. },
  44. }
  45. </script>
  46. <style lang="scss" scoped>
  47. </style>