This commit is contained in:
1378012178@qq.com 2025-02-14 15:26:59 +08:00
commit a710b01583
2 changed files with 907 additions and 795 deletions

View File

@ -1,10 +1,10 @@
// const ROOTPATH3 = "wss://192.168.2.22:8187/wss/chatSocket/";
const ROOTPATH = "http://192.168.2.22:8187/sqx_fast";
// const ROOTPATH = "http://192.168.2.22:8187/sqx_fast";
// const ROOTPATH1 = "http://192.168.2.22:8187/sqx_fast";
//生产环境
// const ROOTPATH = "https://admin.sjajk.com/sqx_fast";//生产需替换
const ROOTPATH = "https://admin.sjajk.com/sqx_fast";//生产需替换
const ROOTPATH1 = "https://admin.sjajk.com/sqx_fast";//生产需替换
const ROOTPATH3 = "wss://admin.sjajk.com/wss/chatSocket/"; //联系客服//生产需替换

View File

@ -38,6 +38,17 @@
</view>
</view>
</view>
<view class="therap-pin2">
<view class="" v-for="(qdsCodeItem, qdsCodeIndex) in item.qdsCodeList"> <view class="" > <span>{{ qdsCodeItem.name}}:</span> <span class="therapist-mian-view-text"> {{ qdsCodeItem.rate}}% </span>
</view>
<view class="" >
<span>{{ qdsCodeItem.name}}:</span>
<span class="therapist-mian-view-text">
{{ qdsCodeItem.rate}}%
</span>
</view>
</view>
</view>
</view>
<!-- <view class="therapist-mian" v-for="(qdsCodeItem, qdsCodeIndex) in item.qdsCodeList">
<view class="therapist-mian-top">
@ -48,7 +59,7 @@
</span>
</view>
</view>
</view> -->
</view>
<view style="position: absolute;bottom: 0px;left: 0px;">
<view class="" v-for="(qdsCodeItem, qdsCodeIndex) in item.qdsCodeList">
<view class="">
@ -60,7 +71,7 @@
</view>
</view>
</view>
</view>
</view>-->
</view>
</view>
</view>
@ -119,6 +130,90 @@
}
this.$Request.get("/app/commission/ywy/queryQds", data).then(res => {
console.log(res)
res ={
"msg": "success",
"code": 0,
"data": {
"totalCount": 2,
"pageSize": 10,
"totalPage": 1,
"currPage": 1,
"list": [
{
"id": 5,
"userId": 628,
"name": "渠道商1",
"phone": "13844885599",
"lm": "地推",
"avatar": "https://wx.sjajk.com/file/uploadPath/2024/08/30/20240830171934530782.jpeg",
"userName": null,
"invitationCode": "772992",
"remarks": "备注",
"status": 1,
"opinion": "",
"createTime": "2024-11-08 14:04:44",
"approveTime": "2025-01-07 15:40:24",
"approveUser": 17,
"startTime": null,
"endTime": null,
"page": null,
"limit": null,
"userPage": null,
"userLimit": null,
"rate": null,
"qdmc": null,
"qdsCodeList": [
{
"id": null,
"userId": null,
"name": "酒店",
"code": null,
"lm": null,
"rate": 1,
"cost": null,
"startDate": null,
"endDate": null,
"address": null,
"remarks": null,
"codeImage": null,
"createTime": null,
"qdsName": null,
"avatar": null,
"userName": null,
"phone": null,
"page": null,
"limit": null,
"userPage": null,
"userLimit": null
},
{
"id": null,
"userId": null,
"name": "电梯渠道",
"code": null,
"lm": null,
"rate": 0.2,
"cost": null,
"startDate": null,
"endDate": null,
"address": null,
"remarks": null,
"codeImage": null,
"createTime": null,
"qdsName": null,
"avatar": null,
"userName": null,
"phone": null,
"page": null,
"limit": null,
"userPage": null,
"userLimit": null
}
]
}
]
}
}
if (res.code == 0) {
if (this.page == 1) {
this.orderList = res.data.list
@ -257,7 +352,6 @@
.therapist-mian{
width: 100%;
display: flex;
flex-direction:column;
}
.list-right-top-bottom{
width: 100%;
@ -774,6 +868,8 @@
display: flex;
align-items: flex-end;
margin-right: 10rpx;
flex-direction: row;
align-items: center;
}
.therap-pin span:nth-child(2){
color: #019c88;
@ -790,4 +886,20 @@
border-radius: 10upx;
line-height: 58rpx;
}
.therap-title{
width: 100%;
display: flex;
}
.therap-pin2{
width: 100%;
display: flex;
justify-content: space-between;
}
.therap-pin2 span:nth-child(2){
color: #049E89;;
}
.therap-pin2 span:nth-child(1){
color: #666;
}
</style>