Commit 8fb02fda authored by 张娇(东信)'s avatar 张娇(东信)

预售更多跳转

parent 19636e3f
...@@ -56,14 +56,14 @@ ...@@ -56,14 +56,14 @@
<view class="hot-sale"> <view class="hot-sale">
<view class="top-title"> <view class="top-title">
<text class="left-title">好货热卖</text> <text class="left-title">好货热卖</text>
<text class="right-title" @tap="toPresale">更多</text> <text class="right-title" @tap="toPresale">更多></text>
</view> </view>
<wd-icon <!-- <wd-icon-->
name="arrow-right" <!-- name="arrow-right"-->
size="25rpx" <!-- size="25rpx"-->
color="#ABAAAA" <!-- color="#ABAAAA"-->
style="position: relative; float: right; top: -42rpx" <!-- style="position: relative; float: right; top: -42rpx"-->
></wd-icon> <!-- ></wd-icon>-->
<view class="buy-img"> <view class="buy-img">
<view class="hot-img" v-for="(item, index) in hotImgList" :key="index"> <view class="hot-img" v-for="(item, index) in hotImgList" :key="index">
<img <img
...@@ -284,7 +284,7 @@ page { ...@@ -284,7 +284,7 @@ page {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding-bottom: 10rpx; padding-bottom: 30rpx;
} }
.left-title { .left-title {
font-family: Source Han Sans; font-family: Source Han Sans;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment