Commit b727b587 authored by Facius's avatar Facius

ui微调

parent d57dac6a
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
overflow: auto; overflow: auto;
position: fixed; position: fixed;
top: 370rpx; top: 370rpx;
bottom: 0rpx; bottom: 168rpx;
left: 30rpx; left: 30rpx;
right: 30rpx; right: 30rpx;
} }
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
return process.uniEnv.qn_base_url + 'chenggong.png' return process.uniEnv.qn_base_url + 'chenggong.png'
}, },
timuImage() { timuImage() {
return process.uniEnv.qn_base_url + 'timu.png' return process.uniEnv.qn_base_url + 'timu-new.png'
} }
}, },
onLoad(e) { onLoad(e) {
...@@ -584,6 +584,7 @@ ...@@ -584,6 +584,7 @@
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-y:auto;
overflow-y:auto; overflow-y:auto;
} }
...@@ -805,10 +806,10 @@ ...@@ -805,10 +806,10 @@
} }
.bottom-padding { .bottom-padding {
margin-bottom: 188rpx; // margin-bottom: 188rpx;
background-color: #FFFFFF; background-color: #FFFFFF;
border-radius: 12rpx; border-radius: 12rpx;
padding: 40rpx 30rpx 46rpx 30rpx; padding: 40rpx 30rpx 40rpx 30rpx;
} }
.answerBottomView { .answerBottomView {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<view class="msg-content-view"> <view class="msg-content-view">
<view class="left-view"> <view class="left-view">
<image class="msg-icon" :src="msgStyleImage[item.content_type]"></image> <image class="msg-icon" :src="msgStyleImage[item.content_type]"></image>
<text>{{ item.title }}</text> <text class="msg-text">{{ item.title }}</text>
</view> </view>
<image class="right-icon" :src="shouyeyouImage"></image> <image class="right-icon" :src="shouyeyouImage"></image>
</view> </view>
...@@ -174,9 +174,9 @@ export default { ...@@ -174,9 +174,9 @@ export default {
} }
}, },
onPullDownRefresh() { onPullDownRefresh() {
console.log('------下拉刷新------')
// 下拉刷洗 // 下拉刷洗
this.initSettleInfo()
uni.stopPullDownRefresh() // 结束下拉刷新
}, },
methods: { methods: {
...@@ -189,7 +189,6 @@ export default { ...@@ -189,7 +189,6 @@ export default {
}, },
async initSettleInfo() { async initSettleInfo() {
let self = this; let self = this;
if (self.status == 7) return;
const callBack = (vm, result) => { const callBack = (vm, result) => {
// 后台自动判断入驻流程是否完成,前台通过status确定状态 // 后台自动判断入驻流程是否完成,前台通过status确定状态
if (result && result.record) { if (result && result.record) {
...@@ -207,7 +206,8 @@ export default { ...@@ -207,7 +206,8 @@ export default {
}, },
loadMessageList() { loadMessageList() {
let self = this; let self = this;
self.$u.api.listByNotice().then((res) => { self.$u.api.listByNotice().then((res) => {
uni.stopPullDownRefresh() // 结束下拉刷新
if (res.code == 200) { if (res.code == 200) {
if (res.data && res.data.length > 3) { if (res.data && res.data.length > 3) {
self.messageList = res.data.slice(0, 3); self.messageList = res.data.slice(0, 3);
...@@ -223,9 +223,10 @@ export default { ...@@ -223,9 +223,10 @@ export default {
let self = this; let self = this;
// 加载订单列表 // 加载订单列表
self.search.token = self.vuex_token; self.search.token = self.vuex_token;
self.$u.api.listByRecommendOrder(self.search).then((res) => { self.$u.api.listByRecommendOrder(self.search).then((res) => {
uni.stopPullDownRefresh() // 结束下拉刷新
if (res.code == 200) { if (res.code == 200) {
if (res.data && res.data.length > 0) { if (res.data && res.data.length > 0) {
self.orderList.push().apply(res.data); self.orderList.push().apply(res.data);
} }
} else { } else {
...@@ -368,12 +369,17 @@ export default { ...@@ -368,12 +369,17 @@ export default {
.left-view { .left-view {
display: flex; display: flex;
align-items: center; align-items: center;
.msg-icon { .msg-icon {
width: 80rpx; width: 80rpx;
height: 36rpx; height: 36rpx;
margin-right: 20rpx; margin-right: 20rpx;
} }
.msg-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 448rpx;
}
} }
.right-icon { .right-icon {
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
return { return {
'color': '#FFFFFF', 'color': '#FFFFFF',
'width': '500rpx', 'width': '500rpx',
'height': '112rpx', 'height': '104rpx',
'background-color': '#2272FF', 'background-color': '#2272FF',
'font-size': '32rpx', 'font-size': '32rpx',
'font-weight': 'bold' 'font-weight': 'bold'
...@@ -235,10 +235,10 @@ ...@@ -235,10 +235,10 @@
font-weight: bold; font-weight: bold;
} }
.content-gap { // .content-gap {
height: 1rpx; // height: 1rpx;
margin-bottom: 200rpx; // margin-bottom: 200rpx;
} // }
.tip-text { .tip-text {
background-color: #FFFFFF; background-color: #FFFFFF;
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
margin-bottom: 20rpx; margin-bottom: 20rpx;
font-size: 28rpx; font-size: 28rpx;
color: #333333; color: #333333;
margin-bottom: 188rpx; // margin-bottom: 188rpx;
.tip-bottom-h { .tip-bottom-h {
font-size: 24rpx; font-size: 24rpx;
color: #999999; color: #999999;
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<view class="city-text">{{cityText}}</view> <view class="city-text">{{cityText}}</view>
</view> </view>
</view> </view>
<view class="base-item" style="height: 600rpx;"> <view class="base-item" style="margin-bottom: 0rpx;">
<view class="item item-select" @click="gopage('/pages/settle/select?selectType=working_age')"> <view class="item item-select" @click="gopage('/pages/settle/select?selectType=working_age')">
<view class="flex-center"> <view class="flex-center">
<image class="item-image" :src="mixingImage"></image> <image class="item-image" :src="mixingImage"></image>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="seat"></view> <!-- <view class="seat"></view> -->
<template v-slot:bottom> <template v-slot:bottom>
<view class="btn-wrap flex-xc"> <view class="btn-wrap flex-xc">
<u-button class="btn-submit" @click="$u.debounce(submitBaseInfo, 500)" :custom-style="buttonStyle" <u-button class="btn-submit" @click="$u.debounce(submitBaseInfo, 500)" :custom-style="buttonStyle"
...@@ -430,7 +430,8 @@ ...@@ -430,7 +430,8 @@
.label { .label {
color: #333; color: #333;
font-size: 32rpx; font-size: 32rpx;
font-weight: bold;
} }
.txt { .txt {
...@@ -585,9 +586,9 @@ ...@@ -585,9 +586,9 @@
font-weight: bold; font-weight: bold;
} }
.seat { // .seat {
padding-bottom: 168rpx; // padding-bottom: 168rpx;
} // }
/*提交按钮*/ /*提交按钮*/
.btn-wrap { .btn-wrap {
...@@ -683,7 +684,8 @@ ...@@ -683,7 +684,8 @@
.address-view { .address-view {
border: 2rpx solid #ECECEC; border: 2rpx solid #ECECEC;
height: 112rpx; height: 112rpx;
margin-top: 30rpx; margin-top: 30rpx;
margin-bottom: 20rpx;
padding: 16rpx 30rpx; padding: 16rpx 30rpx;
} }
......
...@@ -739,7 +739,7 @@ export default { ...@@ -739,7 +739,7 @@ export default {
} }
.info-view { .info-view {
margin-bottom: 188rpx; // margin-bottom: 188rpx;
.title-view { .title-view {
background-color: #FFFFFF; background-color: #FFFFFF;
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
.content-view { .content-view {
background-color: #FFFFFF; background-color: #FFFFFF;
margin-bottom: 188rpx; // margin-bottom: 188rpx;
border-radius: 12rpx; border-radius: 12rpx;
} }
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
border-radius: 12rpx; border-radius: 12rpx;
padding: 30rpx; padding: 30rpx;
min-height: 160rpx; min-height: 160rpx;
margin-bottom: 188rpx; // margin-bottom: 188rpx;
text-align: center; text-align: center;
.txt { .txt {
......
...@@ -454,8 +454,8 @@ ...@@ -454,8 +454,8 @@
background-color: #FFFFFF; background-color: #FFFFFF;
border-radius: 12rpx; border-radius: 12rpx;
padding: 30rpx 30rpx 0rpx 30rpx; padding: 30rpx 30rpx 0rpx 30rpx;
margin-bottom: 20rpx; // margin-bottom: 20rpx;
margin-bottom: 188rpx; // margin-bottom: 188rpx;
/deep/ .u-radio__label { /deep/ .u-radio__label {
line-height: 40rpx; line-height: 40rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment