|
@@ -4,7 +4,8 @@
|
|
|
<view class="select-content-activity">
|
|
|
<view class="top-title" v-if="!type">
|
|
|
<view :class="['content-title', !contentDetail.IsJump && 'jump-title']" @click="jumpHandler">
|
|
|
- <text>{{ contentDetail.Label }}</text>
|
|
|
+ <text class="jump-label">{{ contentDetail.Label }}</text>
|
|
|
+ <text v-if="contentDetail.IsJump" class="jump-text"> 查看资源包>></text>
|
|
|
<image v-if="contentDetail.IndustryNewLabel" class="new_icon" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/new_report.png" mode=""></image>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -243,7 +244,6 @@ export default {
|
|
|
if (this.page_no === 1) {
|
|
|
this.collectList = res.Data.List || [];
|
|
|
this.haveData = this.collectList.length ? true : false;
|
|
|
- console.log(this.haveData, "-----------------------");
|
|
|
if (this.refresh) {
|
|
|
uni.stopPullDownRefresh();
|
|
|
this.refresh = false;
|
|
@@ -393,7 +393,7 @@ export default {
|
|
|
}
|
|
|
@import "../components/selectCss.scss";
|
|
|
@import "@/components/activity/indexActivity.scss";
|
|
|
-
|
|
|
+
|
|
|
.title-date {
|
|
|
position: relative;
|
|
|
.audio-back {
|