diff --git a/common/js/request.js b/common/js/request.js
index 561726c..96ed3f4 100644
--- a/common/js/request.js
+++ b/common/js/request.js
@@ -11,9 +11,9 @@ export default {
title: '加载中'
})
// request 触发前拼接 url
- args.url = 'https://www.opsoul.com' + args.url;
- // args.url = 'http://192.168.2.20:80' + args.url;
- // args.url = 'http://127.0.0.1:80' + args.url;
+ // args.url = 'https://www.opsoul.com' + args.url;
+ // args.url = 'http://192.168.2.27:80' + args.url;
+ args.url = 'http://127.0.0.1:80' + args.url;
if (args.data && Object.prototype && Object.prototype.toString.call(args.data) === '[object Object]') {
args.data.deptId = globalData.deptId;
args.data.from = globalData.from;
diff --git a/pages/my/b-account-bind.vue b/pages/my/b-account-bind.vue
index 01ee4f4..b3ada9a 100644
--- a/pages/my/b-account-bind.vue
+++ b/pages/my/b-account-bind.vue
@@ -33,7 +33,7 @@
手机号
-
+
银行卡号
@@ -55,9 +55,6 @@
-
- 工圈子小程序承诺此账户只用于接收推广收益
-
diff --git a/pages/my/my-order.vue b/pages/my/my-order.vue
index 2931470..0c70cb7 100644
--- a/pages/my/my-order.vue
+++ b/pages/my/my-order.vue
@@ -27,7 +27,8 @@
-
+ 在线支付单
+ 上门到付单
@@ -45,7 +46,7 @@
-
+
diff --git a/pages/my/serv-detail.vue b/pages/my/serv-detail.vue
index ed70457..2d8b384 100644
--- a/pages/my/serv-detail.vue
+++ b/pages/my/serv-detail.vue
@@ -420,26 +420,29 @@
id: id,
customerFinalCheck: agreeStatus
});
- if (res && res.code === 0) {
+ if (res && res.code === 0) {
this.loadData(this.servDetail.orderMasterId);
if (agreeStatus == 1) {
uni.showToast({
icon: 'none',
- duration: 2500,
+ duration: 3000,
title: '涉及退款部分将按付款原路退回,请留意'
})
- } else {
- uni.showToast({
- icon: 'success',
- duration: 1000
- })
}
return;
+ }
+ if (res && res.msg){
+ uni.showToast({
+ icon: 'none',
+ duration: 3000,
+ title: res.msg
+ })
+ } else {
+ uni.showToast({
+ icon: 'error',
+ duration: 1000
+ })
}
- uni.showToast({
- icon: 'error',
- duration: 1000
- })
},
applyAfterService() {
this.showModalByRef('applyAfterService', this.servDetail, {