diff --git a/service-uniapp-client/components/address/redactAddress.vue b/service-uniapp-client/components/address/redactAddress.vue index 5b3d6eb..8adfaab 100644 --- a/service-uniapp-client/components/address/redactAddress.vue +++ b/service-uniapp-client/components/address/redactAddress.vue @@ -76,7 +76,7 @@ color: white; font-size: 28rpx; margin: 0rpx auto; - background: linear-gradient(180deg, #6FDFBE, #5AC796); + background: #F7AEB6; } image { @@ -116,7 +116,7 @@ display: flex; align-items: center; height: 78rpx; - color: #5FCC9F; + color: #EF8C94; } .van-cell__value { @@ -126,7 +126,7 @@ } &::v-deep .van-field__error-message { - color: #5AC796; + color: #EF8C94; font-size: 20rpx; margin-top: 10rpx; } diff --git a/service-uniapp-client/components/base/m-navbar.vue b/service-uniapp-client/components/base/m-navbar.vue index 88c79ae..ba04470 100644 --- a/service-uniapp-client/components/base/m-navbar.vue +++ b/service-uniapp-client/components/base/m-navbar.vue @@ -29,7 +29,7 @@ top: 0; width: 100%; height: 90rpx; - background: linear-gradient(to right, #4899a6, #6fc6ad); + background: #F1B8BD; display: flex; justify-content: center; align-items: center; diff --git a/service-uniapp-client/components/couponList.vue b/service-uniapp-client/components/couponList.vue index e70ed4a..0a1bd95 100644 --- a/service-uniapp-client/components/couponList.vue +++ b/service-uniapp-client/components/couponList.vue @@ -1,10 +1,7 @@ \ No newline at end of file diff --git a/service-uniapp-client/components/payOrder/selectAddressPopup.vue b/service-uniapp-client/components/payOrder/selectAddressPopup.vue index 9d8d774..4172b47 100644 --- a/service-uniapp-client/components/payOrder/selectAddressPopup.vue +++ b/service-uniapp-client/components/payOrder/selectAddressPopup.vue @@ -132,7 +132,7 @@ .box { width: 100%; height: 100%; - background: linear-gradient(#57CAA0, #55B16E); + background: #F1B8BD; box-sizing: border-box; padding: 40rpx 40rpx 140rpx 40rpx; @@ -247,7 +247,7 @@ color: white; text-align: center; font-size: 28rpx; - background: linear-gradient(180deg, #6FDFBE, #5AC796); + background: #EF8C94; } } diff --git a/service-uniapp-client/components/payOrder/selectCouponPopup.vue b/service-uniapp-client/components/payOrder/selectCouponPopup.vue index 80055c2..a7edd09 100644 --- a/service-uniapp-client/components/payOrder/selectCouponPopup.vue +++ b/service-uniapp-client/components/payOrder/selectCouponPopup.vue @@ -96,7 +96,7 @@ .box{ width: 100%; height: 100%; - background: linear-gradient(#57CAA0, #55B16E); + background: #F1B8BD; box-sizing: border-box; padding: 40rpx; .title{ diff --git a/service-uniapp-client/components/payOrder/selectEssentialOilPopup.vue b/service-uniapp-client/components/payOrder/selectEssentialOilPopup.vue new file mode 100644 index 0000000..7c8727f --- /dev/null +++ b/service-uniapp-client/components/payOrder/selectEssentialOilPopup.vue @@ -0,0 +1,161 @@ + + + + + \ No newline at end of file diff --git a/service-uniapp-client/components/payOrder/selectTime.vue b/service-uniapp-client/components/payOrder/selectTime.vue index 2c01513..aadd08f 100644 --- a/service-uniapp-client/components/payOrder/selectTime.vue +++ b/service-uniapp-client/components/payOrder/selectTime.vue @@ -121,7 +121,7 @@ .box{ width: 100%; height: 100%; - background: linear-gradient(#57CAA0, #55B16E); + background: #F1B8BD; box-sizing: border-box; padding: 40rpx; .title{ diff --git a/service-uniapp-client/components/review/reviewList/reviewList.vue b/service-uniapp-client/components/review/reviewList/reviewList.vue index 9ac8152..c8e0b7f 100644 --- a/service-uniapp-client/components/review/reviewList/reviewList.vue +++ b/service-uniapp-client/components/review/reviewList/reviewList.vue @@ -8,7 +8,8 @@ - 匿名用户 + 匿名用户 + 皇家尊享spa {{ item.createTime }} @@ -21,7 +22,7 @@ - {{ item.labelText }} + {{ getSatisfaction(item.serviceNum) }} @@ -53,26 +54,17 @@ list: { type: Array, default: function() { - return [{ - userName: 'IYU466930948', - peviewTime: '2024.01.18', - tag: '皇家尊享spa', - agrenn: '非常满意', - content: '经常久坐肩颈很不舒服,下单了#皇家尊享spa预约的技师是#李晓纯,下单还不到20分钟就过来了,等待时间比较快,手法力道真的很专业,服务态度也不错,顺便还给我普及了穴位知识,真的很满意', - num: 450 - }, { - userName: 'IYU466930948', - peviewTime: '2024.01.18', - tag: '皇家尊享spa', - agrenn: '非常满意', - content: '经常久坐肩颈很不舒服,下单了#皇家尊享spa预约的技师是#李晓纯,下单还不到20分钟就过来了,等待时间比较快,手法力道真的很专业,服务态度也不错,顺便还给我普及了穴位知识,真的很满意', - num: 450 - }, ] + return [] } } }, methods: { - + //获取满意度 + getSatisfaction(num){ + let satisfaction = ['不满意','不满意','较满意','满意','非常满意'] + + return satisfaction[num - 1] + } } } @@ -110,7 +102,17 @@ padding: 10rpx 15rpx; .user-name { + display: flex; + align-items: center; font-size: 30rpx; + + .server-name { + background: #FEF4F5; + color: #EF8D95; + font-size: 20rpx; + padding: 8rpx 15rpx; + border-radius: 5rpx; + } } .peview-time { diff --git a/service-uniapp-client/components/selectTechnicianCompoents.vue b/service-uniapp-client/components/selectTechnicianCompoents.vue index a7a4c79..92c954c 100644 --- a/service-uniapp-client/components/selectTechnicianCompoents.vue +++ b/service-uniapp-client/components/selectTechnicianCompoents.vue @@ -114,7 +114,7 @@ position: absolute; left: 10%; bottom: -15rpx; - background: #55CCA7; + background: #EF8C94; width: 80%; color: white; font-size: 22rpx; @@ -143,8 +143,8 @@ } .btn { - border: 1px solid #55CCA7; - color: #55CCA7; + border: 1px solid #EF8C94; + color: #F6BEC3; font-size: 20rpx; padding: 5rpx; border-radius: 5rpx; @@ -153,11 +153,11 @@ .appointed-time { width: 40%; - background: #E7FDF7; + background: #FFE3E6; height: 40rpx; border-radius: 22.5rpx; font-size: 20rpx; - color: #5DB9A3; + color: #EF8C94; .capsule { display: flex; @@ -172,7 +172,7 @@ height: 100%; color: white; border-radius: 20rpx; - background: #52CFB0; + background: #EF8C94; } .today { @@ -224,7 +224,7 @@ width: 160rpx; border-radius: 40rpx; color: white; - background: linear-gradient(170deg, #53CEAC, #5AC796); + background: #EF8C94; font-size: 24rpx; } diff --git a/service-uniapp-client/components/technicianList.vue b/service-uniapp-client/components/technicianList.vue index 02c6847..7ef1c75 100644 --- a/service-uniapp-client/components/technicianList.vue +++ b/service-uniapp-client/components/technicianList.vue @@ -9,7 +9,7 @@ - + 可服务 @@ -112,9 +112,11 @@ width: 150rpx; height: 150rpx; border-radius: 10rpx; - border: 1px solid #5EBAA2; + border: 1px solid #F6BEC3; .img-box{ + position: relative; + .bg { width: 150rpx; height: 150rpx; @@ -144,14 +146,14 @@ justify-content: center; align-items: center; position: absolute; - left: 50%; - bottom: -13rpx; + top: 0rpx; + right: 0rpx; width: 70%; height: 40rpx; - background: #60C285; - border-radius: 10rpx; + background: #F6BEC3; + border-top-left-radius: 20rpx; + border-bottom-left-radius: 20rpx; color: white; - transform: translate(-50%); .desc { font-size: 18rpx; @@ -215,11 +217,11 @@ .appointed-time { width: 48%; - background: #E7FDF7; + background: #FFE3E6; height: 40rpx; border-radius: 22.5rpx; font-size: 20rpx; - color: #5DB9A3; + color: #EF8C94; .capsule { display: flex; @@ -234,7 +236,7 @@ height: 100%; color: white; border-radius: 20rpx; - background: #52CFB0; + background: #EF8C94; } .today { @@ -309,7 +311,7 @@ width: 180rpx; border-radius: 40rpx; color: white; - background: linear-gradient(170deg, #53CEAC, #5AC796); + background: #EF8C94; } .notAvailable { diff --git a/service-uniapp-client/mixins/order.js b/service-uniapp-client/mixins/order.js new file mode 100644 index 0000000..bfc6790 --- /dev/null +++ b/service-uniapp-client/mixins/order.js @@ -0,0 +1,56 @@ +import { showConfirmDialog } from 'vant'; + + +export default { + methods : { + //再来一单 + moreOrder(projectId,successCallback) { + this.$api('getProjectDetail', { + id: projectId + }, res => { + if (res.code == 200) { + successCallback && successCallback(res,projectId) + } + }) + }, + + //立即评价 + toEvaluate(id,projectId) { + uni.navigateTo({ + url: '/pages/order/evaluate?id=' + id + '&projectId=' + projectId + }) + }, + + //取消订单 + calcelOrder(orderId,successCallback) { + showConfirmDialog({ + title: '取消订单', + message: '确认取消订单?', + }).then(() => { + this.$api('cancelVipOrder', { + orderId + }, res => { + if (res.code == 200) { + successCallback && successCallback() + } + }) + }).catch(() => {}); + }, + + //立即支付 + toPayOrder(item) { + this.$api('immediatelyPay', { + addressId: item.addressId, + couponId: item.couponId, + orderId: item.id, + payType: item.payType, + remark: item.remark, + serviceTime: item.serviceTime + }, res => { + if (res.code == 200) { + this.$wxPay(res, this.getOrderList, this.getOrderList) + } + }) + }, + } +} \ No newline at end of file diff --git a/service-uniapp-client/pages.json b/service-uniapp-client/pages.json index 7f8ac0f..c4c0245 100644 --- a/service-uniapp-client/pages.json +++ b/service-uniapp-client/pages.json @@ -173,6 +173,34 @@ { "navigationBarTitleText" : "钱包提现" } + }, + { + "path" : "pages/message/message", + "style" : + { + "navigationBarTitleText" : "消息通知" + } + }, + { + "path" : "pages/complain/complain", + "style" : + { + "navigationBarTitleText" : "投诉建议" + } + }, + { + "path" : "pages/evaluate/evaluate", + "style" : + { + "navigationBarTitleText" : "我的评价" + } + }, + { + "path" : "pages/orderManagement/orderManagement", + "style" : + { + "navigationBarTitleText" : "订单管理" + } } ], "globalStyle": { @@ -184,7 +212,7 @@ }, "tabBar": { "backgroundColor": "white", - "selectedColor": "#56CBA4", + "selectedColor": "#EF8C94", "list": [ { "selectedIconPath": "/static/bar/hms.png", diff --git a/service-uniapp-client/pages/complain/complain.vue b/service-uniapp-client/pages/complain/complain.vue new file mode 100644 index 0000000..b441a11 --- /dev/null +++ b/service-uniapp-client/pages/complain/complain.vue @@ -0,0 +1,226 @@ + + + + + + \ No newline at end of file diff --git a/service-uniapp-client/pages/evaluate/evaluate.vue b/service-uniapp-client/pages/evaluate/evaluate.vue new file mode 100644 index 0000000..cd0fa6e --- /dev/null +++ b/service-uniapp-client/pages/evaluate/evaluate.vue @@ -0,0 +1,70 @@ + + + + + + \ No newline at end of file diff --git a/service-uniapp-client/pages/index/center.vue b/service-uniapp-client/pages/index/center.vue index d4c99e6..8412eca 100644 --- a/service-uniapp-client/pages/index/center.vue +++ b/service-uniapp-client/pages/index/center.vue @@ -25,26 +25,7 @@ - - - - - - - 账号余额 - - ¥ - {{ userInfo.price }} - - - - 立即充值 - - - - - + @@ -67,30 +48,49 @@ - - + + 常用功能 - + - 地址管理 + 订单管理 - + - 技师入驻 + 消息通知 - + - 联系客服 + 地址管理 - - + + + + - 分销代理 + 投诉建议 + + + + + 客服中心 + + + + + 我的评价 + + + + + + + 商家入驻 @@ -254,6 +254,34 @@ uni.reLaunch({ url : '/pages/mine/phoneDetail' }) + }, + + //跳转消息通知 + toMessage(){ + uni.navigateTo({ + url: '/pages/message/message' + }) + }, + + //跳转投诉建议 + toComplain(){ + uni.navigateTo({ + url: '/pages/complain/complain' + }) + }, + + //跳转我的评价 + toEvaluate(){ + uni.navigateTo({ + url: '/pages/evaluate/evaluate' + }) + }, + + //跳转订单管理 + toOrderManagement(){ + uni.navigateTo({ + url: '/pages/orderManagement/orderManagement' + }) } } } @@ -267,7 +295,7 @@ .banner { width: 100%; height: calc(392rpx -160rpx); - background: linear-gradient(to top right, #4899a6, #6fc6ad); + background: #F1B8BD; } .head-div { @@ -305,9 +333,8 @@ .one-card { width: calc(100% - 80px); - height: 116px; border-radius: 16rpx; - margin: -30rpx auto 0; + margin: -50rpx auto 0; background-color: #fff; padding: 20px; } @@ -316,8 +343,7 @@ width: calc(100% - 60px); border-radius: 16rpx; margin: 20rpx auto; - padding: 40rpx 10px; - background: #ffffff; + padding: 0rpx 10px; border-radius: 16px; } @@ -332,19 +358,24 @@ margin-top: 15rpx; } - .icons { - width: calc(100% - 20px); - height: 98rpx; - padding: 30rpx 20rpx; - margin-top: 30rpx; - } - .icon { - margin: 0 32rpx; - width: 48rpx; - height: 48rpx; + margin: 0 auto; + width: 60rpx; + height: 60rpx; border-radius: 50%; } + + .icon-item{ + display: flex; + flex-direction: column; + justify-content: center; + width: calc(33.33% - 20rpx); + background: #fff; + border-radius: 20rpx; + box-sizing: border-box; + padding: 40rpx 0rpx; + margin-bottom: 20rpx; + } .head-title { font-size: 30rpx; @@ -399,12 +430,8 @@ } .cart { - width: calc(100% - 15px); + width: 100%; background-color: #fff; - position: absolute; - top: 60px; - left: 10px; - z-index: 10; display: flex; justify-content: center; align-items: center; @@ -413,8 +440,6 @@ .cart>view { width: calc(50% - 10px); height: 140rpx; - background-color: #2f2e2e; - border-radius: 20rpx; background-size: 100% 100%; box-sizing: border-box; padding: 20rpx; diff --git a/service-uniapp-client/pages/index/index.vue b/service-uniapp-client/pages/index/index.vue index cb4d3a5..c075aa4 100644 --- a/service-uniapp-client/pages/index/index.vue +++ b/service-uniapp-client/pages/index/index.vue @@ -27,15 +27,59 @@ + + + + + + + + + + + + + + + + + 女士套餐 + + 更多 + + + + + + + + {{ item.title }} + + + + {{ item.times }}分钟 + + 限时特价 + + + + + + + + 近期热销 + 推荐必抢 + @@ -105,7 +149,8 @@ finished: false, technicianList: [], showAeraPro: false, - area: '' + area: '', + active : 0 } }, onShow() { @@ -254,7 +299,6 @@ .home-top { height: 350rpx; - background: linear-gradient(38deg, #4899A6, #60BDA2); padding-top: 60rpx; .search { @@ -332,7 +376,7 @@ .right-area { .search-button { - background: #60BDA2; + background: #F6BEC3; height: 60rpx; width: 130rpx; font-size: 26rpx; @@ -374,10 +418,125 @@ } } } + + .tab{ + margin: 20rpx 0rpx; + } + + .combo { + background: #fff; + border-radius: 20rpx; + box-sizing: border-box; + padding: 20rpx; + overflow: hidden; + + .combo-top { + display: flex; + align-items: center; + justify-content: space-between; + + .combo-title { + font-size: 26rpx; + } + + .more { + display: flex; + align-items: center; + font-size: 20rpx; + color: #666666; + + image { + width: 10rpx; + margin-left: 10rpx; + } + + } + + } + + .combo-list { + display: flex; + flex-wrap: nowrap; + overflow-x: auto; + margin-top: 30rpx; + padding: 0rpx; + + &::-webkit-scrollbar { + width: 0; + height: 0; + } + + .combo-item { + width: 190rpx; + flex-shrink: 0; + margin-right: 15rpx; + + .server-name{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin: 10rpx 0rpx; + } + + .time-tag { + display: flex; + justify-content: space-between; + align-items: center; + + .combo-time{ + display: flex; + align-items: center; + color: #B8B8B8; + font-size: 20rpx; + } + + image { + width: 22rpx; + height: 22rpx; + margin-right: 5rpx; + } + + } + + .tag{ + font-size: 20rpx; + color: #D34430; + } + + image { + width: 100%; + height: 190rpx; + border-radius: 10rpx; + } + } + + } + + } .server-list { padding-bottom: 80rpx; + .server-list-title { + display: flex; + margin: 30rpx 0rpx; + + .title { + font-size: 30rpx; + font-weight: bold; + } + + .tag { + background: #F29E45; + padding: 5rpx 10rpx; + border-radius: 20rpx; + color: white; + font-size: 20rpx; + margin-left: 20rpx; + } + + } + .server-item { display: flex; flex-wrap: wrap; @@ -489,7 +648,7 @@ width: 170rpx; border-radius: 40rpx; color: white; - background: linear-gradient(170deg, #53CEAC, #5AC796); + background: #EF8C94; } } } diff --git a/service-uniapp-client/pages/index/order.vue b/service-uniapp-client/pages/index/order.vue index 8cbf4c4..041af05 100644 --- a/service-uniapp-client/pages/index/order.vue +++ b/service-uniapp-client/pages/index/order.vue @@ -3,7 +3,7 @@ - @@ -28,9 +28,6 @@ - - {{item.technicianId_dictText}} - @@ -46,32 +43,44 @@ 总计时间:{{item.useTime}}分钟 - - 总价格:{{item.money}}元 - - - - 立即付款 + + + {{item.technicianId_dictText}} - - 取消订单 + + + + 预计30min内到达 - - 微信支付 + + + 总价格:{{item.money}}元 - - 余额支付 + + + + + 取消订单 + + + 立即付款 - + + 再来一单 - + 立即评价 + + 再来一单 + @@ -84,15 +93,15 @@ + + \ No newline at end of file diff --git a/service-uniapp-client/pages/mine/address.vue b/service-uniapp-client/pages/mine/address.vue index 4260557..d095401 100644 --- a/service-uniapp-client/pages/mine/address.vue +++ b/service-uniapp-client/pages/mine/address.vue @@ -28,7 +28,7 @@ - + 默认地址 @@ -459,7 +459,7 @@ color: white; text-align: center; font-size: 28rpx; - background: linear-gradient(180deg, #6FDFBE, #5AC796); + background: #EF8C94; } } } diff --git a/service-uniapp-client/pages/mine/collect.vue b/service-uniapp-client/pages/mine/collect.vue index d229ea2..c89f783 100644 --- a/service-uniapp-client/pages/mine/collect.vue +++ b/service-uniapp-client/pages/mine/collect.vue @@ -2,8 +2,21 @@ + + + + + + + + + + + + - + @@ -26,7 +39,7 @@ {{ item.technician.level }} - + 取消收藏 @@ -65,8 +78,8 @@ - - + + @@ -88,6 +101,7 @@ pageSize: 10 }, collectList: [], + active: 0 } }, onShow() { @@ -172,9 +186,11 @@ width: 150rpx; height: 150rpx; border-radius: 10rpx; - border: 1px solid #5EBAA2; + border: 1px solid #F6BEC3; .img-box { + position: relative; + .bg { width: 150rpx; height: 150rpx; @@ -187,7 +203,7 @@ } image { - width: 100%; + height: 100%; } } @@ -204,14 +220,14 @@ justify-content: center; align-items: center; position: absolute; - left: 50%; - bottom: -13rpx; + top: 0rpx; + right: 0rpx; width: 70%; height: 40rpx; - background: #60C285; - border-radius: 10rpx; + background: #F6BEC3; + border-top-left-radius: 20rpx; + border-bottom-left-radius: 20rpx; color: white; - transform: translate(-50%); .desc { font-size: 18rpx; @@ -265,7 +281,6 @@ .alert-add-collect { margin-left: 5rpx; - color: #FC9A37; } } @@ -276,11 +291,11 @@ .appointed-time { width: 48%; - background: #E7FDF7; + background: #FFE3E6; height: 40rpx; border-radius: 22.5rpx; font-size: 20rpx; - color: #5DB9A3; + color: #EF8C94; .capsule { display: flex; @@ -295,7 +310,7 @@ height: 100%; color: white; border-radius: 20rpx; - background: #52CFB0; + background: #EF8C94; } .today { @@ -370,7 +385,7 @@ width: 180rpx; border-radius: 40rpx; color: white; - background: linear-gradient(170deg, #53CEAC, #5AC796); + background: #EF8C94; } .notAvailable { diff --git a/service-uniapp-client/pages/mine/coupon.vue b/service-uniapp-client/pages/mine/coupon.vue index d3545c6..93bf15c 100644 --- a/service-uniapp-client/pages/mine/coupon.vue +++ b/service-uniapp-client/pages/mine/coupon.vue @@ -2,12 +2,10 @@ diff --git a/service-uniapp-client/pages/mine/distribution.vue b/service-uniapp-client/pages/mine/distribution.vue index 4c908eb..8a24b4f 100644 --- a/service-uniapp-client/pages/mine/distribution.vue +++ b/service-uniapp-client/pages/mine/distribution.vue @@ -8,25 +8,25 @@ - 可用余额(元) + 总佣金(元) 累计提现 - 累积收益(元) + ¥{{ agentFlow.use_money }} ¥{{ agentFlow.lei_give }} - ¥{{ agentFlow.lei_set }} + - 粉丝 + 提现 - 提现 + 提现记录 - + @@ -39,7 +39,13 @@ + :label="item.createTime"> + + @@ -70,9 +76,8 @@ type: 0, active : 0, tabs : [ - { title : '费用明细' }, - { title : '提现记录' }, - { title : '收益记录' } + { title : '金额明细' }, + { title : '提现记录' } ] } }, @@ -110,46 +115,6 @@ this.$refs.placard.draw() }) }, - wxshare() { - window.jWeixin.config({ - debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 - appId: 'wxe934cebcbc89d869', // 必填,公众号的唯一标识 - // timestamp: res.data.timestamp, // 必填,生成签名的时间戳 - // nonceStr: res.data.nonceStr, // 必填,生成签名的随机串 - // signature: res.data.signature, // 必填,签名,见附录1 - // surl: res.data.surl, //自己添加的,debug为true的时候可以网页打印出对应的URL是否正确 - jsApiList: ["updateAppMessageShareData", "updateTimelineShareData"] - }); - window.jWeixin.ready(() => { - //自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0) - window.jWeixin.updateAppMessageShareData({ - title: '邀请新用户', // 分享标题 - desc: "邀请新用户,成为你的粉丝", // 分享描述 - link: "http://tairoudj.natapp1.cc", // 分享链接 - imgUrl: res.result, // 分享图标 - success: res => { - //点击分享时提示用户分享图, - this.wxsharetip = true - }, - cancel: function() { - // 用户取消分享后执行的回调函数 - } - }); - //自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0) - window.jWeixin.updateTimelineShareData({ - title: '标题', // 分享标题 - link: "http://tairoudj.natapp1.cc", // 分享链接 - imgUrl: res.result, // 分享图标 - success: res => { - //点击分享时提示用户分享图, - this.wxsharetip = true - }, - cancel: function() { - // 用户取消分享后执行的回调函数 - } - }); - }) - }, tagChange(index) { //选中标签发生改变 this.type = index; this.getAgentFlow() @@ -176,7 +141,7 @@ .box1 { height: 100px; - background: linear-gradient(to right, #4899a6, #6fc6ad); + background: #F6BEC3; } .content { @@ -190,7 +155,7 @@ left: 3%; z-index: 9; border-radius: 10px; - box-shadow: 0px 1px 7px 1px #4899a6; + box-shadow: 0px 1px 7px 1px rgba(0,0,0,.1); .content-box { display: flex; @@ -203,7 +168,7 @@ display: flex; width: 100%; height: 60px; - justify-content: center; + justify-content: space-around; align-items: center; view { @@ -217,14 +182,14 @@ display: flex; width: 100%; height: 60px; - justify-content: center; + justify-content: space-around; align-items: center; view { width: 200rpx; display: flex; justify-content: space-around; - color: #4C9FA6; + color: #F6BEC3; font-size: 18px; } @@ -234,7 +199,7 @@ display: flex; width: 100%; height: 60px; - justify-content: center; + justify-content: space-around; align-items: center; view { @@ -248,8 +213,8 @@ display: inline-block; padding: 5px 20px; text-align: center; - border: 1px solid #96C8CB; - color: #76B7BA; + border: 1px solid #F6BEC3; + color: #F6BEC3; border-radius: 5px; } @@ -269,6 +234,10 @@ .tab-box1 { margin-top: 10px; } + + .addMonry{ + color: #FC5341; + } } } diff --git a/service-uniapp-client/pages/mine/phoneDetail.vue b/service-uniapp-client/pages/mine/phoneDetail.vue index 15ba5bf..3c06a13 100644 --- a/service-uniapp-client/pages/mine/phoneDetail.vue +++ b/service-uniapp-client/pages/mine/phoneDetail.vue @@ -153,7 +153,7 @@ height: 60rpx; border-radius: 30rpx; padding: 0rpx 30rpx; - background: #5AC796; + background: #EF8C94; color: white; } @@ -199,7 +199,7 @@ text-align: center; line-height: 80rpx; font-size: 28rpx; - background: linear-gradient(180deg, #6FDFBE, #5AC796); + background: #EF8C94; } } } diff --git a/service-uniapp-client/pages/mine/setting.vue b/service-uniapp-client/pages/mine/setting.vue index 4d7ab29..ec80cbc 100644 --- a/service-uniapp-client/pages/mine/setting.vue +++ b/service-uniapp-client/pages/mine/setting.vue @@ -164,7 +164,7 @@ .item-line .before { width: 8rpx; height: 30rpx; - background: #4fd3bc; + background: #EF8C94; border-radius: 4rpx; margin: 15rpx 12rpx 15rpx 0; } @@ -194,7 +194,7 @@ width: 596rpx; height: 90rpx; line-height: 90rpx; - background: linear-gradient(180deg, #6fdfbe, #5ac796); + background: #EF8C94; border-radius: 46rpx; margin: 40rpx auto; diff --git a/service-uniapp-client/pages/mine/settled.vue b/service-uniapp-client/pages/mine/settled.vue index 7245653..e0008eb 100644 --- a/service-uniapp-client/pages/mine/settled.vue +++ b/service-uniapp-client/pages/mine/settled.vue @@ -14,43 +14,29 @@ - + - 技师姓名 - + 店铺信息 - - 技师性别 - - - - + 店铺名称 + + + + 你的姓名 + - 联系方式 - - 技师年龄 - + 所在地区 + - - 意向城市 - - - - - 请上传本人近期照片 - - - - - - + 详细地址 + @@ -64,100 +50,89 @@ + + \ No newline at end of file diff --git a/service-uniapp-client/pages/technician/subscribeService.vue b/service-uniapp-client/pages/technician/subscribeService.vue index c29207c..a3473fb 100644 --- a/service-uniapp-client/pages/technician/subscribeService.vue +++ b/service-uniapp-client/pages/technician/subscribeService.vue @@ -7,7 +7,7 @@ - + 急速上门 @@ -36,11 +36,11 @@ 保障 - + 安全可靠 - + 无额外收费 @@ -62,7 +62,7 @@ - + 项目介绍图片 @@ -307,7 +307,7 @@ margin-left: 5rpx; .rush { - color: #49B369; + color: #EF8C94; } } @@ -325,12 +325,12 @@ display: flex; flex-direction: column; justify-content: space-around; - background: #E4FEF1; + background: #FFF2F3; width: 300rpx; height: 120rpx; border-radius: 15rpx; padding: 10rpx 20rpx; - border: 1px solid #49B369; + border: 1px solid #EF8C94; .server-name { font-size: 24rpx; @@ -442,8 +442,8 @@ } .select-classify { - background: #ECFCF1; - color: #55B16E; + background: #FEF4F5; + color: #EF8D95; } } } @@ -466,7 +466,7 @@ width: 90%; height: 80rpx; margin: 0 auto; - background: #49B369; + background: #EF8C94; border-radius: 42.5rpx; color: white; font-size: 28rpx; diff --git a/service-uniapp-client/pages/technician/technicianDetail.vue b/service-uniapp-client/pages/technician/technicianDetail.vue index 19d1a78..e8aed20 100644 --- a/service-uniapp-client/pages/technician/technicianDetail.vue +++ b/service-uniapp-client/pages/technician/technicianDetail.vue @@ -73,11 +73,11 @@
个人介绍 - +
{{ technicianDetail.notes }} @@ -88,7 +88,7 @@ 服务项目 --> - + @@ -145,6 +145,14 @@
+ +
@@ -252,7 +260,7 @@ margin: 0 auto; .technician-Detail-Top { - background-color: var(--van-primary-color); + background-color: #EF8C94; ::v-deep .van-nav-bar__title { color: #fff; @@ -591,7 +599,7 @@ width: 170rpx; border-radius: 40rpx; color: white; - background: linear-gradient(170deg, #53CEAC, #5AC796); + background: #EF8C94; } .notAvailable { @@ -635,10 +643,10 @@ width: 170rpx; border-radius: 40rpx; color: white; - background: linear-gradient(170deg, #53CEAC, #5AC796); + background: #EF8C94; } } } - + } \ No newline at end of file diff --git a/service-uniapp-client/static/address/address-icon.png b/service-uniapp-client/static/address/address-icon.png index 8e66771..629c0f2 100644 Binary files a/service-uniapp-client/static/address/address-icon.png and b/service-uniapp-client/static/address/address-icon.png differ diff --git a/service-uniapp-client/static/address/position-icon.png b/service-uniapp-client/static/address/position-icon.png index c681bc0..817de68 100644 Binary files a/service-uniapp-client/static/address/position-icon.png and b/service-uniapp-client/static/address/position-icon.png differ diff --git a/service-uniapp-client/static/bar/hm.png b/service-uniapp-client/static/bar/hm.png index 31ccd85..37bb5ae 100644 Binary files a/service-uniapp-client/static/bar/hm.png and b/service-uniapp-client/static/bar/hm.png differ diff --git a/service-uniapp-client/static/bar/hms.png b/service-uniapp-client/static/bar/hms.png index 92547f5..34d219d 100644 Binary files a/service-uniapp-client/static/bar/hms.png and b/service-uniapp-client/static/bar/hms.png differ diff --git a/service-uniapp-client/static/bar/ph.png b/service-uniapp-client/static/bar/ph.png index ca629aa..fd4a856 100644 Binary files a/service-uniapp-client/static/bar/ph.png and b/service-uniapp-client/static/bar/ph.png differ diff --git a/service-uniapp-client/static/bar/phs.png b/service-uniapp-client/static/bar/phs.png index e09fdcc..2eec3e1 100644 Binary files a/service-uniapp-client/static/bar/phs.png and b/service-uniapp-client/static/bar/phs.png differ diff --git a/service-uniapp-client/static/bar/tp.png b/service-uniapp-client/static/bar/tp.png index ac345d6..dd2a7d8 100644 Binary files a/service-uniapp-client/static/bar/tp.png and b/service-uniapp-client/static/bar/tp.png differ diff --git a/service-uniapp-client/static/bar/tps.png b/service-uniapp-client/static/bar/tps.png index a7478de..8ddc90d 100644 Binary files a/service-uniapp-client/static/bar/tps.png and b/service-uniapp-client/static/bar/tps.png differ diff --git a/service-uniapp-client/static/bar/wd.png b/service-uniapp-client/static/bar/wd.png index e8ccdae..a1f58a8 100644 Binary files a/service-uniapp-client/static/bar/wd.png and b/service-uniapp-client/static/bar/wd.png differ diff --git a/service-uniapp-client/static/bar/wds.png b/service-uniapp-client/static/bar/wds.png index d429454..14177fc 100644 Binary files a/service-uniapp-client/static/bar/wds.png and b/service-uniapp-client/static/bar/wds.png differ diff --git a/service-uniapp-client/static/complain/img.png b/service-uniapp-client/static/complain/img.png new file mode 100644 index 0000000..82605c3 Binary files /dev/null and b/service-uniapp-client/static/complain/img.png differ diff --git a/service-uniapp-client/static/coupon/c.png b/service-uniapp-client/static/coupon/c.png index ac7a237..64fc2dc 100644 Binary files a/service-uniapp-client/static/coupon/c.png and b/service-uniapp-client/static/coupon/c.png differ diff --git a/service-uniapp-client/static/home/more.png b/service-uniapp-client/static/home/more.png new file mode 100644 index 0000000..948f537 Binary files /dev/null and b/service-uniapp-client/static/home/more.png differ diff --git a/service-uniapp-client/static/home/time-icon.png b/service-uniapp-client/static/home/time-icon.png index 674623b..3a43f2d 100644 Binary files a/service-uniapp-client/static/home/time-icon.png and b/service-uniapp-client/static/home/time-icon.png differ diff --git a/service-uniapp-client/static/icons/icon7.png b/service-uniapp-client/static/icons/icon7.png index f319fa2..1eab6a4 100644 Binary files a/service-uniapp-client/static/icons/icon7.png and b/service-uniapp-client/static/icons/icon7.png differ diff --git a/service-uniapp-client/static/icons/m1.png b/service-uniapp-client/static/icons/m1.png index bad9900..7c7a183 100644 Binary files a/service-uniapp-client/static/icons/m1.png and b/service-uniapp-client/static/icons/m1.png differ diff --git a/service-uniapp-client/static/icons/m2.png b/service-uniapp-client/static/icons/m2.png index 22fcb1c..ec134aa 100644 Binary files a/service-uniapp-client/static/icons/m2.png and b/service-uniapp-client/static/icons/m2.png differ diff --git a/service-uniapp-client/static/icons/m3.png b/service-uniapp-client/static/icons/m3.png index eccc527..65ff357 100644 Binary files a/service-uniapp-client/static/icons/m3.png and b/service-uniapp-client/static/icons/m3.png differ diff --git a/service-uniapp-client/static/icons/m4.png b/service-uniapp-client/static/icons/m4.png index 4741190..fbefb9a 100644 Binary files a/service-uniapp-client/static/icons/m4.png and b/service-uniapp-client/static/icons/m4.png differ diff --git a/service-uniapp-client/static/icons/m5.png b/service-uniapp-client/static/icons/m5.png new file mode 100644 index 0000000..d1d197f Binary files /dev/null and b/service-uniapp-client/static/icons/m5.png differ diff --git a/service-uniapp-client/static/icons/m6.png b/service-uniapp-client/static/icons/m6.png new file mode 100644 index 0000000..13d4008 Binary files /dev/null and b/service-uniapp-client/static/icons/m6.png differ diff --git a/service-uniapp-client/static/icons/m7.png b/service-uniapp-client/static/icons/m7.png new file mode 100644 index 0000000..a797e9a Binary files /dev/null and b/service-uniapp-client/static/icons/m7.png differ diff --git a/service-uniapp-client/static/icons/secure.png b/service-uniapp-client/static/icons/secure.png new file mode 100644 index 0000000..5f1634d Binary files /dev/null and b/service-uniapp-client/static/icons/secure.png differ diff --git a/service-uniapp-client/static/message/arrow.png b/service-uniapp-client/static/message/arrow.png new file mode 100644 index 0000000..87e295e Binary files /dev/null and b/service-uniapp-client/static/message/arrow.png differ diff --git a/service-uniapp-client/static/message/lightning-icon.png b/service-uniapp-client/static/message/lightning-icon.png new file mode 100644 index 0000000..8eca04f Binary files /dev/null and b/service-uniapp-client/static/message/lightning-icon.png differ diff --git a/service-uniapp-client/static/message/message-icon.png b/service-uniapp-client/static/message/message-icon.png new file mode 100644 index 0000000..a4444f1 Binary files /dev/null and b/service-uniapp-client/static/message/message-icon.png differ diff --git a/service-uniapp-client/static/ms/banner.png b/service-uniapp-client/static/ms/banner.png index ddadb61..cab67e6 100644 Binary files a/service-uniapp-client/static/ms/banner.png and b/service-uniapp-client/static/ms/banner.png differ diff --git a/service-uniapp-client/static/ms/fontjszm.png b/service-uniapp-client/static/ms/fontjszm.png index 9a8fdf3..9f51cb2 100644 Binary files a/service-uniapp-client/static/ms/fontjszm.png and b/service-uniapp-client/static/ms/fontjszm.png differ diff --git a/service-uniapp-client/static/ms/settled.png b/service-uniapp-client/static/ms/settled.png index 14f89ef..a5827e0 100644 Binary files a/service-uniapp-client/static/ms/settled.png and b/service-uniapp-client/static/ms/settled.png differ diff --git a/service-uniapp-client/static/ms/w.png b/service-uniapp-client/static/ms/w.png index b36c782..3bfebb1 100644 Binary files a/service-uniapp-client/static/ms/w.png and b/service-uniapp-client/static/ms/w.png differ diff --git a/service-uniapp-client/static/order/time.png b/service-uniapp-client/static/order/time.png new file mode 100644 index 0000000..7fe9a6d Binary files /dev/null and b/service-uniapp-client/static/order/time.png differ diff --git a/service-uniapp-client/static/payOrder/1.png b/service-uniapp-client/static/payOrder/1.png index f6bf22d..b50f4f4 100644 Binary files a/service-uniapp-client/static/payOrder/1.png and b/service-uniapp-client/static/payOrder/1.png differ diff --git a/service-uniapp-client/static/payOrder/2.png b/service-uniapp-client/static/payOrder/2.png index e496f4e..dce5bc6 100644 Binary files a/service-uniapp-client/static/payOrder/2.png and b/service-uniapp-client/static/payOrder/2.png differ diff --git a/service-uniapp-client/static/payOrder/3.png b/service-uniapp-client/static/payOrder/3.png index dce3001..158087f 100644 Binary files a/service-uniapp-client/static/payOrder/3.png and b/service-uniapp-client/static/payOrder/3.png differ diff --git a/service-uniapp-client/static/payOrder/4.png b/service-uniapp-client/static/payOrder/4.png index 3474abb..5f56389 100644 Binary files a/service-uniapp-client/static/payOrder/4.png and b/service-uniapp-client/static/payOrder/4.png differ diff --git a/service-uniapp-client/static/payOrder/5.png b/service-uniapp-client/static/payOrder/5.png index 03d61ab..5ceb283 100644 Binary files a/service-uniapp-client/static/payOrder/5.png and b/service-uniapp-client/static/payOrder/5.png differ diff --git a/service-uniapp-client/static/payOrder/6.png b/service-uniapp-client/static/payOrder/6.png new file mode 100644 index 0000000..a76cb65 Binary files /dev/null and b/service-uniapp-client/static/payOrder/6.png differ diff --git a/service-uniapp-client/static/payOrder/7.png b/service-uniapp-client/static/payOrder/7.png index fc45121..60bd0f1 100644 Binary files a/service-uniapp-client/static/payOrder/7.png and b/service-uniapp-client/static/payOrder/7.png differ diff --git a/service-uniapp-client/static/payOrder/8.png b/service-uniapp-client/static/payOrder/8.png index 7c09f67..a76cb65 100644 Binary files a/service-uniapp-client/static/payOrder/8.png and b/service-uniapp-client/static/payOrder/8.png differ diff --git a/service-uniapp-client/static/payOrder/9.png b/service-uniapp-client/static/payOrder/9.png index d3a8e95..638db6f 100644 Binary files a/service-uniapp-client/static/payOrder/9.png and b/service-uniapp-client/static/payOrder/9.png differ diff --git a/service-uniapp-client/static/technician/address.png b/service-uniapp-client/static/technician/address.png index b3d081e..850a641 100644 Binary files a/service-uniapp-client/static/technician/address.png and b/service-uniapp-client/static/technician/address.png differ diff --git a/service-uniapp-client/static/technician/collect-icon.png b/service-uniapp-client/static/technician/collect-icon.png new file mode 100644 index 0000000..957690a Binary files /dev/null and b/service-uniapp-client/static/technician/collect-icon.png differ diff --git a/service-uniapp-client/static/technician/lightning-icon.png b/service-uniapp-client/static/technician/lightning-icon.png index 64ac292..8eca04f 100644 Binary files a/service-uniapp-client/static/technician/lightning-icon.png and b/service-uniapp-client/static/technician/lightning-icon.png differ diff --git a/service-uniapp-client/static/technician/lightning-icon1.png b/service-uniapp-client/static/technician/lightning-icon1.png new file mode 100644 index 0000000..7154c47 Binary files /dev/null and b/service-uniapp-client/static/technician/lightning-icon1.png differ diff --git a/service-uniapp-client/static/test/精油.png b/service-uniapp-client/static/test/精油.png new file mode 100644 index 0000000..3311872 Binary files /dev/null and b/service-uniapp-client/static/test/精油.png differ diff --git a/service-uniapp-client/static/test/精油1.png b/service-uniapp-client/static/test/精油1.png new file mode 100644 index 0000000..ffaa177 Binary files /dev/null and b/service-uniapp-client/static/test/精油1.png differ diff --git a/service-uniapp-client/static/test/精油2.png b/service-uniapp-client/static/test/精油2.png new file mode 100644 index 0000000..edb89bc Binary files /dev/null and b/service-uniapp-client/static/test/精油2.png differ diff --git a/service-uniapp-client/static/test/精油3.png b/service-uniapp-client/static/test/精油3.png new file mode 100644 index 0000000..2bfe051 Binary files /dev/null and b/service-uniapp-client/static/test/精油3.png differ diff --git a/service-uniapp-client/uni.css b/service-uniapp-client/uni.css index 2625892..699dfd9 100644 --- a/service-uniapp-client/uni.css +++ b/service-uniapp-client/uni.css @@ -1,52 +1,55 @@ - - -.van-step__circle-container{ +.van-step__circle-container { background: transparent !important; } -.test{ +.test { border: 1rpx dashed red; } -.font-c{ +.font-c { color: #ccc; } -.w50{ +.w50 { width: 50%; } -.h375{ +.h375 { width: 100%; height: 375rpx; } -.h238{ + +.h238 { width: 238rpx; height: 238rpx; margin: auto; } -.h220{ + +.h220 { width: 100%; height: 220rpx; } + .h120 { width: 100%; height: 120rpx; line-height: 120rpx; } -.h70{ + +.h70 { width: 100%; height: 70rpx; line-height: 70rpx; } -.h88{ + +.h88 { width: 100%; height: 88rpx; line-height: 88rpx; @@ -54,114 +57,133 @@ -.mb40{ +.mb40 { margin-bottom: 40rpx; } -.mb20{ + +.mb20 { margin-bottom: 20rpx; } -.mt20{ + +.mt20 { margin-top: 20rpx; } -.mt56{ + +.mt56 { margin-top: 56rpx; } -.pb120{ + +.pb120 { padding-bottom: 120rpx; } -.m5{ +.m5 { margin-top: 5rpx; margin-bottom: 5rpx; } -.m10{ + +.m10 { margin-top: 10rpx; margin-bottom: 10rpx; } -.m20{ + +.m20 { margin-top: 20rpx; margin-bottom: 20rpx; } -.mt100{ + +.mt100 { margin-top: 100rpx; } -.mt40{ + +.mt40 { margin-top: 40rpx; } -.m120{ + +.m120 { margin-top: 120rpx; margin-bottom: 120rpx; } -.m10auto{ +.m10auto { margin: 10 auto; -} -.m20auto{ +} + +.m20auto { margin: 20 auto; -} +} -.flex{ +.flex { display: flex; } -.flex-sb{ + +.flex-sb { display: flex; justify-content: space-between; } -.sb-w3{ + +.sb-w3 { width: calc(100% / 3); text-align: center; } -.sb-w4{ + +.sb-w4 { width: calc(100% / 4); text-align: center; } -.sb-w5{ + +.sb-w5 { width: calc(100% / 5); text-align: center; } -.sb-w8{ + +.sb-w8 { width: calc(100% / 8); text-align: center; } -.flex-wrap{ + +.flex-wrap { display: flex; justify-content: space-between; flex-wrap: wrap; } -.line36{ +.line36 { line-height: 36rpx; font-size: 30rpx; } -.line42{ + +.line42 { line-height: 42rpx; font-size: 32rpx; } -.line64{ + +.line64 { line-height: 64rpx; font-size: 36rpx; } -.line72{ + +.line72 { line-height: 72rpx; font-size: 42rpx; } -.bottom-line{ +.bottom-line { border-bottom: 2rpx solid #eee; } -.bottom-line:last-child{ +.bottom-line:last-child { border-bottom: none; } @@ -178,27 +200,29 @@ -.b-fiexd{ - height: 120rpx; - width: calc(100vw - 40rpx); +.b-fiexd { + height: 120rpx; + width: calc(100vw - 40rpx); padding: 0 20rpx; - position: fixed; - left: 0; - bottom: 0; + position: fixed; + left: 0; + bottom: 0; box-shadow: -20rpx 10rpx 10rpx #000; background-color: #ffffff; } -.b-relative{ + +.b-relative { position: relative; } -.b-button{ - background-color: 10rpx; - height:72rpx; - line-height: 72rpx; - text-align:center; - color: #ffffff; - width: 376rpx; - background-color: #fe8a00; + +.b-button { + background-color: 10rpx; + height: 72rpx; + line-height: 72rpx; + text-align: center; + color: #ffffff; + width: 376rpx; + background-color: #fe8a00; border-radius: 10rpx; margin: 24rpx auto; } @@ -207,15 +231,17 @@ /** * 滑动定位 */ -.bg-white{ +.bg-white { background-color: white; } -.box-shadow-gray{ + +.box-shadow-gray { box-shadow: #ccc 0 0rpx 40rpx 0.1rpx; } -.sticky{ - position: sticky; - top: 0; + +.sticky { + position: sticky; + top: 0; z-index: 100; } @@ -225,15 +251,15 @@ */ .back-feixd { background-color: #fff8ef; - border: 1rpx solid #dbc9ba; - border-radius: 50%; + border: 1rpx solid #dbc9ba; + border-radius: 50%; width: 60rpx; height: 60rpx; - position: fixed; - top: 100rpx; + position: fixed; + top: 100rpx; left: 12rpx; z-index: 101; - + line-height: 60rpx; text-align: center; opacity: .7; @@ -245,24 +271,25 @@ */ .s-input { padding: 16rpx 40rpx; - margin: 0 20rpx; - width: 590rpx; - border-radius: 40rpx; - height: 40rpx; - line-height: 40rpx; - border: 1rpx solid #ccc; + margin: 0 20rpx; + width: 590rpx; + border-radius: 40rpx; + height: 40rpx; + line-height: 40rpx; + border: 1rpx solid #ccc; color: #0d0d0d; font-size: 28rpx; } + .s-input-line { - height: 72rpx; - line-height: 72rpx; - margin: 0 78rpx; - color: #666; + height: 72rpx; + line-height: 72rpx; + margin: 0 78rpx; + color: #666; font-size: 28rpx; } - - + + /** * 超出隐藏 */ @@ -276,7 +303,7 @@ /** * 圆形图片 */ -.radius80{ +.radius80 { width: 80rpx; height: 80rpx; border-radius: 50%; @@ -290,22 +317,27 @@ /* vant样式 */ -:root{ - --van-primary-color : #60bda2 !important; +:root { + --van-primary-color: #F6BEC3 !important; /* --primary-two-color : #60bda2 !important; */ } -.text-hidden-1{ +.van-floating-bubble { + background: #dfdfdf !important; +} + +.text-hidden-1 { text-overflow: ellipsis; - display: -webkit-box; + display: -webkit-box; -webkit-box-orient: vertical; - -webkit-line-clamp: 1; + -webkit-line-clamp: 1; overflow: hidden; } -.text-hidden-2{ + +.text-hidden-2 { text-overflow: ellipsis; - display: -webkit-box; + display: -webkit-box; -webkit-box-orient: vertical; - -webkit-line-clamp: 2; + -webkit-line-clamp: 2; overflow: hidden; } \ No newline at end of file diff --git a/service-uniapp-client/utils/Share.js b/service-uniapp-client/utils/Share.js index 46c814e..6c2013c 100644 --- a/service-uniapp-client/utils/Share.js +++ b/service-uniapp-client/utils/Share.js @@ -51,7 +51,7 @@ function share() { //微信分享 window.jWeixin.onMenuShareWeibo(shareData); }); - window.jWeixin.error(function(res){ + window.jWeixin.error(function(err){ console.error(err); // config信息验证失败会执行error函数,如签名过期导致验证失败,具体错误信息可以打开config的debug模式查看,也可以在返回的res参数中查看,对于SPA可以在这里更新签名。 })