|
@@ -39,12 +39,12 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
- <view style="padding: 20rpx;position: relative;top: 730rpx;" v-show="current==0">
|
|
|
+ <view style="padding: 20rpx 20rpx 100rpx;position: relative;top: 730rpx;" v-show="current==0">
|
|
|
<view class="content">
|
|
|
<view v-html="detail.mobileDetailHtml" style="width: 100%;overflow: hidden;"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="padding: 20rpx;padding-bottom: 100rpx;position: relative;top: 730rpx;" v-show="current==1">
|
|
|
+ <view style="padding: 20rpx 20rpx 100rpx;padding-bottom: 100rpx;position: relative;top: 730rpx;" v-show="current==1">
|
|
|
<view >
|
|
|
<view v-for="(item,index) in courseList" :key="index" >
|
|
|
<view class="courseItemBox" >
|