1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <template>
- <view class="ayuu">
-
- <view class="">
- <navigator class="fzctob sclixmy" url="../user/us-cpfa" hover-class="none">
- <view class="sckjert">
- <!-- 图片预留 -->
- </view>
- <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
- <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
- <view class="cptxtyra"><text>下单时间:2018-01-13 19:0</text></view>
- <view class="flztoa">
- <text class="cpkkry">数量: 1</text>
- <text class="cpkkrya">总价¥200.00</text>
- </view>
- </view>
- </navigator>
-
- <navigator class="fzctob sclixmy" url="../user/us-cpfa" hover-class="none">
- <view class="sckjert">
- <!-- 图片预留 -->
- </view>
- <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
- <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
- <view class="cptxtyra"><text>下单时间:2018-01-13 19:0</text></view>
- <view class="flztoa">
- <text class="cpkkry">数量: 1</text>
- <text class="cpkkrya">总价¥200.00</text>
- </view>
- </view>
- </navigator>
-
-
-
- </view>
-
-
-
-
-
- </view>
- </template>
- <style>
- page {
- background: #FAFAFA;
- }
- </style>
- <script>
- export default {
- data() {
- return {
-
-
- }
- },
- }
- </script>
- <style lang="scss" scoped>
-
- </style>
|