5.16(优化

This commit is contained in:
Hong
2024-05-16 18:49:37 +08:00
parent ff49ce262b
commit ea3c3f9476
6 changed files with 21 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
},
created() {
uni.hideTabBar();
console.log('created-tab');
// console.log('created-tab');
},
mounted() {
},

View File

@@ -2,8 +2,8 @@
"name" : "滴友之家",
"appid" : "__UNI__F2BE74F",
"description" : "",
"versionName" : "1.2.9",
"versionCode" : 129,
"versionName" : "1.3.0",
"versionCode" : 130,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,

View File

@@ -1286,7 +1286,7 @@
{
"path": "pages/driver/welfare/invite/invite_commission",
"style": {
"navigationBarTitleText": "邀请购买",
"navigationBarTitleText": "佣金记录",
"enablePullDownRefresh": false
}
},

View File

@@ -177,7 +177,7 @@
}).then(res => {
console.log(res.data);
this.commodityDeta = res.data
this.branner = res.data.image.split(',')
this.branner = res.data.mainImage.split(',')
})
}
},

View File

@@ -1,9 +1,9 @@
<template>
<view class="">
<u-navbar :title="' '" :safeAreaInsetTop="true" bgColor="rgba(0,0,0,0)">
<view slot="left">
<view slot="left">
<u-icon name="arrow-left" size="19" @click="navBackFn('back')"></u-icon>
<!-- <u-line direction="column" :hairline="false" length="16" margin="0 8px"></u-line>
<!-- <u-line direction="column" :hairline="false" length="16" margin="0 8px"></u-line>
<u-icon name="home" size="20" @click="navBackFn('tabbar')"></u-icon> -->
</view>
<view slot="right">
@@ -54,13 +54,13 @@
<text class="reply">{{item.countResponse.sumCount}}条评论</text>
</view>
</view>
<view class="store-tags" >
<view class="store-tags">
<text>{{item.carAge}}年车龄</text>
<text v-for="tag in item.tags">{{tag.name}}</text>
</view>
<view class="store-info">
<!-- <view class="store-info">
{{item.carDealerAddress}}
</view>
</view> -->
<view class="store-btns flex align-center justify-between">
<view class="store-btns-left">
<text class="price">{{item.rentalPrice}}</text>
@@ -400,7 +400,7 @@
limit: limit,
id: this.orderId
}).then(res => {
console.log('列表',res.data);
console.log('列表', res.data);
this.$refs.paging.complete(res.data.carRentalProduct);
this.commodityDeta = res.data
this.branner = res.data.sliderImage.split(',')
@@ -616,6 +616,7 @@
.store-tags {
line-height: 60rpx;
text {
border-radius: 8rpx;
margin-right: 16rpx;
@@ -627,7 +628,8 @@
.store-info {
font-size: 28rpx;
color: #666666;
color: #555555;
margin-top: 24rpx;
}
.store-btns {
@@ -746,6 +748,12 @@
font-weight: 700;
}
.store-info {
font-size: 28rpx;
color: #555555;
margin-top: 16rpx;
}
.popup-tags-list {
margin-top: 16rpx;

View File

@@ -89,6 +89,7 @@
type: this.actType
}
getBrokerageList(obj).then(res => {
console.log('佣金记录',res.data.list);
this.$refs.paging.complete(res.data.list)
})
},