修改
This commit is contained in:
parent
30734242cb
commit
4d9eb34a18
@ -20,6 +20,9 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if='list.length == 0' class="" style="padding-top: 100rpx;">
|
||||
<u-empty text="暂无" mode="list" icon-size='240' font-size='32'></u-empty>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
@ -45,8 +48,7 @@
|
||||
this.pageNum = 1
|
||||
const nursePersonId = uni.getStorageSync('nursePersonId');
|
||||
if (nursePersonId) {
|
||||
// that.nursePersonId = nursePersonId
|
||||
that.nursePersonId = 61
|
||||
that.nursePersonId = nursePersonId
|
||||
that.info();
|
||||
} else {}
|
||||
},
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<view class="Introduce">
|
||||
{{item.itemDirectoryIntroduce}}
|
||||
</view>
|
||||
<view class="play" v-if="!list.trainingOrderId" @tap='videoplay(item)'>
|
||||
<view class="play" v-if="!list.trainingOrderNo" @tap='videoplay(item)'>
|
||||
开始播放
|
||||
</view>
|
||||
<view class="" v-else>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user