明细修改
This commit is contained in:
parent
4fedb48014
commit
e2eaa35bb1
|
@ -8,11 +8,11 @@
|
||||||
<text v-if="item.type == 2" style="margin-bottom: 8upx;color: #ecd4b4">提现</text>
|
<text v-if="item.type == 2" style="margin-bottom: 8upx;color: #ecd4b4">提现</text>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view style="color: #999999;font-size: 28upx;">
|
<view style="color: #999999;font-size: 28upx;">
|
||||||
<view style="margin-bottom: 8upx">{{item.title}}</view>
|
<view style="margin-bottom: 8upx;color: #333; font-size: 32rpx;font-weight: bold;">{{item.title}}</view>
|
||||||
<!-- <view v-if="item.classify === 2" style="margin-bottom: 8upx"> 返佣类型:直属返佣</view> -->
|
<!-- <view v-if="item.classify === 2" style="margin-bottom: 8upx"> 返佣类型:直属返佣</view> -->
|
||||||
<!-- <view v-if="item.classify === 3" style="margin-bottom: 8upx"> 返佣类型:非直属支付</view> -->
|
<!-- <view v-if="item.classify === 3" style="margin-bottom: 8upx"> 返佣类型:非直属支付</view> -->
|
||||||
<view style="margin-bottom: 8upx">{{item.content}}</view>
|
<view style="margin-bottom: 8upx; font-size: 29.6rpx; color: #666; margin-top: 20rpx;">{{item.content}}</view>
|
||||||
<view style="margin-bottom: 8upx"> 创建时间:{{item.createTime}}</view>
|
<view style="margin-bottom: 8upx; font-size: 24rpx; color: #999;margin-top: 20rpx;"> 下单时间:{{item.createTime}}</view>
|
||||||
<view style="margin-bottom: 8upx;text-align: right;">
|
<view style="margin-bottom: 8upx;text-align: right;">
|
||||||
<text v-if="item.type == 1" class="text-olive" style="font-size: 32upx;font-weight: 600"><text class="text-olive">+</text>{{item.money}}元</text>
|
<text v-if="item.type == 1" class="text-olive" style="font-size: 32upx;font-weight: 600"><text class="text-olive">+</text>{{item.money}}元</text>
|
||||||
<text v-if="item.type == 2" class="text-red" style="font-size: 32upx;font-weight: 600"><text class="text-red">-</text>{{item.money}}元</text>
|
<text v-if="item.type == 2" class="text-red" style="font-size: 32upx;font-weight: 600"><text class="text-red">-</text>{{item.money}}元</text>
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
page {
|
page {
|
||||||
background: #FFFFFF;
|
background: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tui-tab-item-title {
|
.tui-tab-item-title {
|
||||||
|
@ -120,7 +120,6 @@
|
||||||
padding: 32rpx;
|
padding: 32rpx;
|
||||||
margin: 32rpx;
|
margin: 32rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
box-shadow: 7px 9px 34px rgba(0, 0, 0, 0.1);
|
|
||||||
border-radius: 16upx;
|
border-radius: 16upx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue