|
@@ -42,7 +42,7 @@ onMounted(async () => {
|
|
|
<view class="flex-grow flex flex-col">
|
|
|
<NavbarEvo transparent dark></NavbarEvo>
|
|
|
<view class="bg-black w-full aspect-[1.26/1]">
|
|
|
- <ImageEvo :src="currentStudyTour?.backgroundUrl"></ImageEvo>
|
|
|
+ <ImageEvo :src="currentStudyTour?.bannerUrl"></ImageEvo>
|
|
|
<div
|
|
|
class="aspect-[4.17/1] bg-gradient-to-t from-black to-black/0 absolute left-0 bottom-0 w-full flex items-center"
|
|
|
></div>
|
|
@@ -80,10 +80,10 @@ onMounted(async () => {
|
|
|
v-for="(item, itemIndex) in schedules?.[dayjs().format('YYYY-MM-DD')]"
|
|
|
:key="itemIndex"
|
|
|
>
|
|
|
- <view class="grid grid-gap-2 mt-8">
|
|
|
- <view class="col-start-1 row-start-1 flex items-center justify-center">
|
|
|
+ <view class="grid grid-gap-2 mt-8" style="margin-left: -40px;">
|
|
|
+ <view class="col-start-1 row-start-1 flex items-center justify-center" style="margin-left: -40px;">
|
|
|
<view
|
|
|
- class="w-[27px] h-[27px] bg-[#f6f6f6] rounded-full flex justify-center items-center"
|
|
|
+ class="w-[30px] h-[27px] bg-[#f6f6f6] rounded-full flex justify-center items-center"
|
|
|
>
|
|
|
<wd-img width="16" height="16" :src="map"></wd-img>
|
|
|
</view>
|
|
@@ -119,13 +119,14 @@ onMounted(async () => {
|
|
|
打卡示例
|
|
|
</div>
|
|
|
</view>
|
|
|
- <div class="w-[285px]">
|
|
|
- <img
|
|
|
- v-if="item.clockExplainUrl"
|
|
|
- class="w-[285px] h-[157px] rounded-lg"
|
|
|
- :src="item.clockExplainUrl"
|
|
|
- />
|
|
|
- </div>
|
|
|
+ <wd-img
|
|
|
+ v-if="(item.clockExplainUrl ?? '') !== ''"
|
|
|
+ width="100%"
|
|
|
+ custom-class="rounded-2xl overflow-hidden"
|
|
|
+ :src="item.clockExplainUrl"
|
|
|
+ mode="widthFix"
|
|
|
+ enable-preview
|
|
|
+ ></wd-img>
|
|
|
<div
|
|
|
class="mt-2.5 text-black/40 text-xs font-normal font-['PingFang_SC'] leading-normal"
|
|
|
>
|