|
@@ -138,7 +138,12 @@ onShareTimeline(() => ({
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="relative flex-1 bg-white p-7 flex flex-col gap-6 rounded-tl-2xl rounded-tr-2xl">
|
|
<div class="relative flex-1 bg-white p-7 flex flex-col gap-6 rounded-tl-2xl rounded-tr-2xl">
|
|
|
|
+ <div v-if="data.needPoints == 1 " class="text-black text-xl font-normal font-['PingFang_SC'] leading-[10.18px] mr-1">
|
|
|
|
+ {{ data.points }}折
|
|
|
|
+ </div>
|
|
<div class="flex">
|
|
<div class="flex">
|
|
|
|
+
|
|
|
|
+
|
|
<div class="text-black text-xl font-normal font-['PingFang_SC'] leading-[10.18px]">
|
|
<div class="text-black text-xl font-normal font-['PingFang_SC'] leading-[10.18px]">
|
|
{{ data?.prodcutName }}
|
|
{{ data?.prodcutName }}
|
|
</div>
|
|
</div>
|
|
@@ -151,7 +156,8 @@ onShareTimeline(() => ({
|
|
v-html="data?.contentDesc"
|
|
v-html="data?.contentDesc"
|
|
></div>
|
|
></div>
|
|
</div>
|
|
</div>
|
|
- <BottomAppBar fixed placeholder>
|
|
|
|
|
|
+
|
|
|
|
+ <BottomAppBar fixed placeholder v-if="data.needPoints != 1">
|
|
<div
|
|
<div
|
|
class="bg-white/90 backdrop-blur-[20px] flex px-10 py-2.5 border-t-1 border-t-solid border-t-[#ececec]"
|
|
class="bg-white/90 backdrop-blur-[20px] flex px-10 py-2.5 border-t-1 border-t-solid border-t-[#ececec]"
|
|
>
|
|
>
|