更新项目,ios打包
This commit is contained in:
@@ -4,17 +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 class="describe_block">
|
||||
<view style=" display: flex; align-items: center;">
|
||||
<uni-icons type="info" size="20" color="#fff"></uni-icons>
|
||||
<text>购买VIP,即可畅享更多专属权益</text>
|
||||
</view>
|
||||
<button class="saveBtn flexbox buyBtn" @click="toLogin()">
|
||||
立即购买
|
||||
</button>
|
||||
</view>
|
||||
|
||||
<view v-if="curriculumData.image" style="padding-top:80rpx;">
|
||||
<view v-if="curriculumData.image">
|
||||
<image style="width: 100%" :src="curriculumData.image" mode="widthFix"></image>
|
||||
</view>
|
||||
<view v-else class="headImage" style="height: 400rpx; background-color: #f5f5f5"></view>
|
||||
|
||||
Reference in New Issue
Block a user