|
@@ -107,13 +107,13 @@
|
|
|
<h2 style=" text-align: end;">{{item.shareProfitAmount}}元</h2>
|
|
|
<p style=" text-align: end;">{{item.createTime?item.createTime.slice(10):''}}</p>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
+ <view class="sign" v-if="item.status=='1'">
|
|
|
+ <img src="../../assets/img/tixian.png" alt="">
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="product_tip" v-if="item.status=='1'">
|
|
|
- <view class="product_tip_bg"></view>
|
|
|
- <p>已提现</p>
|
|
|
- </view>
|
|
|
+
|
|
|
</view>
|
|
|
<u-divider v-if="list.length&&list.length == recordsTotal" color="#B6BDC3" style="margin-top:20px;"
|
|
|
bg-color="#f4f0f0">已经到底了</u-divider>
|
|
@@ -586,7 +586,33 @@
|
|
|
color: #999;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+.product_tip{
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ width: 26px;
|
|
|
+ height: 26px;
|
|
|
+ text-align: right;
|
|
|
+ p{
|
|
|
+ font-size: 12px;
|
|
|
+ color: #ffffff;
|
|
|
+ transform: rotate(45deg);
|
|
|
+ position: relative;
|
|
|
+ top: 0rpx;
|
|
|
+ right: 0rpx;
|
|
|
+ }
|
|
|
+ .product_tip_bg{
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border-bottom: 44rpx solid #FD662A;
|
|
|
+ border-right: 44rpx solid transparent;
|
|
|
+ border-left: 44rpx solid transparent;
|
|
|
+ transform: rotate(45deg);
|
|
|
+ position: absolute;
|
|
|
+ top: -7rpx;
|
|
|
+ right: -29rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
.detailed-time {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|