Commit 8fcf4250 authored by Mac's avatar Mac

1

parent 5718d6d9
<template>
<view class="orderStudy" :style="{ height: contentHeight }">
<u-empty v-if="g.length == 0" text="暂无相关学习卡" mode="list"></u-empty>
<u-empty v-if="g.length == 0" text="暂无相关报名记录" mode="list"></u-empty>
<view
v-if="g.length > 0"
......@@ -19,7 +19,7 @@
@scrolltolower="lower"
:style="{ height: '100%' }"
>
<view class="details">
<view class="details" >
<view class="item" v-for="(x, i) in g" :key="i" @click="gocourse(x)">
<view class="ticket">
<image mode="aspectFill" :src="x.CarouselImage" style="width: 100%; height: 100%;border-top-left-radius: 5px;border-bottom-left-radius: 5px;" ></image>
......
......@@ -88,6 +88,7 @@
</view>
</view>
<u-loadmore
v-if="g.length>0"
:status="status"
:load-text="loadText"
:font-size="24"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment