提交
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<template>
|
||||
<view>
|
||||
<view style="background-color: #f4f7ff;">
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
<z-nav-bar :title="pageTitle ? pageTitle : '课程详情'"></z-nav-bar>
|
||||
<view class="containerBg1">
|
||||
<!-- <view class="vipSee"> -->
|
||||
<view :class="[userInfo.vip == 0 ? 'vipBox' : '']" style="padding:0 10px;">
|
||||
<view :class="[userInfo.vip != 0 ? 'vipBox' : '']" style="padding:0 10px;">
|
||||
|
||||
<view class="courseTitle flexbox" v-if="course.id">
|
||||
<view class="vipSee" v-if="userInfo.vip == 0">
|
||||
<view class="vipSee" v-if="userInfo.vip != 0">
|
||||
<text>VIP畅学权益生效中</text>
|
||||
</view>
|
||||
<view class="curseImg flexbox imgcontainer" style="align-items: center;">
|
||||
|
||||
Reference in New Issue
Block a user