Browse Source

竞价详情tietle提示

featrue/v4.2
huziyuan 5 years ago
parent
commit
aba065c564
3 changed files with 9 additions and 3 deletions
  1. BIN
      assets/image/icon-jjsuccess.png
  2. 4
      pages/bidding/detail/index.wxml
  3. 8
      pages/bidding/detail/index.wxss

BIN
assets/image/icon-jjsuccess.png

Before After
Width: 40  |  Height: 40  |  Size: 949 B

4
pages/bidding/detail/index.wxml

@ -6,8 +6,8 @@
</cu-custom> </cu-custom>
<view wx:if="{{biddingInfo}}"> <view wx:if="{{biddingInfo}}">
<view wx:if="{{biddingInfo.status==1}}" class="flex flex-justify bg-white" style="width:100%;padding: 24rpx 24rpx 0rpx 24rpx">
<view class="page-tietl-message">竞价成功!商家已经确认您的竞价,请尽快确认!</view>
<view wx:if="{{biddingInfo.status==1}}" class="flex flex-justify bg-white slowChange" style="width:100%;padding: 24rpx 24rpx 24rpx 24rpx">
<view class="page-tietl-message"><image src="/assets/image/icon-jjsuccess.png" class="imgicon"></image><text style="margin-left:20rpx">竞价成功!(商家已经确认您的竞价,请尽快下单!)</text></view>
</view> </view>
<view class="flex flex-justify bg-white" style="width:100%;padding: 24rpx 24rpx 0rpx 24rpx"> <view class="flex flex-justify bg-white" style="width:100%;padding: 24rpx 24rpx 0rpx 24rpx">
<view class="page-name">单号:{{biddingInfo.id}}</view> <view class="page-name">单号:{{biddingInfo.id}}</view>

8
pages/bidding/detail/index.wxss

@ -62,6 +62,12 @@
font-size: 28rpx; font-size: 28rpx;
font-family: PingFang-SC-Medium, PingFang-SC; font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500; font-weight: 500;
color: red;
color: white;
line-height: 22px; line-height: 22px;
}
.slowChange{
background-image: linear-gradient(90deg, #FF4D2E 6%, #FF952F 100%);
}
.imgicon{
width:35rpx;height:40rpx;position: relative;top: 10rpx;
} }
Loading…
Cancel
Save