This commit is contained in:
yangjun 2024-06-27 16:15:54 +08:00
commit a401ad26df
8 changed files with 40 additions and 29 deletions

View File

@ -754,9 +754,9 @@ export default {
@import 'components/colorui/icon.css'; @import 'components/colorui/icon.css';
@import './static/css/common.css'; @import './static/css/common.css';
@import './static/css/simplepro.css'; @import './static/css/simplepro.css';
/deep/.uni-scroll-view-content{ // /deep/.uni-scroll-view-content{
height: 350px !important; // height: 350px !important;
} // }
page { page {
background-color: #FFFFFF; background-color: #FFFFFF;
color: #343546; color: #343546;

View File

@ -4,8 +4,8 @@
//测试环境 //测试环境
const PROT = "http://" const PROT = "http://"
// const ROOTHOST = "47.75.182.93:8090"; // const ROOTHOST = "47.75.182.93:8090";
// const ROOTHOST = "192.168.2.222:8187"; const ROOTHOST = "192.168.2.222:8187";
const ROOTHOST = "120.46.52.165"; // const ROOTHOST = "120.46.52.165";
// const ROOTHOST = "192.168.0.115:8187"; // const ROOTHOST = "192.168.0.115:8187";
// const ROOTHOST = "192.168.1.169:8187"; // const ROOTHOST = "192.168.1.169:8187";
// 后端本地张聪 // 后端本地张聪

View File

@ -61,9 +61,14 @@
background-color: #FFFFFF; background-color: #FFFFFF;
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 10px;
box-shadow: 2px 2px 15px 1px #b5b5b5;
} }
.innerTimer{
font-size: 14px;
margin-top: 5px;
color: #666;
margin-right: 10px;
}
.totalIntegral { .totalIntegral {
padding-left: 20px; padding-left: 20px;
} }
@ -123,12 +128,11 @@
background-color: #FFFFFF; background-color: #FFFFFF;
border-radius: 10px; border-radius: 10px;
margin: 15px; margin: 15px;
box-shadow: 2px 2px 15px 1px #b5b5b5;
} }
.optionsDetailImport { .optionsDetailImport {
padding-left: 10px; padding-left: 10px;
margin-top: 15px; margin-top: 20px;
} }
.dateHeader { .dateHeader {
@ -169,7 +173,7 @@
.bottomActiveTab { .bottomActiveTab {
color: #0aa86a; color: #019c88;
} }
.bottomDefaultTab { .bottomDefaultTab {
@ -207,34 +211,38 @@
.storedIntegralTopOfRight view:nth-child(2) { .storedIntegralTopOfRight view:nth-child(2) {
font-size: 20px; font-size: 20px;
color: #cd908e; color: #f97c62;
} }
.storedIntegralMiddle { .storedIntegralMiddle {
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-top: 28rpx; margin-top: 20rpx;
align-items: center; align-items: center;
} }
.storedIntegralMiddle view:nth-child(1) { .storedIntegralMiddle view:nth-child(1) {
margin-left: 3px; margin-left: 3px;
color: #666;
} }
.storedIntegralMiddleofRight { .storedIntegralMiddleofRight {
margin-right: 19px; margin-right: 19px;
color: #666;
} }
.storedIntegralBottom { .storedIntegralBottom {
margin-top: 28rpx; margin-top: 18rpx;
padding-bottom: 15px; padding-bottom: 20px;
margin-left: 3px; margin-left: 3px;
border-bottom: 1px solid #f4f4f4;
color:#999;
} }
.withdrawalMoneyBtn { .withdrawalMoneyBtn {
width: 80%; width: 92%;
height: 40px; height: 45px;
border-radius: 20px; border-radius: 20px;
font-size: 20px; font-size: 20px;
color: #FFFFFF; color: #FFFFFF;

View File

@ -276,11 +276,11 @@
服务完成 服务完成
</view> </view>
<view class="footers-btn footers-true" @click="nineState(order.ordersId)" <view class="footers-btn footers-true" @click="nineState(order.ordersId)"
v-if="order.status == 9&&order.refusalContent==''||order.refusalContent==null" v-if="order.status == 9&& !item.refusalContentl"
> >
确认接单 确认接单
</view> </view>
<view class="footers-btn footers-bor" v-if="order.status == 9&&order.refusalContent==''||order.refusalContent==null" <view class="footers-btn footers-bor" v-if="order.status == 9&& !item.refusalContentl"
@click="toggleJ('bottom',order.ordersId)" @click="toggleJ('bottom',order.ordersId)"
> >
拒单申请 拒单申请

View File

@ -699,9 +699,9 @@
.dhjsbg { .dhjsbg {
width: 100%; width: 100%;
height: 144px; height: 166px;
padding: 15px; padding: 15px;
background-image: url('../../static/index/fun_banner4.png'); background:#f6f6f6 url('../../static/index/fun_banner4.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;

View File

@ -79,7 +79,7 @@
<view class="text-green" v-if="item.state ==3||item.state ==4">已完成</view> --> <view class="text-green" v-if="item.state ==3||item.state ==4">已完成</view> -->
<view class="text-green">预约时间{{ item.serveTime }}</view>S <view class="text-green">预约时间{{ item.serveTime }}</view>
<view v-if="item.status == 9&& item.refusalContent" class="judan"> <view v-if="item.status == 9&& item.refusalContent" class="judan">
拒单审核中... 拒单审核中...
</view> </view>
@ -549,8 +549,12 @@
this.$Request.getT("/app/artificer/jishiQueren",{ this.$Request.getT("/app/artificer/jishiQueren",{
ordersId:ordersId ordersId:ordersId
}).then(res => { }).then(res => {
if (res.code == 0) { if (res.code == 200) {
that.$queue.showToast(res.msg); console.log("asdsad")
uni.showToast({
title:'已确认接单'
})
that.upCallback(1)
} else { } else {
that.$queue.showToast(res.msg); that.$queue.showToast(res.msg);
} }
@ -750,7 +754,6 @@
this.mescroll.resetUpScroll() this.mescroll.resetUpScroll()
}, },
goNav(e,name) { goNav(e,name) {
console.log(e)
if (this.userId) { if (this.userId) {
uni.navigateTo({ uni.navigateTo({
url: e url: e

View File

@ -40,7 +40,7 @@
<!-- #endif --> <!-- #endif -->
<!-- #ifndef MP-WEIXIN --> <!-- #ifndef MP-WEIXIN -->
<view style="text-align: center;"> <view style="text-align: center;">
<view style="font-size: 43upx;margin-top: 32upx;color: #333333;margin-top: 100rpx;">欢迎登录盛安到家</view> <view style="font-size: 48upx;margin-top: 32upx;color: #333333;margin-top: 100rpx;">欢迎登录盛安到家</view>
<image style="width: 300upx;height: 300upx;margin-top: 200upx;margin-bottom:100rpx;border-radius:20upx" <image style="width: 300upx;height: 300upx;margin-top: 200upx;margin-bottom:100rpx;border-radius:20upx"
src="../../static/logo.png"></image> src="../../static/logo.png"></image>
<button v-if="weixinLogin" class="confirm-btn" @click="weixinLo">微信登录</button> <button v-if="weixinLogin" class="confirm-btn" @click="weixinLo">微信登录</button>

View File

@ -103,8 +103,8 @@ class Request {
this.config = { this.config = {
// baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换 // baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换
// baseUrl: 'http://47.75.182.93:8090/', // 请求的根域名 // baseUrl: 'http://47.75.182.93:8090/', // 请求的根域名
baseUrl: 'http://120.46.52.165/', // 请求的根域名 // baseUrl: 'http://120.46.52.165/', // 请求的根域名
// baseUrl: 'http://192.168.2.222:8187/', // 请求的根域名 baseUrl: 'http://192.168.2.222:8187/', // 请求的根域名
// 默认的请求头 // 默认的请求头
header: {}, header: {},
method: 'POST', method: 'POST',