diff --git a/service-uniapp-client/.env b/service-uniapp-client/.env
index c089c55..1eb335f 100644
--- a/service-uniapp-client/.env
+++ b/service-uniapp-client/.env
@@ -5,9 +5,9 @@
#VITE_REDIRECT_URI=http://tairoudj.natapp1.cc
# 生产环境
-VITE_GLOB_API=https://tai-testapi.sanhemovie.com/massage-api
-VITE_REDIRECT_URI=https://tai-testh5.sanhemovie.com
+VITE_GLOB_API=https://admin.yixuandaojia.com/massage-api-three
+VITE_REDIRECT_URI=https://h5.yixuandaojia.com
-VITE_APPID=wxe934cebcbc89d869
+VITE_APPID=wxe36bd1a3deea74a3
VITE_MAP_KEY=V5RBZ-QRK63-JAO3B-RLSOB-FLWJF-DVFGH
\ No newline at end of file
diff --git a/service-uniapp-client/components/address/redactAddress.vue b/service-uniapp-client/components/address/redactAddress.vue
index 5b3d6eb..8bdb322 100644
--- a/service-uniapp-client/components/address/redactAddress.vue
+++ b/service-uniapp-client/components/address/redactAddress.vue
@@ -73,10 +73,10 @@
width: 90%;
height: 80rpx;
border-radius: 40rpx;
- color: white;
font-size: 28rpx;
margin: 0rpx auto;
- background: linear-gradient(180deg, #6FDFBE, #5AC796);
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: #6e3009;
}
image {
diff --git a/service-uniapp-client/components/payOrder/selectAddressPopup.vue b/service-uniapp-client/components/payOrder/selectAddressPopup.vue
index 9d8d774..50ddd85 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: #ecb978;
box-sizing: border-box;
padding: 40rpx 40rpx 140rpx 40rpx;
@@ -247,7 +247,8 @@
color: white;
text-align: center;
font-size: 28rpx;
- background: linear-gradient(180deg, #6FDFBE, #5AC796);
+ background: #6e3009;
+ color: #fff;
}
}
diff --git a/service-uniapp-client/components/payOrder/selectCouponPopup.vue b/service-uniapp-client/components/payOrder/selectCouponPopup.vue
index 80055c2..4714524 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: #ecb978;
box-sizing: border-box;
padding: 40rpx;
.title{
diff --git a/service-uniapp-client/components/payOrder/selectTechnicianPopup.vue b/service-uniapp-client/components/payOrder/selectTechnicianPopup.vue
index 02a1814..6acd8bb 100644
--- a/service-uniapp-client/components/payOrder/selectTechnicianPopup.vue
+++ b/service-uniapp-client/components/payOrder/selectTechnicianPopup.vue
@@ -94,7 +94,7 @@
.box{
width: 100%;
height: 100%;
- background: linear-gradient(#57CAA0, #55B16E);
+ background: #ecb978;
box-sizing: border-box;
padding: 40rpx;
.title{
diff --git a/service-uniapp-client/components/payOrder/selectTime.vue b/service-uniapp-client/components/payOrder/selectTime.vue
index 2ff815b..3f4e4ee 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: #ecb978;
box-sizing: border-box;
padding: 40rpx;
.title{
@@ -146,7 +146,7 @@
}
.act{
background-color: #fff;
- color: #55B16E;
+ color: #6e3009;
border-radius: 10rpx;
}
}
@@ -177,7 +177,7 @@
}
.status{
- color: #56BD86;
+ color: #6e3009;
}
&.no{
background-color: #E4E4E4;
@@ -190,7 +190,7 @@
}
.act{
background-color: #fff;
- color: #55B16E;
+ color: #6e3009;
border-radius: 10rpx;
}
}
diff --git a/service-uniapp-client/components/selectTechnicianCompoents.vue b/service-uniapp-client/components/selectTechnicianCompoents.vue
index d1fd137..1702be9 100644
--- a/service-uniapp-client/components/selectTechnicianCompoents.vue
+++ b/service-uniapp-client/components/selectTechnicianCompoents.vue
@@ -165,12 +165,12 @@
position: absolute;
left: 10%;
bottom: -15rpx;
- background: #55CCA7;
width: 80%;
- color: white;
font-size: 22rpx;
height: 35rpx;
border-radius: 5rpx;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
}
@@ -194,21 +194,21 @@
}
.btn {
- border: 1px solid #55CCA7;
- color: #55CCA7;
font-size: 20rpx;
padding: 5rpx;
border-radius: 5rpx;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
}
.appointed-time {
width: 40%;
- background: #E7FDF7;
height: 40rpx;
border-radius: 22.5rpx;
font-size: 20rpx;
- color: #5DB9A3;
+ background: $uni-color;
+ color: #fff;
.capsule {
display: flex;
@@ -221,9 +221,9 @@
justify-content: center;
width: 50%;
height: 100%;
- color: white;
border-radius: 20rpx;
- background: #52CFB0;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
.today {
@@ -274,9 +274,9 @@
height: 50rpx;
width: 160rpx;
border-radius: 40rpx;
- color: white;
- background: linear-gradient(170deg, #53CEAC, #5AC796);
font-size: 24rpx;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
.notAvailable {
diff --git a/service-uniapp-client/manifest.json b/service-uniapp-client/manifest.json
index a8acfc1..40d0c0e 100644
--- a/service-uniapp-client/manifest.json
+++ b/service-uniapp-client/manifest.json
@@ -1,5 +1,5 @@
{
- "name" : "秦柔到家",
+ "name" : "宜轩到家",
"appid" : "__UNI__1EF9D8C",
"description" : "",
"versionName" : "1.0.0",
diff --git a/service-uniapp-client/pages.json b/service-uniapp-client/pages.json
index 7f8ac0f..6244072 100644
--- a/service-uniapp-client/pages.json
+++ b/service-uniapp-client/pages.json
@@ -184,7 +184,7 @@
},
"tabBar": {
"backgroundColor": "white",
- "selectedColor": "#56CBA4",
+ "selectedColor": "#ecb978",
"list": [
{
"selectedIconPath": "/static/bar/hms.png",
diff --git a/service-uniapp-client/pages/index/index.vue b/service-uniapp-client/pages/index/index.vue
index 583b5e1..a8f3c7a 100644
--- a/service-uniapp-client/pages/index/index.vue
+++ b/service-uniapp-client/pages/index/index.vue
@@ -107,6 +107,10 @@
+
+ 复制token
+
@@ -144,6 +148,17 @@
this.getLocation()
},
methods: {
+ copyToken(){
+ uni.setClipboardData({
+ data: uni.getStorageSync('token'),
+ success: () => {
+ uni.showToast({
+ title: 'token复制成功',
+ icon: 'none'
+ })
+ }
+ })
+ },
//list列表滑动到底部自动新增数据列表
onLoad() {
this.queryParams.pageSize += 10;
@@ -532,4 +547,7 @@
}
}
}
+ .copyToken{
+ padding: 100rpx;
+ }
\ No newline at end of file
diff --git a/service-uniapp-client/pages/login/login.vue b/service-uniapp-client/pages/login/login.vue
index 18684a9..f142bee 100644
--- a/service-uniapp-client/pages/login/login.vue
+++ b/service-uniapp-client/pages/login/login.vue
@@ -192,7 +192,6 @@
.a5 {
width: 568rpx;
height: 90rpx;
- background: #51d0b4;
border-radius: 16rpx;
margin: 0 auto;
@@ -202,7 +201,8 @@
font-family: PingFang SC, PingFang SC-Regular;
font-weight: 400;
text-align: center;
- color: #ffffff;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: #6e3009;
}
.a6 {
@@ -219,7 +219,7 @@
}
.a6 .agreement {
- color: #6FDFBE;
+ color: #6e3009;
}
.a7 {
@@ -233,8 +233,8 @@
}
.a8 {
- background-color: #6FDFBE;
border: none;
- color: #fff;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: #6e3009;
}
\ No newline at end of file
diff --git a/service-uniapp-client/pages/login/mobile.vue b/service-uniapp-client/pages/login/mobile.vue
index 3082eb1..5c2ca79 100644
--- a/service-uniapp-client/pages/login/mobile.vue
+++ b/service-uniapp-client/pages/login/mobile.vue
@@ -150,7 +150,7 @@
.input-m.active {
width: 90rpx;
height: 130rpx;
- border: 3rpx solid #51d0b4;
+ border: 3rpx solid #6e3009;
}
.b3 {
@@ -162,7 +162,7 @@
}
.b3 span {
- color: #51D0B4;
+ color: #6e3009;
}
.b4 {
@@ -170,15 +170,15 @@
height: 90rpx;
line-height: 90rpx;
border-radius: 46rpx;
- background: #51d0b4;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC-Regular;
font-weight: 400;
text-align: center;
- color: #ffffff;
margin: 94rpx auto;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: #6e3009;
}
@@ -248,7 +248,6 @@
width: 556rpx;
height: 90rpx;
line-height: 90rpx;
- background: #51d0b4;
border-radius: 46px;
margin: 60rpx auto;
@@ -257,6 +256,7 @@
font-family: PingFang SC, PingFang SC-Regular;
font-weight: 400;
text-align: center;
- color: #ffffff;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: #6e3009;
}
\ 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..d0393d4 100644
--- a/service-uniapp-client/pages/mine/address.vue
+++ b/service-uniapp-client/pages/mine/address.vue
@@ -456,10 +456,10 @@
width: 85%;
height: 80rpx;
border-radius: 40rpx;
- color: white;
text-align: center;
font-size: 28rpx;
- background: linear-gradient(180deg, #6FDFBE, #5AC796);
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: #6e3009;
}
}
}
diff --git a/service-uniapp-client/pages/mine/collect.vue b/service-uniapp-client/pages/mine/collect.vue
index e81e774..fde1797 100644
--- a/service-uniapp-client/pages/mine/collect.vue
+++ b/service-uniapp-client/pages/mine/collect.vue
@@ -208,11 +208,11 @@
bottom: -13rpx;
width: 70%;
height: 40rpx;
- background: #60C285;
border-radius: 10rpx;
- color: white;
transform: translate(-50%);
-
+
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
.desc {
font-size: 18rpx;
}
@@ -281,7 +281,8 @@
border-radius: 22.5rpx;
font-size: 20rpx;
color: #5DB9A3;
-
+ background: $uni-color;
+ color: #fff;
.capsule {
display: flex;
height: 100%;
@@ -293,9 +294,9 @@
justify-content: center;
width: 50%;
height: 100%;
- color: white;
border-radius: 20rpx;
- background: #52CFB0;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
.today {
@@ -369,8 +370,8 @@
height: 60rpx;
width: 180rpx;
border-radius: 40rpx;
- color: white;
- background: linear-gradient(170deg, #53CEAC, #5AC796);
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
.notAvailable {
diff --git a/service-uniapp-client/pages/mine/coupon.vue b/service-uniapp-client/pages/mine/coupon.vue
index 5e93cc5..906b31a 100644
--- a/service-uniapp-client/pages/mine/coupon.vue
+++ b/service-uniapp-client/pages/mine/coupon.vue
@@ -101,8 +101,8 @@
\ No newline at end of file
diff --git a/service-uniapp-client/pages/mine/settled.vue b/service-uniapp-client/pages/mine/settled.vue
index 7245653..ce6e3f4 100644
--- a/service-uniapp-client/pages/mine/settled.vue
+++ b/service-uniapp-client/pages/mine/settled.vue
@@ -1,12 +1,17 @@
-
+
+
+
-
+
-
+ 技师招募
打造专业的技术服务
立即联系我们>>
@@ -22,10 +27,7 @@
技师性别
-
- 男
- 女
-
+
@@ -46,8 +48,9 @@
请上传本人近期照片
-
-
+
+
@@ -65,26 +68,35 @@
-
\ No newline at end of file
diff --git a/service-uniapp-client/pages/mine/wallet.vue b/service-uniapp-client/pages/mine/wallet.vue
index 4d3b4cd..f1dbd29 100644
--- a/service-uniapp-client/pages/mine/wallet.vue
+++ b/service-uniapp-client/pages/mine/wallet.vue
@@ -4,7 +4,8 @@
-
+
+
账号余额
¥{{ userInfo.price }}
@@ -26,7 +27,7 @@
{{ item.money }}
元
- 送{{ item.sendMoney }}.00元
+ 送{{ item.sendMoney }}.00元
{{ item.remarks }}
@@ -204,7 +205,7 @@
.banner {
width: 100vw;
height: 256rpx;
- background: #cfece7;
+ background: linear-gradient(to right, #ecb978, #ffe6ed);
}
.center {
@@ -276,7 +277,9 @@
width: 96%;
margin-left: 2%;
height: 200rpx;
- background-image: url(/static/ms/cz.png);
+ /* background-image: url(/static/ms/cz.png); */
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);;
+ color: #6e3009;
background-repeat: no-repeat;
background-size: 100% 100%;
overflow: hidden;
@@ -298,7 +301,7 @@
top: 0;
width: 100%;
height: 100%;
- background: url('../../static/ms/select.png');
+ background: url('../../static/ms/select.png?x=1');
background-repeat: no-repeat;
background-size: 100% 100%;
}
@@ -352,9 +355,9 @@
width: 85%;
height: 80rpx;
border-radius: 40rpx;
- color: white;
+ color: #6e3009;
font-size: 28rpx;
- background: linear-gradient(180deg, #6FDFBE, #5AC796);
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
}
@media all and (min-width: 961px) {
diff --git a/service-uniapp-client/pages/order/payOrder.vue b/service-uniapp-client/pages/order/payOrder.vue
index 10e5040..3595407 100644
--- a/service-uniapp-client/pages/order/payOrder.vue
+++ b/service-uniapp-client/pages/order/payOrder.vue
@@ -47,7 +47,7 @@
- {{ technicianDetail.title }}
+ {{ technicianDetail.title }}
@@ -57,7 +57,7 @@
-
+
{{ time.timeName ? (dateObj.format('MM-DD') + ' ' + time.timeName) : '' }}
@@ -69,7 +69,7 @@
出租车
@@ -88,7 +88,7 @@
全程共
- {{ distance || 0}}
公里
@@ -141,8 +141,8 @@
- 优惠 {{ coupon.money }}¥
- {{ couponNum == 0 ? '无' : `${couponNum}张` }}
+ 优惠 {{ coupon.money }}¥
+ {{ couponNum == 0 ? '无' : `${couponNum}张` }}
@@ -499,7 +499,8 @@
position: absolute;
width: 100%;
height: 100px;
- background: linear-gradient(to right, #4899a6, #6fc6ad);
+ background: linear-gradient(to right, #ecb978, #ffe6ed);
+ // color: $uni-color;
}
.box {
@@ -624,7 +625,7 @@
.top {
padding: 5px 10px;
padding-left: 25px;
- background-color: #A1D9CC99;
+ background-color: rgba($uni-color, 0.2);
font-size: 12px;
position: relative;
}
@@ -635,7 +636,7 @@
display: block;
width: 8px;
height: 8px;
- background-color: #6fc6ad;
+ background-color: $uni-color;
top: 50%;
left: 10px;
transform: translate(0, -40%);
@@ -644,7 +645,7 @@
.info {
padding: 10px;
- background-color: #ECFFFB;
+ background-color: rgba($uni-color, 0.1);
color: #888;
font-size: 11px;
line-height: 20px;
@@ -680,8 +681,6 @@
}
.btn {
- background: linear-gradient(178deg, #4FD3BC, #60C285);
- color: white;
width: 120px;
height: 45px;
border-radius: 23px;
@@ -689,6 +688,9 @@
display: flex;
justify-content: center;
align-items: center;
+
+ background: linear-gradient(178deg, #ecb978, #ffe6ed);
+ color: $uni-color;
}
}
}
diff --git a/service-uniapp-client/pages/technician/subscribeService.vue b/service-uniapp-client/pages/technician/subscribeService.vue
index 40af7b7..df24ef2 100644
--- a/service-uniapp-client/pages/technician/subscribeService.vue
+++ b/service-uniapp-client/pages/technician/subscribeService.vue
@@ -367,10 +367,10 @@
width: 90%;
height: 80rpx;
margin: 0 auto;
- background: #49B369;
border-radius: 42.5rpx;
- color: white;
font-size: 28rpx;
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
}
}
diff --git a/service-uniapp-client/pages/technician/technicianDetail.vue b/service-uniapp-client/pages/technician/technicianDetail.vue
index eb879a7..c9b5398 100644
--- a/service-uniapp-client/pages/technician/technicianDetail.vue
+++ b/service-uniapp-client/pages/technician/technicianDetail.vue
@@ -711,8 +711,8 @@
height: 60rpx;
width: 170rpx;
border-radius: 40rpx;
- color: white;
- background: linear-gradient(170deg, #53CEAC, #5AC796);
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
.notAvailable {
@@ -755,8 +755,8 @@
height: 50rpx;
width: 170rpx;
border-radius: 40rpx;
- color: white;
- background: linear-gradient(170deg, #53CEAC, #5AC796);
+ background: linear-gradient(178deg, #ffe6ed, #ecb978);
+ color: $uni-color;
}
}
}
diff --git a/service-uniapp-client/static/bar/hms.png b/service-uniapp-client/static/bar/hms.png
index 92547f5..5f13ce4 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/phs.png b/service-uniapp-client/static/bar/phs.png
index e09fdcc..3a9d056 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/tps.png b/service-uniapp-client/static/bar/tps.png
index a7478de..a59e356 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/wds.png b/service-uniapp-client/static/bar/wds.png
index d429454..f9153cc 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/ms/select.png b/service-uniapp-client/static/ms/select.png
index 57be8ef..12ae518 100644
Binary files a/service-uniapp-client/static/ms/select.png and b/service-uniapp-client/static/ms/select.png differ
diff --git a/service-uniapp-client/uni.css b/service-uniapp-client/uni.css
index 2625892..4ddbc2d 100644
--- a/service-uniapp-client/uni.css
+++ b/service-uniapp-client/uni.css
@@ -291,7 +291,7 @@
/* vant样式 */
:root{
- --van-primary-color : #60bda2 !important;
+ --van-primary-color : #6e3009 !important;
/* --primary-two-color : #60bda2 !important; */
}
diff --git a/service-uniapp-client/utils/Share.js b/service-uniapp-client/utils/Share.js
index 6c2013c..ebbab0e 100644
--- a/service-uniapp-client/utils/Share.js
+++ b/service-uniapp-client/utils/Share.js
@@ -12,7 +12,7 @@ function share() { //微信分享
nonceStr,
signature,
timestamp
- } = res.result
+ } = res.result || {}
window.jWeixin.config({
debug: false,
appId: appId,
diff --git a/service-uniapp-technician/.env b/service-uniapp-technician/.env
index 653d26e..e234708 100644
--- a/service-uniapp-technician/.env
+++ b/service-uniapp-technician/.env
@@ -6,7 +6,7 @@ VITE_REDIRECT_URI=http://tairoudj.natapp1.cc
# 生产环境
-VITE_GLOB_API=https://tai-testapi.sanhemovie.com/massage-api
+VITE_GLOB_API=https://admin.yixuandaojia.com/massage-api-three
#VITE_REDIRECT_URI=https://tai-testh5.sanhemovie.com
diff --git a/service-uniapp-technician/manifest.json b/service-uniapp-technician/manifest.json
index 98dd7b3..9773144 100644
--- a/service-uniapp-technician/manifest.json
+++ b/service-uniapp-technician/manifest.json
@@ -1,5 +1,5 @@
{
- "name" : "秦柔到家",
+ "name" : "宜轩到家",
"appid" : "__UNI__A35F936",
"description" : "",
"versionName" : "1.0.0",
diff --git a/service-uniapp-technician/pages.json b/service-uniapp-technician/pages.json
index f5990c0..d819f5f 100644
--- a/service-uniapp-technician/pages.json
+++ b/service-uniapp-technician/pages.json
@@ -122,7 +122,7 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "anmo.com",
+ "navigationBarTitleText": "宜轩到家",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom",
@@ -176,7 +176,7 @@
},
"tabBar": {
"backgroundColor": "white",
- "selectedColor": "#56CBA4",
+ "selectedColor": "#ecb978",
"list": [{
"selectedIconPath": "/static/bar/hms.png",
"iconPath": "/static/bar/hm.png",
diff --git a/service-uniapp-technician/pages/mine/upload.vue b/service-uniapp-technician/pages/mine/upload.vue
index cdacdf3..ac81411 100644
--- a/service-uniapp-technician/pages/mine/upload.vue
+++ b/service-uniapp-technician/pages/mine/upload.vue
@@ -104,13 +104,14 @@ export default {
}
},
deleteImage(index){
+ let self = this
uni.showModal({
title: '确认删除这张照片吗',
confirmText : '确认',
cancelText : '取消',
success: function (res) {
if (res.confirm) {
- this.list.splice(index, 1)
+ self.list.splice(index, 1)
} else if (res.cancel) {}
}
});
diff --git a/service-uniapp-technician/plugins/upload.js b/service-uniapp-technician/plugins/upload.js
index 147fe22..730374e 100644
--- a/service-uniapp-technician/plugins/upload.js
+++ b/service-uniapp-technician/plugins/upload.js
@@ -18,6 +18,17 @@ function uploadFileToOSS(file) {
// bucket: 'mangoimageapplet',
// endpoint:'oss-cn-shenzhen.aliyuncs.com'
+ //桶的地址
+ // region: 'oss-cn-hangzhou',
+ // //id
+ // accessKeyId:'LTAI5tDL3dP95KCoepUtqRZX',
+ // //密钥
+ // accessKeySecret:'WHUemsg4V9xyZUWRU9WvqwJjTcwe2u',
+ // //桶的名字
+ // bucket: 'daohomeimage',
+ // endpoint:'oss-cn-hangzhou.aliyuncs.com',
+
+
//桶的地址
region: 'oss-cn-guangzhou',
//id
@@ -27,6 +38,7 @@ function uploadFileToOSS(file) {
//桶的名字
bucket: 'zhuoqiu-image',
endpoint:'oss-cn-guangzhou.aliyuncs.com',
+
});
// 设置文件名和文件目录
@@ -41,6 +53,7 @@ function uploadFileToOSS(file) {
}
}).then(res => {
uni.hideLoading();
+ // resolve('https://image.yixuandaojia.com/' + res.name);
resolve('https://tennis-oss.xzaiyp.top/' + res.name);
}).catch(err => {
uni.hideLoading();
diff --git a/service-uniapp-technician/static/bar/hms.png b/service-uniapp-technician/static/bar/hms.png
index 92547f5..5f13ce4 100644
Binary files a/service-uniapp-technician/static/bar/hms.png and b/service-uniapp-technician/static/bar/hms.png differ
diff --git a/service-uniapp-technician/static/bar/phs.png b/service-uniapp-technician/static/bar/phs.png
index e09fdcc..3a9d056 100644
Binary files a/service-uniapp-technician/static/bar/phs.png and b/service-uniapp-technician/static/bar/phs.png differ
diff --git a/service-uniapp-technician/static/bar/tps.png b/service-uniapp-technician/static/bar/tps.png
index a7478de..a59e356 100644
Binary files a/service-uniapp-technician/static/bar/tps.png and b/service-uniapp-technician/static/bar/tps.png differ
diff --git a/service-uniapp-technician/static/bar/wds.png b/service-uniapp-technician/static/bar/wds.png
index d429454..f9153cc 100644
Binary files a/service-uniapp-technician/static/bar/wds.png and b/service-uniapp-technician/static/bar/wds.png differ