|
|
@@ -4,7 +4,7 @@
|
|
|
<search-bar :disabled="true"></search-bar>
|
|
|
</view>
|
|
|
<view class="padding-tb bg-white">
|
|
|
- <u-swiper height="350" mode="none" :list="imgList" :effect3d="true" bg-color="#fff" interval="5000"></u-swiper>
|
|
|
+ <u-swiper height="350" mode="none" :list="imgList" :effect3d="true" bg-color="#fff" interval="5000" @click="navByIcon('/pages/activity/activityDetail')"></u-swiper>
|
|
|
</view>
|
|
|
<view class="flex justify-around text-center padding-tb bg-white">
|
|
|
<block v-for="(item,index) in icons" :key="index">
|
|
|
@@ -15,36 +15,36 @@
|
|
|
</block>
|
|
|
</view>
|
|
|
<view class="margin-top-sm bg-white flex justify-around align-end" style="height: 350upx;">
|
|
|
- <view class="second text-center">
|
|
|
+ <view class="second text-center" @click="navWithParm">
|
|
|
<view class="margin-top-sm">
|
|
|
<u-avatar src="/static/avatar.png" size="120"></u-avatar>
|
|
|
</view>
|
|
|
<view class="text-bold text-lg text-black">1230545</view>
|
|
|
- <view class="flex justify-center" @click="navWithParm">
|
|
|
+ <view class="flex justify-center">
|
|
|
<view class="hot-btn margin-top-xs">
|
|
|
<text class="cuIcon-hotfill padding-right-xs"></text>
|
|
|
<text>打榜</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="first text-center">
|
|
|
+ <view class="first text-center" @click="navWithParm">
|
|
|
<view class="margin-top-sm">
|
|
|
<u-avatar src="/static/avatar.png" size="130"></u-avatar>
|
|
|
</view>
|
|
|
<view class="margin-top-xs text-bold text-lg text-black">1230545</view>
|
|
|
- <view class="flex justify-center" @click="navWithParm">
|
|
|
+ <view class="flex justify-center">
|
|
|
<view class="hot-btn margin-top-xs">
|
|
|
<text class="cuIcon-hotfill padding-right-xs"></text>
|
|
|
<text>打榜</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="third text-center">
|
|
|
+ <view class="third text-center" @click="navWithParm">
|
|
|
<view class="margin-top-sm">
|
|
|
<u-avatar src="/static/avatar.png" size="120"></u-avatar>
|
|
|
</view>
|
|
|
<view class="text-bold text-lg text-black">1230545</view>
|
|
|
- <view class="flex justify-center" @click="navWithParm">
|
|
|
+ <view class="flex justify-center">
|
|
|
<view class="hot-btn margin-top-xs">
|
|
|
<text class="cuIcon-hotfill padding-right-xs"></text>
|
|
|
<text>打榜</text>
|
|
|
@@ -53,7 +53,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<block v-for="(item, index) in 6" :key="index">
|
|
|
- <view class="padding-sm flex justify-between align-center bg-white">
|
|
|
+ <view class="padding-sm flex justify-between align-center bg-white" @click="navWithParm">
|
|
|
<view class="flex justify-around align-center">
|
|
|
<view class="padding-right text-black text-bold">{{index + 4}}</view>
|
|
|
<view class="padding-right">
|
|
|
@@ -96,9 +96,10 @@
|
|
|
data() {
|
|
|
return {
|
|
|
icons: [
|
|
|
- {image: '/static/activity.png', name: '活动介绍', url: '/pages/activity/activityDetail'},
|
|
|
+ {image: '/static/song.png', name: '活动介绍', url: '/pages/activity/activityDetail'},
|
|
|
{image: '/static/signUp.png', name: '点击报名', url: '/pages/activity/signUp'},
|
|
|
{image: '/static/hot.png', name: '热度榜', url: '/pages/activity/hot'},
|
|
|
+ {image: '/static/activity.png', name: '我的奖金', url: '/pages/activity/awards'},
|
|
|
{image: '/static/more.png', name: '更多', url: '/pages/activity/songRank'},
|
|
|
],
|
|
|
}
|
|
|
@@ -114,7 +115,7 @@
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/activity/boost"
|
|
|
})
|
|
|
- }
|
|
|
+ },
|
|
|
}
|
|
|
}
|
|
|
</script>
|