兼容ios系统的调整
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<common-anchor-link style="width: 100%" baseHeight="200" ref="commonAnchorLink" :allDataList="allDataList"
|
||||
titleKey="title" dataListKey="courseList" :titleStyle="{}" :tabStyle="{background: '#fff'}">
|
||||
<template slot="otherContent" slot-scope="slotProps">
|
||||
<view v-if="goBuyTitle" class="describe_block">
|
||||
<view v-if="$platform=='android'&&goBuyTitle" class="describe_block">
|
||||
<view style=" display: flex; align-items: center;">
|
||||
<uni-icons type="info" size="20" color="#fff"></uni-icons>
|
||||
<text>{{goBuyTitle}}</text>
|
||||
@@ -14,10 +14,9 @@
|
||||
</button>
|
||||
</view>
|
||||
|
||||
<view v-if="curriculumData.image" style="padding-top:80rpx;">
|
||||
<view :style="$platform=='android'?'padding-top:80rpx;':''">
|
||||
<image style="width: 100%" :src="curriculumData.image" mode="widthFix"></image>
|
||||
</view>
|
||||
<view v-else class="headImage" style="height: 400rpx; background-color: #f5f5f5"></view>
|
||||
|
||||
<view class="containerBg1" :style="`${curriculumData.content && curriculumData.content != ''? 'padding:10rpx 0;': ''}`">
|
||||
<view class="course_info_box">
|
||||
|
||||
Reference in New Issue
Block a user