diff --git a/my/order/pay.vue b/my/order/pay.vue index 2132ef6..18a5c1b 100644 --- a/my/order/pay.vue +++ b/my/order/pay.vue @@ -1330,13 +1330,13 @@ export default { uni.hideLoading() this.order = res.data; if(res.data["technicianType"] == 3){ - this.order["technicianTypeName"] = "新手" + this.order["technicianTypeName"] = "资深" } if(res.data["technicianType"] == 4){ - this.order["technicianTypeName"] = "专家" + this.order["technicianTypeName"] = "金牌" } if(res.data["technicianType"] == 5){ - this.order["technicianTypeName"] = "资深" + this.order["technicianTypeName"] = "专家" } var date = new Date(); // 当前日期和时间 // var timestamp = this.getTimeStampWithoutSeconds(date); // 不含秒的时间戳 diff --git a/my/order/payJaZ.vue b/my/order/payJaZ.vue index 29a2ec2..cbf6d10 100644 --- a/my/order/payJaZ.vue +++ b/my/order/payJaZ.vue @@ -1125,13 +1125,13 @@ export default { uni.hideLoading() this.order = res.data; if(res.data["technicianType"] == 3){ - this.order["technicianTypeName"] = "新手" + this.order["technicianTypeName"] = "资深" } if(res.data["technicianType"] == 4){ - this.order["technicianTypeName"] = "专家" + this.order["technicianTypeName"] = "金牌" } if(res.data["technicianType"] == 5){ - this.order["technicianTypeName"] = "资深" + this.order["technicianTypeName"] = "专家" } var date = new Date(); // 当前日期和时间 var timestamp = this.getTimeStampWithoutSeconds(date); // 不含秒的时间戳 diff --git a/my/order/payModify.vue b/my/order/payModify.vue index 864cad4..1fbda3c 100644 --- a/my/order/payModify.vue +++ b/my/order/payModify.vue @@ -309,7 +309,7 @@ selectedString:'', fuwuBtn: [ {'title':'请速回电'}, - {'title':'切勿大声敲门'}, + {'title':'勿大声敲门'}, {'title':'尽快上门服务'}, {'title':'直接来即可'}, ], @@ -694,6 +694,12 @@ }, goOrder() {//生成orderId let that = this + if(that.detailaddress==''){ + uni.showToast({ + title:'请选择服务地址!' + }) + return; + } let data = { address:that.province+that.city+that.district+that.detailaddress, artificerId:that.jishiName.artificerId, diff --git a/my/order/payModifyDzhifu.vue b/my/order/payModifyDzhifu.vue index fa692a7..226b7b9 100644 --- a/my/order/payModifyDzhifu.vue +++ b/my/order/payModifyDzhifu.vue @@ -275,8 +275,8 @@ return { fuwuBtn: [ {'title':'请速回电'}, - {'title':'切勿大声敲门'}, {'title':'尽快上门服务'}, + {'title':'勿大声敲门'}, {'title':'直接来即可'}, ], selected:[], diff --git a/my/order/payModifyJsDetail.vue b/my/order/payModifyJsDetail.vue index 2ed44c5..3e17a8f 100644 --- a/my/order/payModifyJsDetail.vue +++ b/my/order/payModifyJsDetail.vue @@ -311,7 +311,7 @@ selectedString:'', fuwuBtn: [ {'title':'请速回电'}, - {'title':'切勿大声敲门'}, + {'title':'勿大声敲门'}, {'title':'尽快上门服务'}, {'title':'直接来即可'}, ], diff --git a/my/order/payModifyTcMy.vue b/my/order/payModifyTcMy.vue index 84d4141..0adc4f3 100644 --- a/my/order/payModifyTcMy.vue +++ b/my/order/payModifyTcMy.vue @@ -290,7 +290,7 @@ selectedString:'', fuwuBtn: [ {'title':'请速回电'}, - {'title':'切勿大声敲门'}, + {'title':'勿大声敲门'}, {'title':'尽快上门服务'}, {'title':'直接来即可'}, ], @@ -304,13 +304,13 @@ } this.orderXm=this.$queue.getData('mainData'); if(this.orderXm.level == 3){ - this.orderXm.levelName = "新手" + this.orderXm.levelName = "资深" } if(this.orderXm.level == 4){ - this.orderXm.levelName = "专家" + this.orderXm.levelName = "金牌" } if(this.orderXm.level == 5){ - this.orderXm.levelName = "资深" + this.orderXm.levelName = "专家" } console.log("this.orderXm",this.orderXm) this.detailData=this.$queue.getData('detailData'); @@ -417,6 +417,12 @@ }, goOrder() {//生成orderId let that = this + if(that.detailaddress==''){ + uni.showToast({ + title:'请选择服务地址!' + }) + return; + } // let payMoney =item.price; // let payMoney = that.isVip ? item.memberPrice : item.price; let data = { @@ -1408,21 +1414,47 @@ } .huiBtn { color:#333; +<<<<<<< .mine background: #f3f3f3; + +======= + background: #f3f3f3; + // color: #333333; +>>>>>>> .theirs } .lanBtn { color:#fff; background: #049F89; } .guke-btn { +<<<<<<< .mine width: 24%; line-height: 34px; + + +======= + width:24%; + // height: 40px; + line-height:34px; + // margin-left: 5px; +>>>>>>> .theirs text-align: center; font-weight: bold; +<<<<<<< .mine font-size: 11px; +======= + font-size:11px; +>>>>>>> .theirs border-radius: 6px; +<<<<<<< .mine margin-top: 5px; margin-right: 2px; + +======= + margin-top:5px; + margin-right:2px; + // border-bottom: 1px solid #ccc; +>>>>>>> .theirs } .guke-list { width: 100%; diff --git a/my/order/payModifyTcMyDaiB.vue b/my/order/payModifyTcMyDaiB.vue index f2fc018..f1d4a52 100644 --- a/my/order/payModifyTcMyDaiB.vue +++ b/my/order/payModifyTcMyDaiB.vue @@ -533,13 +533,13 @@ uni.hideLoading() this.order = res.data; if (res.data["technicianType"] == 3) { - this.order["technicianTypeName"] = "新手" + this.order["technicianTypeName"] = "资深" } if (res.data["technicianType"] == 4) { - this.order["technicianTypeName"] = "专家" + this.order["technicianTypeName"] = "金牌" } if (res.data["technicianType"] == 5) { - this.order["technicianTypeName"] = "资深" + this.order["technicianTypeName"] = "专家" } var date = new Date(); // 当前日期和时间 // var timestamp = this.getTimeStampWithoutSeconds(date); // 不含秒的时间戳 diff --git a/my/order/payShengji.vue b/my/order/payShengji.vue index 90289f6..318336b 100644 --- a/my/order/payShengji.vue +++ b/my/order/payShengji.vue @@ -1443,13 +1443,13 @@ uni.hideLoading() this.order = res.data; if(res.data["technicianType"] == 3){ - this.order["technicianTypeName"] = "新手" + this.order["technicianTypeName"] = "资深" } if(res.data["technicianType"] == 4){ - this.order["technicianTypeName"] = "专家" + this.order["technicianTypeName"] = "金牌" } if(res.data["technicianType"] == 5){ - this.order["technicianTypeName"] = "资深" + this.order["technicianTypeName"] = "专家" } var date = new Date(); // 当前日期和时间 var timestamp = this.getTimeStampWithoutSeconds(date); // 不含秒的时间戳 diff --git a/my/order/payding.vue b/my/order/payding.vue index 4f9df35..ee92983 100644 --- a/my/order/payding.vue +++ b/my/order/payding.vue @@ -114,7 +114,7 @@ - + - {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} + {{order.technicianType=='3'?'资深':order.technicianType=='4'?'金牌':'专家'}} - +