Commit 181a7a72 authored by youjie's avatar youjie

no message

parent 821bfb6b
......@@ -53,9 +53,14 @@
</view>
</view>
</view>
<view class="courseInfo" style="display: none;">
<view class="courseInfo">
<view class="title">当前学习课程</view>
<view style="display: flex; justify-content: space-between;padding: 0 22rpx;margin-top: 30rpx;">
<view class="box" v-if="pageData.CourseInfo.length>0">
<view class="box-top">
<carousel :img-list="pageData.CourseInfo" url-key="B2BIcon"></carousel>
</view>
</view>
<view v-else style="display: flex; justify-content: space-between;padding: 0 22rpx;margin-top: 30rpx;">
<view style="margin-left: 17px;">
<view style="font-size: 13px;font-family: PingFang SC;font-weight: bold;color: #111111;">暂无课程</view>
<view
......@@ -68,15 +73,6 @@
</image>
</view>
</view>
</view>
<view class="courseInfo" v-if="pageData.CourseInfo.length>0">
<view class="title">当前学习课程</view>
<view class="box">
<view class="box-top">
<carousel :img-list="pageData.CourseInfo" url-key="B2BIcon" @selected='selectedBanner'></carousel>
</view>
</view>
<scroll-view scroll-y="true" style="display: none;">
<template v-for="(item,index) in pageData.CourseInfo">
<template v-if="item.State==1">
......@@ -244,9 +240,6 @@
data.currentErpUser=uni.getStorageSync('erpUserInfo')
const methods = {
VersionUpdate,
selectedBanner(){
},
ImageSee(item){
if(item.WXQRCode){
data.QRcodeImg = item.WXQRCode
......
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