Merge branch 'main' into production
This commit is contained in:
commit
fc18ea402b
1048
database/epp.sql
1048
database/epp.sql
File diff suppressed because it is too large
Load Diff
@ -7,16 +7,16 @@
|
|||||||
<view class="good-card-info">
|
<view class="good-card-info">
|
||||||
<!-- <text class="good-title line-wrap">{{ goodinfo.goodsName }}</text> -->
|
<!-- <text class="good-title line-wrap">{{ goodinfo.goodsName }}</text> -->
|
||||||
<text class="good-title line-wrap">{{ goodinfo.brief }}</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 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-symbol">¥</view>
|
||||||
<view class="good-price-number">{{ goodinfo.retailPrice }}</view>
|
<view class="good-price-number">{{ goodinfo.retailPrice }}</view>
|
||||||
</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>
|
</view>
|
@ -52,12 +52,12 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.good-price-counter {
|
.good-price-retail {
|
||||||
color: #fa4126;
|
color: #fa4126;
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.good-price-retail {
|
.good-price-counter {
|
||||||
color: #bbbbbb;
|
color: #bbbbbb;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
margin: 0 0 0 8rpx;
|
margin: 0 0 0 8rpx;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"projectname": "weixin-miniprogram",
|
"projectname": "weixin-miniprogram",
|
||||||
"setting": {
|
"setting": {
|
||||||
"compileHotReLoad": true,
|
"compileHotReLoad": true,
|
||||||
"urlCheck": false,
|
"urlCheck": true,
|
||||||
"bigPackageSizeSupport": true
|
"bigPackageSizeSupport": true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user