Merge remote-tracking branch 'origin/feature/mall_product' into feature/mall_product_new

pull/2/head
perry 2023-05-24 16:27:16 +08:00
commit 3c94af6408
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<view class="text">可享一年返回<span>{{item.refundAmount}}</span>话费</view>
</view>
<view class="tips">
三个活动可同时参与每个手机号仅限一次最高可反1920元话费
三个活动可同时参与每个手机号仅限一次最高可反<span>1920</span>话费
</view>
<view class="service-phone">{{tenantInfo.serviceMobile}}</view>
<view class="tenant-info-wrap">
@ -200,6 +200,10 @@
.tips {
font-size: 28rpx;
color: #000;
span{
color: #C80D00;
font-weight: bold;
}
}
.item-wrap {