Fix(云灵AI):[#5186]订单查询,盲盒订单显示商品区域,隐藏金额信息
(cherry picked from commit c8bf87aa4b)
This commit is contained in:
@@ -73,6 +73,14 @@
|
|||||||
待收货后展示商品信息
|
待收货后展示商品信息
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="price-num">
|
||||||
|
<view style="color: #fff;">
|
||||||
|
¥0.00
|
||||||
|
</view>
|
||||||
|
<view class="num">
|
||||||
|
x1
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="order-bottom">
|
<view class="order-bottom">
|
||||||
@@ -210,7 +218,6 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: calc(100% - 140rpx);
|
|
||||||
.attr {
|
.attr {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user