Commit 7548b9ab authored by 王炽's avatar 王炽

商品价格调整

parent 457e1856
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
<view class="title-container1"> <view class="title-container1">
<text class="title-text1">{{ goodsData[0]?.titles[i-1] }}</text> <text class="title-text1">{{ goodsData[0]?.titles[i-1] }}</text>
</view> </view>
<text class="price-text"><text class="num">{{ goodsData[0]?.prices[i-1] }}</text></text> <text class="num0">{{ goodsData[0]?.prices[i-1].split("积分+¥")[0]}}<text class="price-text0">积分</text><text class="price-text1">+</text><text class="price-text0"></text>{{ goodsData[0]?.prices[i-1].split("积分+¥")[1] }}</text>
</view> </view>
</view> </view>
...@@ -1042,22 +1042,22 @@ ...@@ -1042,22 +1042,22 @@
"凡士林100ml倍护精华..." "凡士林100ml倍护精华..."
], ],
"prices": [ "prices": [
188, "低至730积分+¥115",
368, "低至865积分+¥195",
65, "低至250积分+¥40",
268, "低至715积分+¥125",
158, "低至560积分+¥102",
69.8, "低至323积分+¥37.5",
89, "低至210积分+¥68",
158, "低至560积分+¥102",
198, "低至480积分+¥114",
89, "低至210积分+¥68",
43, "低至65积分+¥36.5",
21.9, "低至90积分+¥12.9",
48, "低至2300积分+¥2",
26, "低至65积分+¥19.5",
22.9, "低至80积分+¥14.9",
29.9 "低至86积分+¥21.3"
], ],
"goodsImgs": [ "goodsImgs": [
"listItemImgJx0.png", "listItemImgJx0.png",
...@@ -2091,6 +2091,19 @@ ...@@ -2091,6 +2091,19 @@
margin-right: 5rpx; margin-right: 5rpx;
} }
} }
.num0 {
position: relative;
font-size: 28rpx;
margin-left: 20rpx;
color: #b27c1e;
.price-text0{
font-size: 20rpx;
}
.price-text1{
font-size: 36rpx;
}
}
} }
} }
......
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