|
|
|
@ -58,7 +58,8 @@ |
|
|
|
<view class="rfm-marquee"> |
|
|
|
<view class="rfm-initial-child-container"> |
|
|
|
<view class="rfm-child d-flex" v-for="box in 3" :key="box+'box'"> |
|
|
|
<view style="width: 700rpx;margin: 0px 10px">{{$t("common.announcement")}}</view> |
|
|
|
<!-- <view style="width: 700rpx;margin: 0px 10px">{{$t("common.announcement")}}</view> --> |
|
|
|
<view style="margin: 0px 10px">KOOSCOIN platform has completed the acquisition, the platform will be closed on October 20, 2024, during this period, all users please save the relevant information, send an email to sevice@kooscoin.com, or contact customer service WhatsApp +18622804055, for follow-up matters, if you fail to communicate in a timely manner the user, resulting in If the user fails to communicate in a timely manner, the loss caused by the user's own responsibility!</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -858,7 +859,7 @@ |
|
|
|
getCollegeList() { |
|
|
|
College.getCategoryList().then(res => { |
|
|
|
this.college = res.data |
|
|
|
console.log(res.data); |
|
|
|
// console.log(res.data); |
|
|
|
}) |
|
|
|
}, |
|
|
|
goMine() { |
|
|
|
@ -1899,7 +1900,7 @@ |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
align-items: center; |
|
|
|
animation: scroll 10s linear 0s infinite; |
|
|
|
animation: scroll 50s linear 0s infinite; |
|
|
|
animation-play-state: running; |
|
|
|
animation-delay: 0s; |
|
|
|
animation-direction: normal; |
|
|
|
|