This commit is contained in:
bobobobo
2026-02-01 17:01:16 +08:00
parent 69bb850559
commit f4a51db1ae
12 changed files with 1387 additions and 1100 deletions

View File

@@ -137,17 +137,23 @@
<view class="left-img">
<text>拼单</text>
<image
src="/static/images/public/random1.png"
:src="`/static/images/public/random${
Math.floor(Math.random() * 7) + 1
}.png`"
mode="scaleToFill"
class="avatar"
></image>
<image
src="/static/images/public/random2.png"
:src="`/static/images/public/random${
Math.floor(Math.random() * 7) + 1
}.png`"
mode="scaleToFill"
class="avatar"
></image>
<image
src="/static/images/public/random3.png"
:src="`/static/images/public/random${
Math.floor(Math.random() * 7) + 1
}.png`"
mode="scaleToFill"
class="avatar"
></image>
@@ -159,7 +165,7 @@
<!-- 去拼团 -->
<view class="bottom-name">
<view class="count-down">
<text>拼单倒计时:</text>
<text>距离结束:</text>
<uni-countdown
:day="parseDateTime(item.endTime).day"
:hour="parseDateTime(item.endTime).hour"