1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Merge branch 'main' into production

This commit is contained in:
程序员小墨 2023-04-18 23:11:39 +08:00
commit fc18ea402b
4 changed files with 538 additions and 528 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,16 +7,16 @@
<view class="good-card-info">
<!-- <text class="good-title line-wrap">{{ goodinfo.goodsName }}</text> -->
<text class="good-title line-wrap">{{ goodinfo.brief }}</text>
<view class="good-price good-price-counter">
<!-- 原价 -->
<view class="good-price-symbol">¥</view>
<view class="good-price-number">{{ goodinfo.counterPrice }}</view>
</view>
<view class="good-price good-price-retail">
<!-- 售价 -->
<view style="height:0.12em;" class="good-price-line"></view>
<view class="good-price-symbol">¥</view>
<view class="good-price-number">{{ goodinfo.retailPrice }}</view>
</view>
<view class="good-price good-price-counter">
<!-- 原价 -->
<view style="height:0.12em;" class="good-price-line"></view>
<view class="good-price-symbol">¥</view>
<view class="good-price-number">{{ goodinfo.counterPrice }}</view>
</view>
</view>
</view>

View File

@ -52,12 +52,12 @@
position: relative;
}
.good-price-counter {
.good-price-retail {
color: #fa4126;
font-size: 36rpx;
}
.good-price-retail {
.good-price-counter {
color: #bbbbbb;
font-size: 24rpx;
margin: 0 0 0 8rpx;

View File

@ -3,7 +3,7 @@
"projectname": "weixin-miniprogram",
"setting": {
"compileHotReLoad": true,
"urlCheck": false,
"urlCheck": true,
"bigPackageSizeSupport": true
}
}