|
@@ -122,6 +122,11 @@
|
|
<h2 style=" text-align: end;">{{item.shareProfitAmount}}元</h2>
|
|
<h2 style=" text-align: end;">{{item.shareProfitAmount}}元</h2>
|
|
<p style=" text-align: end;" >{{item.createTime?item.createTime.slice(10):''}}</p>
|
|
<p style=" text-align: end;" >{{item.createTime?item.createTime.slice(10):''}}</p>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+ <view class="product_tip" v-if="item.status=='1'">
|
|
|
|
+ <view class="product_tip_bg"></view>
|
|
|
|
+ <p>已提现</p>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<u-divider v-if="list.length&&list.length == recordsTotal" color="#B6BDC3" style="margin-top:20px;" bg-color="#f4f0f0">已经到底了</u-divider>
|
|
<u-divider v-if="list.length&&list.length == recordsTotal" color="#B6BDC3" style="margin-top:20px;" bg-color="#f4f0f0">已经到底了</u-divider>
|
|
@@ -383,6 +388,36 @@
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+
|
|
|
|
+ .product_tip{
|
|
|
|
+ position: relative;
|
|
|
|
+ top: -75px;
|
|
|
|
+ right: 0;
|
|
|
|
+
|
|
|
|
+ text-align: right;
|
|
|
|
+
|
|
|
|
+ p{
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ transform: rotate(45deg);
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 10rpx;
|
|
|
|
+ right: 0rpx;
|
|
|
|
+ }
|
|
|
|
+ .product_tip_bg{
|
|
|
|
+ width: 0;
|
|
|
|
+ height: 0;
|
|
|
|
+ border-bottom: 52rpx solid #53b56d;
|
|
|
|
+ border-right: 52rpx solid transparent;
|
|
|
|
+ border-left: 52rpx solid transparent;
|
|
|
|
+ transform: rotate(45deg);
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: -7rpx;
|
|
|
|
+ right: -29rpx;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
.popup-screen{
|
|
.popup-screen{
|
|
padding: 20px;
|
|
padding: 20px;
|
|
position: relative;
|
|
position: relative;
|