申请退换货页面及重构page.json

This commit is contained in:
2022-06-09 13:16:28 +08:00
parent 8f9c1a412b
commit 74064e17ce
19 changed files with 1240 additions and 569 deletions

View File

@@ -33,7 +33,7 @@
<image :src="item.cover" mode="aspectFill"></image>
</view>
<view class="news-title nowrap">{{item.name}}</view>
<view class="news-price nowrap">{{item.price.price_min}}</view>
<view class="news-price nowrap">{{item.price.price_min}} <text>DT积分</text></view>
</view>
</view>
</view>
@@ -258,6 +258,10 @@
font-weight: bold;
color: $text-price;
line-height: 40rpx;
text{
margin-left: 6rpx;
font-size: 70%;
}
}
}
}