添加的功能:查看推广码对应的结算记录
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { baseUrl } from "../../../request";
|
||||
import { globalImgUrl } from "../../../request";
|
||||
|
||||
// pages/projectModule/settlement/settlement.js
|
||||
Page({
|
||||
@ -17,6 +18,7 @@ Page({
|
||||
workTime: '', // 作业收益
|
||||
settlementTime: '', // 结算时间
|
||||
revenueSource: false, // 收益来源(true抽成,false为推广码)
|
||||
globalImgUrl,
|
||||
},
|
||||
|
||||
// 获取项目结算明细列表
|
||||
|
@ -6,7 +6,7 @@
|
||||
<view class="flex-row items-center flex-1">
|
||||
<image
|
||||
class="shrink-0 image"
|
||||
src="{{ picurl }}"
|
||||
src="{{ globalImgUrl + picurl }}"
|
||||
/>
|
||||
<text class="font text_2 ml-14">{{ item.projectDetailName}}</text>
|
||||
</view>
|
||||
|
@ -91,12 +91,6 @@
|
||||
.text_6 {
|
||||
width: 103.13rpx;
|
||||
}
|
||||
.pos {
|
||||
/* position: absolute;
|
||||
left: 0.99rpx;
|
||||
top: 50%;
|
||||
transform: translateY(-50%); */
|
||||
}
|
||||
.font_4 {
|
||||
font-size: 26.25rpx;
|
||||
font-family: SourceHanSansCN;
|
||||
@ -109,12 +103,6 @@
|
||||
line-height: 19.93rpx;
|
||||
color: #ff8d1a;
|
||||
}
|
||||
.pos_2 {
|
||||
/* position: absolute;
|
||||
right: -14.23rpx;
|
||||
top: 50%;
|
||||
transform: translateY(-50%); */
|
||||
}
|
||||
.group_1 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
Reference in New Issue
Block a user