diff --git a/App.vue b/App.vue index d8fcdba..863e6a2 100644 --- a/App.vue +++ b/App.vue @@ -754,9 +754,9 @@ export default { @import 'components/colorui/icon.css'; @import './static/css/common.css'; @import './static/css/simplepro.css'; -/deep/.uni-scroll-view-content{ - height: 350px !important; - } +// /deep/.uni-scroll-view-content{ +// height: 350px !important; +// } page { background-color: #FFFFFF; color: #343546; diff --git a/common/config.js b/common/config.js index 832a2ce..15d567e 100644 --- a/common/config.js +++ b/common/config.js @@ -4,8 +4,8 @@ //测试环境 const PROT = "http://" // const ROOTHOST = "47.75.182.93:8090"; -// const ROOTHOST = "192.168.2.222:8187"; -const ROOTHOST = "120.46.52.165"; +const ROOTHOST = "192.168.2.222:8187"; +// const ROOTHOST = "120.46.52.165"; // const ROOTHOST = "192.168.0.115:8187"; // const ROOTHOST = "192.168.1.169:8187"; // 后端本地张聪 diff --git a/my/fund/index.css b/my/fund/index.css index 1c5dbec..dc175cd 100644 --- a/my/fund/index.css +++ b/my/fund/index.css @@ -61,9 +61,14 @@ background-color: #FFFFFF; border-radius: 10px; padding: 10px; - box-shadow: 2px 2px 15px 1px #b5b5b5; + } + + .innerTimer{ + font-size: 14px; + margin-top: 5px; + color: #666; + margin-right: 10px; } - .totalIntegral { padding-left: 20px; } @@ -123,12 +128,11 @@ background-color: #FFFFFF; border-radius: 10px; margin: 15px; - box-shadow: 2px 2px 15px 1px #b5b5b5; - } + } .optionsDetailImport { padding-left: 10px; - margin-top: 15px; + margin-top: 20px; } .dateHeader { @@ -169,7 +173,7 @@ .bottomActiveTab { - color: #0aa86a; + color: #019c88; } .bottomDefaultTab { @@ -207,34 +211,38 @@ .storedIntegralTopOfRight view:nth-child(2) { font-size: 20px; - color: #cd908e; + color: #f97c62; } .storedIntegralMiddle { width: 100%; display: flex; justify-content: space-between; - margin-top: 28rpx; + margin-top: 20rpx; align-items: center; } .storedIntegralMiddle view:nth-child(1) { margin-left: 3px; + color: #666; } .storedIntegralMiddleofRight { margin-right: 19px; + color: #666; } .storedIntegralBottom { - margin-top: 28rpx; - padding-bottom: 15px; + margin-top: 18rpx; + padding-bottom: 20px; margin-left: 3px; + border-bottom: 1px solid #f4f4f4; + color:#999; } .withdrawalMoneyBtn { - width: 80%; - height: 40px; + width: 92%; + height: 45px; border-radius: 20px; font-size: 20px; color: #FFFFFF; diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index b49f2d3..5ad7534 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -276,11 +276,11 @@ 服务完成 确认接单 - 拒单申请 diff --git a/my/wallet/index.vue b/my/wallet/index.vue index 0710acd..64e6318 100644 --- a/my/wallet/index.vue +++ b/my/wallet/index.vue @@ -699,9 +699,9 @@ .dhjsbg { width: 100%; - height: 144px; + height: 166px; padding: 15px; - background-image: url('../../static/index/fun_banner4.png'); + background:#f6f6f6 url('../../static/index/fun_banner4.png'); background-repeat: no-repeat; background-size: 100% 100%; display: flex; diff --git a/pages/order/index.vue b/pages/order/index.vue index a3a63ce..0f160be 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -79,7 +79,7 @@ 已完成 --> - 预约时间:{{ item.serveTime }}S + 预约时间:{{ item.serveTime }} 拒单审核中... @@ -549,8 +549,12 @@ this.$Request.getT("/app/artificer/jishiQueren",{ ordersId:ordersId }).then(res => { - if (res.code == 0) { - that.$queue.showToast(res.msg); + if (res.code == 200) { + console.log("asdsad") + uni.showToast({ + title:'已确认接单' + }) + that.upCallback(1) } else { that.$queue.showToast(res.msg); } @@ -749,8 +753,7 @@ // console.log(this.endTime) this.mescroll.resetUpScroll() }, - goNav(e, name) { - console.log(e) + goNav(e,name) { if (this.userId) { uni.navigateTo({ url: e diff --git a/pages/public/login.vue b/pages/public/login.vue index 1a56332..bbfeecc 100644 --- a/pages/public/login.vue +++ b/pages/public/login.vue @@ -40,7 +40,7 @@ - 欢迎登录盛安到家 + 欢迎登录盛安到家 diff --git a/uview-ui/libs/request/index.js b/uview-ui/libs/request/index.js index 1d18b84..7cd3e99 100644 --- a/uview-ui/libs/request/index.js +++ b/uview-ui/libs/request/index.js @@ -103,8 +103,8 @@ class Request { this.config = { // baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换 // baseUrl: 'http://47.75.182.93:8090/', // 请求的根域名 - baseUrl: 'http://120.46.52.165/', // 请求的根域名 - // baseUrl: 'http://192.168.2.222:8187/', // 请求的根域名 + // baseUrl: 'http://120.46.52.165/', // 请求的根域名 + baseUrl: 'http://192.168.2.222:8187/', // 请求的根域名 // 默认的请求头 header: {}, method: 'POST',