QAQ
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user