diff --git a/components/colorui/main.css b/components/colorui/main.css index e7a9790..d1d9f33 100644 --- a/components/colorui/main.css +++ b/components/colorui/main.css @@ -3134,7 +3134,7 @@ scroll-view.cu-steps .cu-item { .margin-tb-sm { margin-top: 20upx; - margin-bottom: 20upx; + margin-bottom: 13upx; } .margin-tb { diff --git a/components/xuan-switch/xuan-switch-ditu.vue b/components/xuan-switch/xuan-switch-ditu.vue index cccc3f8..07914ad 100644 --- a/components/xuan-switch/xuan-switch-ditu.vue +++ b/components/xuan-switch/xuan-switch-ditu.vue @@ -28,7 +28,7 @@ @@ -146,11 +146,11 @@ export default { .switch-container { display: flex; flex-direction: row; - width: 126rpx; - height: 48rpx; + width: 144rpx; + height: 58rpx; background: #fff; border: 1rpx #41b9a6 solid; - border-radius: 10rpx; + border-radius: 30rpx; position: relative; .switch_view{ position: absolute; diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index 3abc603..8a425a7 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -437,8 +437,8 @@ position: absolute; top:140rpx; left: 25rpx; - color: #f9f3d3; - background: linear-gradient(to right, #fe912e, #ffa350); + color: #fff; + background: linear-gradient(to right, #019c88, #73d8b4); width: 126upx; text-align: center; border-radius:90rpx 60rpx 60rpx 30rpx; diff --git a/my/order/pay.vue b/my/order/pay.vue index c5ec1c3..d1d76f0 100644 --- a/my/order/pay.vue +++ b/my/order/pay.vue @@ -294,8 +294,7 @@ 出行费用 - ¥{{order.taxiMoney}} - - + ¥{{order.taxiMoney}} @@ -2694,8 +2693,8 @@ export default { height: 44rpx; } .d-title{ - font-weight: 550; - font-size: 30rpx; + font-weight: bold; + font-size: 32rpx; color: #333333; } .d-touxiang{ diff --git a/my/order/payCLDetail.vue b/my/order/payCLDetail.vue index 6fd6877..8903b8c 100644 --- a/my/order/payCLDetail.vue +++ b/my/order/payCLDetail.vue @@ -37,7 +37,7 @@ {{order.duration}}分钟 - + @@ -113,7 +113,7 @@ - + 预约时间 {{order.serveTime}} @@ -135,7 +135,7 @@ {{order.endTime}} - + 订单费用 @@ -171,7 +171,7 @@ - + 出行费用 @@ -232,7 +232,7 @@ - + 温馨提示:费用随会员等级及技师等级不同而上下浮动 @@ -250,7 +250,7 @@ - + 预约时间 {{order.serveTime}} @@ -272,7 +272,7 @@ {{order.endTime}} - + 订单费用 @@ -308,7 +308,7 @@ - + 出行费用 @@ -350,7 +350,7 @@ 出行费用: - + {{order.taxiMoney}} @@ -370,22 +370,22 @@ - + 温馨提示:费用随会员等级及技师等级不同而上下浮动 - + - + 联系客服 - + @@ -403,8 +403,8 @@ :key="index">{{items}} - - + + {{item.price}} / {{item.duration}}分钟 @@ -552,7 +552,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -564,7 +564,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -674,7 +674,7 @@ uni.hideLoading(); that.$queue.showToast(res.msg); } - + }) }, saveJZ(classifyId) {//加钟 @@ -706,7 +706,7 @@ uni.hideLoading(); that.$queue.showToast(res.msg); } - + }) }, goOrderJ(item,text) {//加钟 生成订单 @@ -737,11 +737,11 @@ } else { that.$queue.showToast(res.msg) } - + }); }, goOrderS(item,text) {//升级 生成订单 - + let that = this that.shengji=text let data = { @@ -764,7 +764,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, // 支付订单 @@ -796,7 +796,7 @@ }) // that.getOrder() // that.showorderS=false; - + } else { uni.showToast({ title: res.msg, @@ -842,7 +842,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -900,9 +900,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -943,7 +943,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -961,25 +961,25 @@ }); // #endif } - + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, - + getTimeStampWithoutSeconds(date) { // 将日期转换为标准的UTC时间 var utcDate = new Date( - date.getUTCFullYear(), - date.getUTCMonth(), - date.getUTCDate(), - date.getUTCHours(), - date.getUTCMinutes(), + date.getUTCFullYear(), + date.getUTCMonth(), + date.getUTCDate(), + date.getUTCHours(), + date.getUTCMinutes(), 0); // 返回不含秒的时间戳 return utcDate.getTime(); @@ -1017,7 +1017,7 @@ }, toggleQ(type,item) {//确认拒单 弹出框 this.qurenJd=item; - + this.type = type // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性 this.$refs.popupQ.open(type) @@ -1043,7 +1043,7 @@ title:'操作失败!' }) } - + }).catch(() => { this.getOrder() //联网失败, 结束加载 @@ -1091,12 +1091,12 @@ title:'操作失败!' }) } - + }).catch(() => { //联网失败, 结束加载 that.getOrder() }); - + }, fail: function(e) { that.getOrder() @@ -1110,14 +1110,14 @@ // #endif } }); - + }else{ uni.showToast({ icon:'error', title:'请输入提前结束原因!' }) } - + }, toggle(type,item) {//提前结束 弹出框 this.tiqianData=item; @@ -1125,12 +1125,12 @@ // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性 this.$refs.popup.open(type); }, - + gengBtn(){ this.btnShow=!this.btnShow }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -1205,7 +1205,7 @@ } }); }, - + payJZ() { let that = this; uni.showModal({ @@ -1225,7 +1225,7 @@ title: '支付成功', icon: 'none' }) - + if(that.jiazhong=='加钟'){ uni.navigateTo({ url:'/my/order/payJaZ?ordersId='+that.order.ordersId @@ -1235,9 +1235,9 @@ url:'/my/order/payShengji?ordersId='+that.tordersId }) } - + that.getOrder() - + } else { uni.showToast({ title: ret.msg, @@ -1267,7 +1267,7 @@ title: '支付成功', icon: 'none' }) - + if(that.jiazhong=='加钟'){ uni.navigateTo({ url:'/my/order/payJaZ?ordersId='+that.order.ordersId @@ -1290,7 +1290,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -1305,7 +1305,7 @@ title: '支付成功', icon: 'none' }) - + if(that.jiazhong=='加钟'){ uni.navigateTo({ url:'/my/order/payJaZ?ordersId='+that.order.ordersId @@ -1335,7 +1335,7 @@ title: '支付成功', icon: 'none' }) - + if(that.jiazhong=='加钟'){ uni.navigateTo({ url:'/my/order/payJaZ?ordersId='+that.order.ordersId @@ -1358,9 +1358,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -1374,7 +1374,7 @@ title: '支付成功', icon: 'none' }) - + if(that.jiazhong=='加钟'){ uni.navigateTo({ url:'/my/order/payJaZ?ordersId='+that.order.ordersId @@ -1400,7 +1400,7 @@ title: '支付成功', icon: 'none' }) - + if(that.jiazhong=='加钟'){ uni.navigateTo({ url:'/my/order/payJaZ?ordersId='+that.order.ordersId @@ -1417,7 +1417,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.ordersId, @@ -1429,7 +1429,7 @@ title: '支付成功', icon: 'none' }) - + if(that.jiazhong=='加钟'){ uni.navigateTo({ url:'/my/order/payJaZ?ordersId='+that.order.ordersId @@ -1444,15 +1444,15 @@ }); // #endif } - + } else if (re.cancel) { that.getOrder() } } }) - + }, - + //支付选择 selectWay: function(item) { this.openWay = item.id; @@ -1481,7 +1481,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -1524,7 +1524,7 @@ url: e }) }, - + delOrder(e) { let that = this uni.showModal({ @@ -1567,7 +1567,7 @@ }) // this.showpay = true }, - + callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { if (document.addEventListener) { @@ -1728,7 +1728,7 @@ /deep/.padding-bottom{ padding-bottom: 50px; } - + /deep/.u-drawer{ z-index:11 !important; } @@ -1806,7 +1806,7 @@ font-size: 33rpx; color: #333333; } - + .xiangmu-cont-top{ width: 100%; display: flex; @@ -1836,7 +1836,7 @@ align-items: center; padding: 10px; } - + .popup-mian-btn span:nth-child(1){ background: linear-gradient(90deg, #FE912E, #FF9970); } @@ -1942,9 +1942,9 @@ align-items: center; flex-wrap: wrap; justify-content: space-between; - + } - + .dingshi{ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); @@ -1961,7 +1961,7 @@ } .head-title{ margin-top: -2px;display: inline-block; - width: 300rpx; + width: 300rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -2053,10 +2053,9 @@ height: 44rpx; } .d-title{ - font-weight: 400; + font-weight: bold; font-size: 32rpx; color: #333333; - font-weight: bold; } .d-touxiang{ width: 46rpx; @@ -2107,7 +2106,7 @@ font-size: 32rpx; color: #333333; margin-bottom: 22rpx; - + } page { background: #f7f7f7; @@ -2349,4 +2348,4 @@ display: flex; justify-content: space-between; } - \ No newline at end of file + diff --git a/my/order/payJaZ.vue b/my/order/payJaZ.vue index 6e3bc05..5af4666 100644 --- a/my/order/payJaZ.vue +++ b/my/order/payJaZ.vue @@ -397,25 +397,25 @@ - 订单费用: + 订单费用 ¥{{order.massageMoney}} ¥{{order.oldMassageMoney}} - 出行费用: + 出行费用 ¥{{order.taxiMoney}} - 优惠券: + 优惠券 -¥{{order.couponMoney}} - - 加钟费用: + 加钟费用 ¥{{order.addMoney}} - @@ -2184,9 +2184,9 @@ export default { height: 44rpx; } .d-title{ - font-weight: 550; - font-size: 30rpx; - color: #333333; + font-weight: bold; + font-size: 32rpx; + color: #333333; } .d-touxiang{ width: 55rpx; diff --git a/my/order/payModify.vue b/my/order/payModify.vue index bf951a5..2bcbaa2 100644 --- a/my/order/payModify.vue +++ b/my/order/payModify.vue @@ -9,19 +9,19 @@ - + - + {{orderXm.title}} - - - 服务时长:{{orderXm.duration}}分钟 - - + + + 服务时长:{{orderXm.duration}}分钟 + + 项目价格: @@ -43,113 +43,107 @@ - - 请选择地址 - - - 客户姓名 - - {{name}} - 更换 - - - - 联系方式 - - {{mobile}} - - - - 服务地址 - - - {{province}}/{{city}}/{{district}}/{{detailaddress}} - - - - - 备注内容 - - - {{order.remark}} - - - - - - - - - {{jishiName.technicianTypeName}} - 技师 - - - {{jishiName.artificerName}} - 选择不同等级的技师价格不同哦~ - - - - - - 项目原价 - - - ¥{{orderXm.price}} - - - - - {{jishiName.technicianTypeName}} - 价格 - - - ¥{{technicianRate}} - - - - 优惠券 - - - -¥{{couponDataList}} - - 选择优惠券 - + + + 请选择地址 + + + 客户姓名 + + {{name}} + 更换 - 服务时间 - - - - {{startTime}} - 选择预约时间 - - + 联系方式 + + {{mobile}} - - - - - 备注 - - - + + 服务地址 + + + {{province}}/{{city}}/{{district}}/{{detailaddress}} + + + + + 备注内容 + + + {{order.remark}} + - + + + + {{jishiName.technicianTypeName}} + 技师 + + + {{jishiName.artificerName}} + 选择不同等级的技师价格不同哦~ + + + + + + 项目原价 + + + ¥{{orderXm.price}} + + + + + {{jishiName.technicianTypeName}} + 价格 + + + ¥{{technicianRate}} + + + + 优惠券 + + + -¥{{couponDataList}} + + 选择优惠券 + + + + + 服务时间 + + + + {{startTime}} + 选择预约时间 + + + + + + + 备注 + + + + - + + 去支付 - - @@ -1387,7 +1381,7 @@ font-weight: bold; font-size: 32rpx; color: #333333; - margin-bottom: 8px; + margin-bottom: 12px; } .view-more{ display:inline-block; @@ -1585,15 +1579,15 @@ } .xuanzhe{ background: linear-gradient(90deg, #029d88, #2fc094); - color: #ffffff; - margin-left: 5px; - border-radius: 15px; - height: 25px; - line-height: 25px; - width: 50px; - text-align: center; - font-size: 14px; - padding:6rpx 16rpx + color: #ffffff; + margin-left: 5px; + border-radius: 15px; + height: 25px; + line-height: 25px; + width: 50px; + text-align: center; + font-size: 14px; + padding:6rpx 16rpx } .header-view-data{ display: flex; @@ -1617,9 +1611,14 @@ } .header-view{ background-color: #fff; - margin-bottom: 12px; border-radius: 11px; } + .header-padd{ + padding: 36rpx; + } + .header-margin{ + margin: 26rpx; + } .head-foot span:nth-child(1){ margin-right: 5px; } @@ -1690,13 +1689,12 @@ background-color: #ffffff; border-radius: 24rpx; padding: 29rpx; + margin-top: 10px; } .d-title{ - font-weight: 400; - font-size: 29rpx; - color: #222; - padding: 16px 15px 0px 15px; - width: 100%; + font-weight: bold; + font-size: 32rpx; + color: #333333; } .checkbox-data{ padding: 0px 11px; @@ -1716,7 +1714,6 @@ } .list-pay{ width: 100%; - padding: 0px 29rpx; } .pay-ding-top{ width: 100%; @@ -2012,7 +2009,7 @@ flex-direction: column; align-items: center; margin: 0 auto; - } + } .pay_btn{ display: inline-block; width: 92%; @@ -2047,6 +2044,13 @@ font-size: 32rpx; color: #333333; } + .head-title-right{ + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + font-weight: bold; + } .title-font{ font-size: 30rpx; color: #666666; diff --git a/my/order/payModifyCi.vue b/my/order/payModifyCi.vue index e397281..aa08307 100644 --- a/my/order/payModifyCi.vue +++ b/my/order/payModifyCi.vue @@ -14,7 +14,7 @@ {{orderXm.title}} - + @@ -23,7 +23,7 @@ {{orderXm.price}}/次 - + @@ -33,10 +33,10 @@ - + - - + + 次卡详情 @@ -65,7 +65,7 @@ - + 项目次卡 @@ -73,7 +73,7 @@ - + 平台优惠劵 @@ -86,9 +86,9 @@ - + 去支付 - + @@ -140,7 +140,7 @@ 立即支付 - + @@ -187,7 +187,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -199,7 +199,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -270,13 +270,13 @@ if(this.couponId){ this.youhuiF(this.couponId) } - + this.ordersId = this.$queue.getData('ordersId'); this.userPackageDetailId = this.$queue.getData('userPackageDetailId'); this.youhui() // this.getOrder() }, - + onShow() { this.addressId = this.$queue.getData('EditAddress'); if (this.addressId) { @@ -394,7 +394,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, youhui(){//获取优惠卷 @@ -410,7 +410,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, liliaoshi(){ @@ -483,7 +483,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -493,13 +493,13 @@ url: '../address/address?id=' + 2 }) } - + }, changeLog(e){//服务时间 this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -604,7 +604,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, payJZ() { @@ -827,7 +827,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -921,7 +921,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -1322,7 +1322,7 @@ padding: 29rpx; margin-top: 10px; } - + .pay-title{ font-weight: bold; font-size: 31rpx; @@ -1397,7 +1397,7 @@ align-items: center; padding: 15px 0px; } - + .tese span:nth-child(1){ font-weight: bold; font-size: 22rpx; @@ -1438,7 +1438,7 @@ font-size: 28rpx; color: #029d88; } - + .detail-foot-mian{ width: 100%; display: flex; @@ -1715,11 +1715,9 @@ padding: 29rpx; } .d-title{ - font-weight: 400; - font-size: 29rpx; - color: #222; - padding: 10px 15px 0px 15px; - width: 100%; + font-weight: bold; + font-size: 32rpx; + color: #333333; } .checkbox-data{ padding: 0px 11px; @@ -1810,7 +1808,7 @@ border-radius: 14rpx; padding: 7px; } - + .pay-ding{ padding-bottom: 15px; } @@ -1824,7 +1822,7 @@ width: 49rpx; height: 44rpx; } - + .d-touxiang{ width: 46rpx; height: 46rpx; @@ -1858,7 +1856,7 @@ flex-direction: row; align-items: center; } - + .content{ padding-top: 1px; width: 100%; @@ -2041,4 +2039,4 @@ justify-content: space-between; align-items: center; } - \ No newline at end of file + diff --git a/my/order/payModifyDd.vue b/my/order/payModifyDd.vue index 5107715..b4390ea 100644 --- a/my/order/payModifyDd.vue +++ b/my/order/payModifyDd.vue @@ -8,21 +8,21 @@ - + {{orderXm.entryName}} - + {{orderXm.duration}}分钟 - + @@ -81,7 +81,7 @@ - + 技师 @@ -142,7 +142,7 @@ - + @@ -223,7 +223,7 @@ 立即支付 - + @@ -270,7 +270,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -282,7 +282,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -340,7 +340,7 @@ let Time = year + '-' + fullDate this.yearsDate = Time; this.jishiName=this.$queue.getData('getJishi'); - + this.couponId=this.$queue.getData('youhui'); if(this.couponId){ this.youhuiF(this.couponId) @@ -357,7 +357,7 @@ console.log("jishiName",this.jishiName) } }, - + onShow() { this.addressId = this.$queue.getData('EditAddress'); if (this.addressId) { @@ -467,7 +467,7 @@ // this.showpay = true; this.goOrder() } - + }, textareaChange(e){//备注 this.textareaData=e.detail.value @@ -491,7 +491,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, youhui(){//获取优惠卷 @@ -507,7 +507,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, liliaoshi(item){ @@ -582,7 +582,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -592,14 +592,14 @@ url: '../address/address?id=' + 5 }) } - + }, changeLog(e){//服务时间 console.log("11111",e) this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -711,7 +711,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, payJZ() { @@ -934,7 +934,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -1028,7 +1028,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -1420,7 +1420,7 @@ border-radius: 24rpx; padding: 29rpx; } - + .pay-title{ font-weight: bold; font-size: 30rpx; @@ -1562,7 +1562,7 @@ justify-content: space-between !important; } .liliao{ - margin-top: 17px; + margin-top: 17px; } .fuwu-time-view{ text-align: right; @@ -1719,11 +1719,9 @@ padding: 29rpx; } .d-title{ - font-weight: 400; - font-size: 29rpx; - color: #222; - padding: 10px 15px 0px 15px; - width: 100%; + font-weight: bold; + font-size: 32rpx; + color: #333333; } .checkbox-data{ padding: 0px 11px; @@ -1814,7 +1812,7 @@ border-radius: 14rpx; padding: 7px; } - + .pay-ding{ padding-bottom: 15px; } @@ -1828,7 +1826,7 @@ width: 49rpx; height: 44rpx; } - + .d-touxiang{ width: 46rpx; height: 46rpx; @@ -1862,7 +1860,7 @@ flex-direction: row; align-items: center; } - + .content{ padding-top: 1px; width: 100%; @@ -2063,4 +2061,4 @@ justify-content: space-between; align-items: center; } - \ No newline at end of file + diff --git a/my/order/payModifyDzhifu.vue b/my/order/payModifyDzhifu.vue index d527f91..8ac0fed 100644 --- a/my/order/payModifyDzhifu.vue +++ b/my/order/payModifyDzhifu.vue @@ -34,7 +34,7 @@ {{orderXm.duration}}分钟 - + @@ -91,7 +91,7 @@ - + 技师 @@ -149,7 +149,7 @@ - + @@ -229,7 +229,7 @@ 立即支付 - + @@ -277,7 +277,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -289,7 +289,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -366,7 +366,7 @@ console.log("orderXm",this.orderXm) // this.getOrder() }, - + onShow() { this.addressId = this.$queue.getData('EditAddress'); if (this.addressId) { @@ -442,7 +442,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, payJZ() { @@ -465,7 +465,7 @@ icon: 'none' }) // that.getOrder() - + } else { uni.showToast({ title: ret.msg, @@ -503,7 +503,7 @@ }) // that.getOrder() // this.$queue.showToast('支付成功'); - + // uni.switchTab({ // url: '/pages/my/index' // }) @@ -520,7 +520,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -560,9 +560,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -591,7 +591,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.tordersId, @@ -604,9 +604,9 @@ }); // #endif } - + }, - + changeValue(value){ this.number=value }, @@ -680,7 +680,7 @@ // this.showpay = true; this.goOrder() } - + }, textareaChange(e){//备注 this.textareaData=e.detail.value @@ -704,7 +704,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, youhui(){//获取优惠卷 @@ -720,7 +720,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, liliaoshi(){ @@ -793,7 +793,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -803,14 +803,14 @@ url: '../address/address?id=' + 2 }) } - + }, changeLog(e){//服务时间 console.log("11111",e) this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -885,7 +885,7 @@ } }); }, - + saveJZ(classifyId) { let data = { parentId: classifyId, @@ -945,7 +945,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -1039,7 +1039,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -1364,7 +1364,7 @@ } }) }, - } + } } @@ -1431,7 +1431,7 @@ } .ske-padding{ padding: 5rpx 30rpx 36rpx 30rpx; - + } .header-bottom-money-zhen span{ @@ -1717,11 +1717,9 @@ padding: 29rpx; } .d-title{ - font-weight: 400; - font-size: 29rpx; - color: #222; - padding: 16px 15px 0px 15px; - width: 100%; + font-weight: bold; + font-size: 32rpx; + color: #333333; } .checkbox-data{ padding: 0px 11px; @@ -1812,7 +1810,7 @@ border-radius: 14rpx; padding: 7px; } - + .pay-ding{ padding-bottom: 15px; } @@ -1826,7 +1824,7 @@ width: 49rpx; height: 44rpx; } - + .d-touxiang{ width: 46rpx; height: 46rpx; @@ -1860,7 +1858,7 @@ flex-direction: row; align-items: center; } - + .content{ padding-top: 1px; width: 100%; @@ -2048,4 +2046,4 @@ font-size: 30rpx; } .zhuangtai{} - \ No newline at end of file + diff --git a/my/order/payModifyJsDetail.vue b/my/order/payModifyJsDetail.vue index 980e8f4..38f8257 100644 --- a/my/order/payModifyJsDetail.vue +++ b/my/order/payModifyJsDetail.vue @@ -14,7 +14,7 @@ {{orderXm.title}} - + @@ -107,8 +107,8 @@ - - + + 备注 @@ -116,7 +116,7 @@ - + @@ -196,7 +196,7 @@ 立即支付 - + @@ -243,7 +243,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -255,7 +255,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -328,7 +328,7 @@ this.youhui() // this.getOrder() }, - + onShow() { this.addressId = this.$queue.getData('EditAddress'); if (this.addressId) { @@ -401,7 +401,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, changeValue(value){ @@ -474,7 +474,7 @@ // this.showpay = true; this.goOrder() } - + }, textareaChange(e){//备注 this.textareaData=e.detail.value @@ -498,7 +498,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, youhui(){//获取优惠卷 @@ -514,7 +514,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, liliaoshi(){ @@ -587,7 +587,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -597,14 +597,14 @@ url: '../address/address?id=' + 6 }) } - + }, changeLog(e){//服务时间 console.log("11111",e) this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -679,7 +679,7 @@ } }); }, - + payJZ() { let that = this; if (that.openWay == 1) { //零钱支付 @@ -900,7 +900,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -994,7 +994,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -1319,7 +1319,7 @@ } }) }, - } + } } @@ -1380,7 +1380,7 @@ } .ske-padding{ padding: 5rpx 30rpx 36rpx 30rpx; - + } .header-bottom-money-zhen span{ @@ -1665,11 +1665,9 @@ padding: 29rpx; } .d-title{ - font-weight: 400; - font-size: 29rpx; - color: #222; - padding: 16px 15px 0px 15px; - width: 100%; + font-weight: bold; + font-size: 32rpx; + color: #333333; } .checkbox-data{ padding: 0px 11px; @@ -1760,7 +1758,7 @@ border-radius: 14rpx; padding: 7px; } - + .pay-ding{ padding-bottom: 15px; } @@ -1774,7 +1772,7 @@ width: 49rpx; height: 44rpx; } - + .d-touxiang{ width: 46rpx; height: 46rpx; @@ -1808,7 +1806,7 @@ flex-direction: row; align-items: center; } - + .content{ padding-top: 1px; width: 100%; @@ -2002,4 +2000,4 @@ .head-title{ font-size: 30rpx; } - \ No newline at end of file + diff --git a/my/order/payModifyLiao.vue b/my/order/payModifyLiao.vue index 06c0235..a495c37 100644 --- a/my/order/payModifyLiao.vue +++ b/my/order/payModifyLiao.vue @@ -14,7 +14,7 @@ {{orderXm.title}} - + @@ -32,10 +32,10 @@ - + - - + + 疗程详情 @@ -64,7 +64,7 @@ - + 服务疗程 @@ -72,7 +72,7 @@ - + 平台优惠劵 @@ -86,9 +86,9 @@ - - 去支付 - + + 去支付 + @@ -140,7 +140,7 @@ 立即支付 - + @@ -187,7 +187,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -199,7 +199,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -270,13 +270,13 @@ if(this.couponId){ this.youhuiF(this.couponId) } - + this.ordersId = this.$queue.getData('ordersId'); this.userPackageDetailId = this.$queue.getData('userPackageDetailId'); this.youhui() // this.getOrder() }, - + onShow() { this.addressId = this.$queue.getData('EditAddress'); if (this.addressId) { @@ -394,7 +394,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, youhui(){//获取优惠卷 @@ -410,7 +410,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, liliaoshi(){ @@ -483,7 +483,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -493,13 +493,13 @@ url: '../address/address?id=' + 2 }) } - + }, changeLog(e){//服务时间 this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -604,7 +604,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, payJZ() { @@ -827,7 +827,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -921,7 +921,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -1248,6 +1248,16 @@ \ No newline at end of file + diff --git a/my/order/payModifyMs.vue b/my/order/payModifyMs.vue index 7c52523..84b9bfd 100644 --- a/my/order/payModifyMs.vue +++ b/my/order/payModifyMs.vue @@ -14,7 +14,7 @@ {{orderXm.title}} - + @@ -32,9 +32,9 @@ - + - + 优惠劵 @@ -57,8 +57,8 @@ 去支付 - - + + @@ -110,7 +110,7 @@ 立即支付 - + @@ -157,7 +157,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -169,7 +169,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -239,14 +239,14 @@ if(this.couponId){ this.youhuiF(this.couponId) } - + this.ordersId = this.$queue.getData('ordersId'); console.log("this.ordersId=======",this.ordersId) this.userPackageDetailId = this.$queue.getData('userPackageDetailId'); this.youhui() // this.getOrder() }, - + onShow() { this.addressId = this.$queue.getData('EditAddress'); if (this.addressId) { @@ -303,7 +303,7 @@ // sumMoney: that.orderXm.price, // oldSumMoney: that.mainData.oldPrice*that.detailData.length, // sumMoney: that.mainData.price*that.detailData.length, - + } that.$Request.postJson("/app/user/package/order/insertFlashOrders", data).then(res => { that.showorder = false @@ -318,7 +318,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, changeValue(value){ @@ -399,7 +399,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, youhui(){//获取优惠卷 @@ -415,7 +415,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, liliaoshi(){ @@ -488,7 +488,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -498,13 +498,13 @@ url: '../address/address?id=' + this.orderXm.type }) } - + }, changeLog(e){//服务时间 this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -579,7 +579,7 @@ } }); }, - + payJZ() { let that = this; uni.showModal({ @@ -601,7 +601,7 @@ uni.switchTab({ url: '/pages/my/index' }) - + } else { uni.showToast({ title: ret.msg, @@ -635,7 +635,7 @@ }) // that.getOrder() // this.$queue.showToast('支付成功'); - + // uni.switchTab({ // url: '/pages/my/index' // }) @@ -652,7 +652,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -704,9 +704,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -741,7 +741,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.tordersId, @@ -760,13 +760,13 @@ }); // #endif } - + } else if (re.cancel) { // that.getOrder() } } }) - + }, saveJZ(classifyId) { let data = { @@ -827,7 +827,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -921,7 +921,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -985,8 +985,8 @@ that.getOrder() // that.getOrder() // this.$queue.showToast('支付成功'); - - + + }, fail: function(err) { // this.$queue.showToast('支付失败'); @@ -1000,7 +1000,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -1058,9 +1058,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -1095,7 +1095,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -1113,15 +1113,15 @@ }); // #endif } - + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { @@ -1282,7 +1282,7 @@ \ No newline at end of file + diff --git a/my/order/payModifyTc.vue b/my/order/payModifyTc.vue index 919403c..bddd69b 100644 --- a/my/order/payModifyTc.vue +++ b/my/order/payModifyTc.vue @@ -14,7 +14,7 @@ {{orderXm.title}} - + @@ -32,9 +32,9 @@ - + - + 套餐详情 @@ -63,7 +63,7 @@ - + 服务项目{{index+1}} @@ -86,8 +86,8 @@ 去支付 - - + + @@ -139,7 +139,7 @@ 立即支付 - + @@ -186,7 +186,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -198,7 +198,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -269,14 +269,14 @@ if(this.couponId){ this.youhuiF(this.couponId) } - + this.ordersId = this.$queue.getData('ordersId'); console.log("this.ordersId=======",this.ordersId) this.userPackageDetailId = this.$queue.getData('userPackageDetailId'); this.youhui() // this.getOrder() }, - + onShow() { this.addressId = this.$queue.getData('EditAddress'); if (this.addressId) { @@ -345,7 +345,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, changeValue(value){ @@ -426,7 +426,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, youhui(){//获取优惠卷 @@ -442,7 +442,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, liliaoshi(){ @@ -515,7 +515,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -525,13 +525,13 @@ url: '../address/address?id=' + this.orderXm.type }) } - + }, changeLog(e){//服务时间 this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -606,7 +606,7 @@ } }); }, - + payJZ() { let that = this; uni.showModal({ @@ -628,7 +628,7 @@ uni.switchTab({ url: '/pages/my/index' }) - + } else { uni.showToast({ title: ret.msg, @@ -662,7 +662,7 @@ }) // that.getOrder() // this.$queue.showToast('支付成功'); - + // uni.switchTab({ // url: '/pages/my/index' // }) @@ -679,7 +679,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -731,9 +731,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -768,7 +768,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.tordersId, @@ -787,13 +787,13 @@ }); // #endif } - + } else if (re.cancel) { // that.getOrder() } } }) - + }, saveJZ(classifyId) { let data = { @@ -854,7 +854,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -948,7 +948,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -1012,8 +1012,8 @@ that.getOrder() // that.getOrder() // this.$queue.showToast('支付成功'); - - + + }, fail: function(err) { // this.$queue.showToast('支付失败'); @@ -1027,7 +1027,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -1085,9 +1085,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -1122,7 +1122,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -1140,15 +1140,15 @@ }); // #endif } - + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { @@ -1310,7 +1310,7 @@ .ske-padding{ padding: 5rpx 30rpx 36rpx 30rpx; } - + .header-bottom-money{ width: 100%; display: flex; @@ -1378,7 +1378,7 @@ padding: 29rpx; margin-top: 10px; } - + .pay-title{ font-weight: bold; font-size: 31rpx; @@ -1403,13 +1403,13 @@ flex-direction: row; align-items: baseline; } - + .xiangmu-cont-top-left{ font-weight: normal; font-size: 26rpx; color: #049E89; margin: 5rpx 0; - + } .detail-foot-nav-bor{ width: 64px; @@ -1470,7 +1470,7 @@ align-items: center; padding: 15rpx 0px; } - + .tese span:nth-child(1){ font-weight: bold; font-size: 24rpx; @@ -1512,7 +1512,7 @@ font-size: 28rpx; color: #029d88; } - + .detail-foot-mian{ width: 100%; display: flex; @@ -1783,11 +1783,9 @@ justify-content: space-between; } .d-title{ - font-weight: 400; - font-size: 29rpx; - color: #222; - padding: 10px 15px 0px 15px; - width: 100%; + font-weight: bold; + font-size: 32rpx; + color: #333333; } .checkbox-data{ padding: 0px 11px; @@ -1878,7 +1876,7 @@ border-radius: 14rpx; padding: 7px; } - + .pay-ding{ padding-bottom: 15px; } @@ -1892,7 +1890,7 @@ width: 49rpx; height: 44rpx; } - + .d-touxiang{ width: 46rpx; height: 46rpx; @@ -1926,7 +1924,7 @@ flex-direction: row; align-items: center; } - + .content{ padding-top: 1px; width: 100%; @@ -2137,4 +2135,4 @@ .zhuangtai{ color: #029D88; } - \ No newline at end of file + diff --git a/my/order/payModifyTcMy.vue b/my/order/payModifyTcMy.vue index 50b042a..7aaab0e 100644 --- a/my/order/payModifyTcMy.vue +++ b/my/order/payModifyTcMy.vue @@ -9,19 +9,25 @@ - + {{orderXm.title}} - + + + 服务时长:{{orderXm.duration}}分钟 + + + + 项目价格: - {{orderXm.packagePrice}}/次 + {{orderXm.packagePrice}} @@ -32,71 +38,71 @@ - + 请选择地址 - - 联系人 - + + 客户姓名 + {{name}} - 修改 + 更换 - - 手机号码 - + + 联系方式 + {{mobile}} - - 详细地址 - + + 服务地址 + {{province}}/{{city}}/{{district}}/{{detailaddress}} - - + - - + + 技师 - - {{jishiName.artificerName}} - 请选择技师 + + {{jishiName.artificerName}} + 选择技师 - - + + 服务时间 - + {{startTime}} - 请选择预约时间 + 请选择预约时间 - 备注 + 备注 - + - 去支付 - + + 去支付 + @@ -148,7 +154,7 @@ 立即支付 - + @@ -195,7 +201,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -207,7 +213,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -281,13 +287,13 @@ if(this.couponId){ this.youhuiF(this.couponId) } - + this.ordersId = this.orderXm.id; this.userPackageDetailId = this.$queue.getData('userPackageDetailId'); this.youhui() // this.getOrder() }, - + onShow() { this.addressId = this.$queue.getData('EditAddress'); if (this.addressId) { @@ -362,7 +368,7 @@ ], userPackageDetailId : that.ordersId } - + that.$Request.postJson("/app/artificer/insertOrders", data).then(res => { that.showorder = false if (res.code == 0) { @@ -377,7 +383,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, changeValue(value){ @@ -432,7 +438,7 @@ url:'/my/hongbao/youhuijuanList?price='+this.orderXm.price+'&text='+'套餐' }) }, - + textareaChange(e){//备注 this.textareaData=e.detail.value console.log("adsadas0",this.textareaData) @@ -455,7 +461,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, youhui(){//获取优惠卷 @@ -471,7 +477,7 @@ } else { that.$queue.showToast(res.msg) } - + }); }, liliaoshi(){ @@ -545,7 +551,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -555,13 +561,13 @@ url: '../address/address?id=' + 4 }) } - + }, changeLog(e){//服务时间 this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -636,7 +642,7 @@ } }); }, - + payJZ() { let that = this; if (that.openWay == 1) { //零钱支付 @@ -649,7 +655,7 @@ // console.log('用户点击确定'); that.$Request.post("/app/artificer/payOrders", { ordersId: that.ordersId, - + }).then(ret => { uni.hideLoading(); if (ret.code == 0) { @@ -858,7 +864,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -952,7 +958,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -1015,7 +1021,7 @@ }) // that.getOrder() // this.$queue.showToast('支付成功'); - + // uni.switchTab({ // url: '/pages/my/index' // }) @@ -1032,7 +1038,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -1090,9 +1096,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -1133,7 +1139,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -1151,15 +1157,15 @@ }); // #endif } - + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { @@ -1326,7 +1332,7 @@ border-radius: 14rpx; padding: 7px; } - + .pay-ding{ padding-bottom: 15px; } @@ -1392,12 +1398,7 @@ } .money-pay-zhen span{ color: #FF6000; - } - .money-pay-zhen span:nth-child(1){ - font-size: 25rpx; - } - .money-pay-zhen span:nth-child(2){ - font-size: 31.25rpx; + font-size: 32rpx; font-weight: bold; } .money-pay-zhen{ @@ -1418,7 +1419,7 @@ padding: 29rpx; margin-top: 10px; } - + .header-bottom-money-zhen span{ color: #F95900 ; } @@ -1487,7 +1488,7 @@ align-items: center; padding: 15px 0px; } - + .tese span:nth-child(1){ font-weight: bold; font-size: 22rpx; @@ -1528,7 +1529,7 @@ font-size: 28rpx; color: #029d88; } - + .detail-foot-mian{ width: 100%; display: flex; @@ -1708,12 +1709,13 @@ background: linear-gradient(90deg, #029d88, #2fc094); color: #ffffff; margin-left: 5px; - border-radius: 30rpx; - height:50rpx; - line-height: 50rpx; - width: 100rpx; - text-align:center; - font-size: 26rpx; + border-radius: 15px; + height: 25px; + line-height: 25px; + width: 50px; + text-align: center; + font-size: 14px; + padding:6rpx 16rpx } .header-view-data{ display: flex; @@ -1811,10 +1813,9 @@ padding: 29rpx; } .d-title{ - font-weight: 400; - font-size: 29rpx; - color: #222; - width: 100%; + font-weight: bold; + font-size: 32rpx; + color: #333333; } .checkbox-data{ padding: 0px 11px; @@ -1904,7 +1905,7 @@ border-radius: 14rpx; padding: 7px; } - + .pay-ding{ padding-bottom: 15px; } @@ -1918,7 +1919,7 @@ width: 49rpx; height: 44rpx; } - + .d-touxiang{ width: 46rpx; height: 46rpx; @@ -1952,17 +1953,17 @@ flex-direction: row; align-items: center; } - + .content{ padding-top: 1px; width: 100%; background-color: #f7f7f7; } .pay-title{ - font-weight: bold; - font-size: 31rpx; - color: #333333; - margin-bottom: 8px; + font-weight: bold; + font-size: 32rpx; + color: #333333; + margin-bottom: 12px; } page { background: #f7f7f7; @@ -2125,16 +2126,27 @@ } - .pay_btn { - width: 90%; + .push-button{ + width: 100%; + height: 48px; + position: fixed; + bottom: 0px; + display: flex; + flex-direction: column; + align-items: center; margin: 0 auto; + } + .pay_btn { + display: inline-block; + width: 92%; text-align: center; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); - height:80rpx; - border-radius: 80rpx; + height: 40px; + border-radius: 28px; color: #ffffff; - line-height: 80rpx; - font-size: 32rpx; + line-height: 40px; + margin-top: 4px; + font-size: 34rpx; } .serverAddress { display: flex; @@ -2151,4 +2163,35 @@ height: 80rpx; align-items: center; } - \ No newline at end of file + .head-title{ + font-weight: bold; + font-size: 32rpx; + color: #333333; + } + .head-title-right{ + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + font-weight: bold; + } + .title-font{ + font-size: 30rpx; + color: #666666; + } + .value-font{ + font-size: 30rpx; + color: #333333; + } + .jusitify-line{ + height: 78rpx; + padding: 20rpx 0; + display: flex; + justify-content: space-between; + } + .jusitify-line-end{ + height:1px; + border-bottom: 1px #e5e5e5 solid; + margin: 30rpx 0; + } + diff --git a/my/order/payModifyTcMyDaiB.vue b/my/order/payModifyTcMyDaiB.vue index 1866336..18eb7fd 100644 --- a/my/order/payModifyTcMyDaiB.vue +++ b/my/order/payModifyTcMyDaiB.vue @@ -40,7 +40,7 @@ {{order.duration}}分钟 - + @@ -143,26 +143,26 @@ {{order.duration}}分钟 - 项目原价 + 项目原价 ¥{{order.massagePrice}} - + {{order.technicianTypeName}}价格 ¥{{order.priceMarkup}} - + 会员减免 -¥{{order.vipReductionMoney}} - + 小计: {{order.massageMoney}} - + - + 出行费用 @@ -191,7 +191,7 @@ -¥{{order.couponMoney}} - - + 备注内容 {{order.remark}} @@ -220,7 +220,7 @@ 总金额 ¥{{order.payMoneyTotal}} - + @@ -236,7 +236,7 @@ 联系客服 - + @@ -292,7 +292,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -304,7 +304,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -411,7 +411,7 @@ uni.hideLoading(); that.$queue.showToast(res.msg); } - + }) }, saveJZ(classifyId) { @@ -442,17 +442,17 @@ uni.hideLoading(); that.$queue.showToast(res.msg); } - + }) }, getTimeStampWithoutSeconds(date) { // 将日期转换为标准的UTC时间 var utcDate = new Date( - date.getUTCFullYear(), - date.getUTCMonth(), - date.getUTCDate(), - date.getUTCHours(), - date.getUTCMinutes(), + date.getUTCFullYear(), + date.getUTCMonth(), + date.getUTCDate(), + date.getUTCHours(), + date.getUTCMinutes(), 0); // 返回不含秒的时间戳 return utcDate.getTime(); @@ -499,7 +499,7 @@ }, toggleQ(type,item) {//确认拒单 弹出框 this.qurenJd=item; - + this.type = type // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性 this.$refs.popupQ.open(type) @@ -525,7 +525,7 @@ title:'操作失败!' }) } - + }).catch(() => { this.getOrder() //联网失败, 结束加载 @@ -573,12 +573,12 @@ title:'操作失败!' }) } - + }).catch(() => { //联网失败, 结束加载 that.getOrder() }); - + }, fail: function(e) { that.getOrder() @@ -592,14 +592,14 @@ // #endif } }); - + }else{ uni.showToast({ icon:'error', title:'请输入提前结束原因!' }) } - + }, toggle(type,item) {//提前结束 弹出框 this.tiqianData=item; @@ -607,12 +607,12 @@ // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性 this.$refs.popup.open(type); }, - + gengBtn(){ this.btnShow=!this.btnShow }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -710,13 +710,13 @@ } else { that.$queue.showToast(res.msg) } - + }); }, payJZ() { let that = this; if (that.openWay == 1) { //零钱支付 - + uni.showModal({ title: '付款提示', content: '确认支付' + that.order.sumMoney + '元吗?', @@ -893,7 +893,7 @@ } }, - + //支付选择 selectWay: function(item) { this.openWay = item.id; @@ -922,7 +922,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -965,7 +965,7 @@ url: e }) }, - + delOrder(e) { let that = this uni.showModal({ @@ -1078,7 +1078,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -1130,7 +1130,7 @@ const callBack = hostUrl[0] + "//" + hostUrl[2] + "/"; const url = '&redirect_url=' + callBack + 'my/order/pay'; window.location = rea.data.mweb_url + url - + } else { uni.showToast({ title: rea.msg, @@ -1139,9 +1139,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -1159,7 +1159,7 @@ url:'/pages/order/index' }) that.isCheckPay(rea.code, 'wxpay', JSON.stringify(rea.data)); - + }else{ uni.showToast({ title: '支付失败', @@ -1189,10 +1189,10 @@ div.innerHTML = rea.data //此处form就是后台返回接收到的数据 document.body.appendChild(div) document.forms[0].submit() - + }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -1211,16 +1211,16 @@ }); // #endif } - - + + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { @@ -1328,7 +1328,7 @@ if (res.confirm) { that.cancelOrders(data) that.$queue.showLoading('取消中...') - + } else if (res.cancel) { console.log('用户点击取消'); } @@ -1475,7 +1475,7 @@ font-size: 33rpx; color: #333333; } - + .xiangmu-cont-top{ width: 100%; display: flex; @@ -1505,7 +1505,7 @@ align-items: center; padding: 10px; } - + .popup-mian-btn span:nth-child(1){ background: linear-gradient(90deg, #FE912E, #FF9970); } @@ -1607,9 +1607,9 @@ align-items: center; flex-wrap: wrap; justify-content: space-between; - + } - + .dingshi{ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); @@ -1626,7 +1626,7 @@ } .head-title{ margin-top: -2px;display: inline-block; - width: 300rpx; + width: 300rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -1718,10 +1718,9 @@ height: 44rpx; } .d-title{ - font-weight: 400; + font-weight: bold; font-size: 32rpx; color: #333333; - font-weight: bold; } .d-touxiang{ width: 46rpx; @@ -2010,4 +2009,4 @@ border-bottom: 1px #f4f4f4 solid; margin: 15px 0; } - \ No newline at end of file + diff --git a/my/order/payShengji.vue b/my/order/payShengji.vue index b46a7a4..2c0cf52 100644 --- a/my/order/payShengji.vue +++ b/my/order/payShengji.vue @@ -2439,8 +2439,8 @@ height: 44rpx; } .d-title{ - font-weight: 550; - font-size: 30rpx; + font-weight: bold; + font-size: 32rpx; color: #333333; } .d-touxiang{ @@ -2478,7 +2478,7 @@ padding: 29rpx; } .content{ - padding-top: 20px; + padding-top: 11px; width: 100%; background-color: #f7f7f7; } diff --git a/my/order/payYouHui.vue b/my/order/payYouHui.vue index bfb705e..b3e58a7 100644 --- a/my/order/payYouHui.vue +++ b/my/order/payYouHui.vue @@ -96,8 +96,8 @@ - - + + @@ -131,7 +131,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -143,7 +143,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -223,7 +223,7 @@ this.single=e; }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -546,7 +546,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -1018,7 +1018,7 @@ align-items: center; justify-content: space-between; } - + .youhui-mian,.youhui-mian-list{ width: 100%; display: flex; @@ -1216,11 +1216,9 @@ padding: 29rpx; } .d-title{ - font-weight: 400; - font-size: 25rpx; + font-weight: bold; + font-size: 32rpx; color: #333333; - padding: 10px 15px 0px 15px; - width: 100%; } .checkbox-data{ padding: 0px 11px; @@ -1311,7 +1309,7 @@ border-radius: 14rpx; padding: 7px; } - + .pay-ding{ padding-bottom: 15px; } @@ -1325,7 +1323,7 @@ width: 49rpx; height: 44rpx; } - + .d-touxiang{ width: 46rpx; height: 46rpx; @@ -1359,7 +1357,7 @@ flex-direction: row; align-items: center; } - + .content{ padding-bottom: 140rpx; padding-top: 20px; @@ -1550,4 +1548,4 @@ justify-content: space-between; align-items: center; } - \ No newline at end of file + diff --git a/my/order/payding.vue b/my/order/payding.vue index c14b36c..0e6a4ef 100644 --- a/my/order/payding.vue +++ b/my/order/payding.vue @@ -83,7 +83,7 @@ 服务地址 - {{order.address}} + {{order.address}} @@ -120,7 +120,7 @@ - 订单编号 + 订单编号 {{order.ordersNo}} @@ -196,9 +196,9 @@ -¥{{order.couponMoney}} - - - 备注内容 + + 备注 {{order.remark}} @@ -1718,10 +1718,9 @@ height: 44rpx; } .d-title{ - font-weight: 400; + font-weight: bold; font-size: 32rpx; color: #333333; - font-weight: bold; } .d-touxiang{ width: 60rpx; @@ -1766,7 +1765,7 @@ font-weight: bold; font-size: 32rpx; color: #333333; - margin-bottom: 8px; + margin-bottom: 12px; } page { background: #f7f7f7; @@ -1950,9 +1949,6 @@ .head-text{ font-size:30rpx; } - .zhuangtai{ - color: #029D88; - } .level_button{ padding: 3rpx 13rpx; background: linear-gradient(to right, #fe9131, #ff9869); @@ -2002,9 +1998,9 @@ color: #333; } .jusitify-line-end{ - height: 1px; - border-bottom: 1px #f4f4f4 solid; - margin: 15px 0; + height:1px; + border-bottom: 1px #e5e5e5 solid; + margin: 30rpx 0; } .head-title{ font-weight: bold; diff --git a/my/order/paydingCi.vue b/my/order/paydingCi.vue index ba5e7ca..81ce990 100644 --- a/my/order/paydingCi.vue +++ b/my/order/paydingCi.vue @@ -36,10 +36,10 @@ - + - + 订单编号 @@ -83,18 +83,18 @@ - + 立即支付 联系客服 - + - - + + @@ -147,7 +147,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -159,7 +159,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -235,11 +235,11 @@ getTimeStampWithoutSeconds(date) { // 将日期转换为标准的UTC时间 var utcDate = new Date( - date.getUTCFullYear(), - date.getUTCMonth(), - date.getUTCDate(), - date.getUTCHours(), - date.getUTCMinutes(), + date.getUTCFullYear(), + date.getUTCMonth(), + date.getUTCDate(), + date.getUTCHours(), + date.getUTCMinutes(), 0); // 返回不含秒的时间戳 return utcDate.getTime(); @@ -278,10 +278,10 @@ } }) }, - - + + goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -359,7 +359,7 @@ payJZ() { let that = this; if (that.openWay == 1) { //零钱支付 - + uni.showModal({ title: '付款提示', content: '确认支付' + that.order.payMoney + '元吗?', @@ -518,7 +518,7 @@ } }, - + //支付选择 selectWay: function(item) { this.openWay = item.id; @@ -547,7 +547,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -590,7 +590,7 @@ url: e }) }, - + delOrder(e) { let that = this uni.showModal({ @@ -627,7 +627,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -690,7 +690,7 @@ }) that.getOrder() // this.$queue.showToast('支付成功'); - + // uni.switchTab({ // url: '/pages/my/index' // }) @@ -707,7 +707,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -765,9 +765,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -808,7 +808,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -826,15 +826,15 @@ }); // #endif } - + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { @@ -1067,7 +1067,7 @@ font-size: 33rpx; color: #333333; } - + .xiangmu-cont-top{ width: 100%; display: flex; @@ -1097,7 +1097,7 @@ align-items: center; padding: 10px; } - + .popup-mian-btn span:nth-child(1){ background: linear-gradient(90deg, #FE912E, #FF9970); } @@ -1199,9 +1199,9 @@ align-items: center; flex-wrap: wrap; justify-content: space-between; - + } - + .dingshi{ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); @@ -1218,7 +1218,7 @@ } .head-title{ margin-top: -2px;display: inline-block; - width: 300rpx; + width: 300rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -1310,8 +1310,8 @@ height: 44rpx; } .d-title{ - font-weight: 400; - font-size: 25rpx; + font-weight: bold; + font-size: 32rpx; color: #333333; } .d-touxiang{ @@ -1541,4 +1541,4 @@ justify-content: space-between; align-items: center; } - \ No newline at end of file + diff --git a/my/order/paydingDd.vue b/my/order/paydingDd.vue index 7aa94d8..7a1b328 100644 --- a/my/order/paydingDd.vue +++ b/my/order/paydingDd.vue @@ -38,7 +38,7 @@ {{order.ordersMassageList[0].massageType.duration}}分钟 - + @@ -194,13 +194,13 @@ 服务价格 ¥{{order.price}} - + 优惠券 -¥{{order.couponMoney}} - + 会员减免 -¥{{order.vipReductionMoney}} @@ -240,7 +240,7 @@ 联系客服 - + @@ -403,7 +403,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -415,7 +415,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -522,7 +522,7 @@ uni.hideLoading(); that.$queue.showToast(res.msg); } - + }) }, saveJZ(classifyId) { @@ -553,17 +553,17 @@ uni.hideLoading(); that.$queue.showToast(res.msg); } - + }) }, getTimeStampWithoutSeconds(date) { // 将日期转换为标准的UTC时间 var utcDate = new Date( - date.getUTCFullYear(), - date.getUTCMonth(), - date.getUTCDate(), - date.getUTCHours(), - date.getUTCMinutes(), + date.getUTCFullYear(), + date.getUTCMonth(), + date.getUTCDate(), + date.getUTCHours(), + date.getUTCMinutes(), 0); // 返回不含秒的时间戳 return utcDate.getTime(); @@ -601,7 +601,7 @@ }, toggleQ(type,item) {//确认拒单 弹出框 this.qurenJd=item; - + this.type = type // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性 this.$refs.popupQ.open(type) @@ -630,7 +630,7 @@ title:'操作失败!' }) } - + }).catch(() => { this.getOrder() //联网失败, 结束加载 @@ -678,12 +678,12 @@ title:'操作失败!' }) } - + }).catch(() => { //联网失败, 结束加载 that.getOrder() }); - + }, fail: function(e) { that.getOrder() @@ -697,14 +697,14 @@ // #endif } }); - + }else{ uni.showToast({ icon:'error', title:'请输入提前结束原因!' }) } - + }, toggle(type,item) {//提前结束 弹出框 this.tiqianData=item; @@ -712,12 +712,12 @@ // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性 this.$refs.popup.open(type); }, - + gengBtn(){ this.btnShow=!this.btnShow }, goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -793,7 +793,7 @@ }); }, goOrder(item) { - + let that = this let data = { classifyId:item.classifyId, @@ -814,13 +814,13 @@ } else { that.$queue.showToast(res.msg) } - + }); }, payJZ() { let that = this; if (that.openWay == 1) { //零钱支付 - + uni.showModal({ title: '付款提示', content: '确认支付' + that.order.sumMoney + '元吗?', @@ -1000,7 +1000,7 @@ } }, - + //支付选择 selectWay: function(item) { this.openWay = item.id; @@ -1029,7 +1029,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -1072,7 +1072,7 @@ url: e }) }, - + delOrder(e) { let that = this uni.showModal({ @@ -1145,7 +1145,7 @@ url:'/pages/order/index' }) that.getOrder() - + } else { uni.showToast({ title: res.msg, @@ -1180,9 +1180,9 @@ url:'/pages/order/index' }) that.getOrder() - + // this.$queue.showToast('支付成功'); - + // uni.switchTab({ // url: '/pages/my/index' // }) @@ -1199,7 +1199,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -1217,7 +1217,7 @@ url:'/pages/order/index' }) that.callPay(rea.data); - + } else { uni.showToast({ title: rea.msg, @@ -1250,7 +1250,7 @@ const callBack = hostUrl[0] + "//" + hostUrl[2] + "/"; const url = '&redirect_url=' + callBack + 'my/order/pay'; window.location = rea.data.mweb_url + url - + } else { uni.showToast({ title: rea.msg, @@ -1259,9 +1259,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -1278,7 +1278,7 @@ url:'/pages/order/index' }) that.isCheckPay(rea.code, 'wxpay', JSON.stringify(rea.data)); - + } }); // #endif @@ -1301,10 +1301,10 @@ div.innerHTML = rea.data //此处form就是后台返回接收到的数据 document.body.appendChild(div) document.forms[0].submit() - + }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -1319,19 +1319,19 @@ url:'/pages/order/index' }) that.setPayment('alipay', rea.data); - + }); // #endif } - + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { @@ -1580,7 +1580,7 @@ font-size: 33rpx; color: #333333; } - + .xiangmu-cont-top{ width: 100%; display: flex; @@ -1610,7 +1610,7 @@ align-items: center; padding: 10px; } - + .popup-mian-btn span:nth-child(1){ background: linear-gradient(90deg, #FE912E, #FF9970); } @@ -1712,9 +1712,9 @@ align-items: center; flex-wrap: wrap; justify-content: space-between; - + } - + .dingshi{ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); @@ -1731,7 +1731,7 @@ } .head-title{ margin-top: -2px;display: inline-block; - width: 300rpx; + width: 300rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -1823,8 +1823,8 @@ height: 44rpx; } .d-title{ - font-weight: 400; - font-size: 25rpx; + font-weight: bold; + font-size: 32rpx; color: #333333; } .d-touxiang{ @@ -2054,4 +2054,4 @@ justify-content: space-between; align-items: center; } - \ No newline at end of file + diff --git a/my/order/paydingLiao.vue b/my/order/paydingLiao.vue index 0e9b86d..9be3390 100644 --- a/my/order/paydingLiao.vue +++ b/my/order/paydingLiao.vue @@ -36,10 +36,10 @@ - + - + 订单编号 @@ -71,7 +71,7 @@ -¥{{order.couponMoney}} - + 会员减免 -¥{{order.vipReductionMoney}} @@ -84,18 +84,18 @@ - + 立即支付 联系客服 - + - - + + @@ -148,7 +148,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -160,7 +160,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -236,11 +236,11 @@ getTimeStampWithoutSeconds(date) { // 将日期转换为标准的UTC时间 var utcDate = new Date( - date.getUTCFullYear(), - date.getUTCMonth(), - date.getUTCDate(), - date.getUTCHours(), - date.getUTCMinutes(), + date.getUTCFullYear(), + date.getUTCMonth(), + date.getUTCDate(), + date.getUTCHours(), + date.getUTCMinutes(), 0); // 返回不含秒的时间戳 return utcDate.getTime(); @@ -279,10 +279,10 @@ } }) }, - - + + goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -360,7 +360,7 @@ payJZ() { let that = this; if (that.openWay == 1) { //零钱支付 - + uni.showModal({ title: '付款提示', content: '确认支付' + that.order.payMoney + '元吗?', @@ -519,7 +519,7 @@ } }, - + //支付选择 selectWay: function(item) { this.openWay = item.id; @@ -548,7 +548,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -591,7 +591,7 @@ url: e }) }, - + delOrder(e) { let that = this uni.showModal({ @@ -628,7 +628,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -703,7 +703,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -761,9 +761,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -804,7 +804,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -822,15 +822,15 @@ }); // #endif } - + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { @@ -1066,7 +1066,7 @@ font-size: 33rpx; color: #333333; } - + .xiangmu-cont-top{ width: 100%; display: flex; @@ -1096,7 +1096,7 @@ align-items: center; padding: 10px; } - + .popup-mian-btn span:nth-child(1){ background: linear-gradient(90deg, #FE912E, #FF9970); } @@ -1198,9 +1198,9 @@ align-items: center; flex-wrap: wrap; justify-content: space-between; - + } - + .dingshi{ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); @@ -1217,7 +1217,7 @@ } .head-title{ margin-top: -2px;display: inline-block; - width: 300rpx; + width: 300rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -1309,8 +1309,8 @@ height: 44rpx; } .d-title{ - font-weight: 400; - font-size: 25rpx; + font-weight: bold; + font-size: 32rpx; color: #333333; } .d-touxiang{ @@ -1540,4 +1540,4 @@ justify-content: space-between; align-items: center; } - \ No newline at end of file + diff --git a/my/order/paydingMs.vue b/my/order/paydingMs.vue index 75f8487..28b14e5 100644 --- a/my/order/paydingMs.vue +++ b/my/order/paydingMs.vue @@ -85,13 +85,13 @@ 联系客服 - + - + - - + + @@ -144,7 +144,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, customStyle2: { @@ -156,7 +156,7 @@ // #ifndef MP-WEIXIN width: '310upx', - // #endif + // #endif margin: '0 10upx', }, id: '', @@ -282,7 +282,7 @@ this.province = res.data.province this.city = res.data.city this.district = res.data.district - + // this.getChuXing(); } // uni.hideLoading(); @@ -292,16 +292,16 @@ url: '../address/address?id=' + this.orderXm.type }) } - + }, getTimeStampWithoutSeconds(date) { // 将日期转换为标准的UTC时间 var utcDate = new Date( - date.getUTCFullYear(), - date.getUTCMonth(), - date.getUTCDate(), - date.getUTCHours(), - date.getUTCMinutes(), + date.getUTCFullYear(), + date.getUTCMonth(), + date.getUTCDate(), + date.getUTCHours(), + date.getUTCMinutes(), 0); // 返回不含秒的时间戳 return utcDate.getTime(); @@ -340,10 +340,10 @@ } }) }, - - + + goChat() { - let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 + let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); if (uni.getStorageSync('token')) { if (kefu == 1) { @@ -421,7 +421,7 @@ payJZ() { let that = this; if (that.openWay == 1) { //零钱支付 - + uni.showModal({ title: '付款提示', content: '确认支付' + that.order.payMoney + '元吗?', @@ -580,7 +580,7 @@ } }, - + //支付选择 selectWay: function(item) { this.openWay = item.id; @@ -609,7 +609,7 @@ bindGps(latitude, longitude, name, detailsadd) { console.log(latitude, longitude, name, detailsadd) uni.openLocation({ - latitude: latitude - 0, //要去的纬度-地址 + latitude: latitude - 0, //要去的纬度-地址 longitude: longitude - 0, //要去的经度-地址 name: name, //地址名称 address: detailsadd, //详细地址名称 @@ -652,7 +652,7 @@ url: e }) }, - + delOrder(e) { let that = this uni.showModal({ @@ -689,7 +689,7 @@ } }); }, - + // 支付订单 pay() { let that = this @@ -748,7 +748,7 @@ url:'/pages/my/newseckill?text='+'index' }) // this.$queue.showToast('支付成功'); - + // uni.switchTab({ // url: '/pages/my/index' // }) @@ -765,7 +765,7 @@ } }); // #endif - + // #ifdef H5 let ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('micromessenger') != -1) { @@ -821,9 +821,9 @@ } }); } - + // #endif - + // #ifdef APP let data = { ordersId: that.order.ordersId, @@ -863,7 +863,7 @@ document.forms[0].submit() }); // #endif - + // #ifdef APP-PLUS let data = { ordersId: that.order.ordersId, @@ -881,15 +881,15 @@ }); // #endif } - + } else if (re.cancel) { uni.hideLoading(); console.log('用户点击取消'); } } - + }) - + }, callPay: function(response) { if (typeof WeixinJSBridge === "undefined") { @@ -1089,7 +1089,7 @@ } .ske-padding{ padding: 5rpx 30rpx 36rpx 30rpx; - + } /deep/.u-drawer{ z-index:11 !important; @@ -1168,7 +1168,7 @@ font-size: 33rpx; color: #333333; } - + .xiangmu-cont-top{ width: 100%; display: flex; @@ -1198,7 +1198,7 @@ align-items: center; padding: 10px; } - + .popup-mian-btn span:nth-child(1){ background: linear-gradient(90deg, #FE912E, #FF9970); } @@ -1300,9 +1300,9 @@ align-items: center; flex-wrap: wrap; justify-content: space-between; - + } - + .dingshi{ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); @@ -1319,7 +1319,7 @@ } .head-title{ margin-top: -2px;display: inline-block; - width: 300rpx; + width: 300rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -1410,8 +1410,8 @@ height: 44rpx; } .d-title{ - font-weight: 400; - font-size: 25rpx; + font-weight: bold; + font-size: 32rpx; color: #333333; } .d-touxiang{ @@ -1643,4 +1643,4 @@ justify-content: space-between; align-items: center; } - \ No newline at end of file + diff --git a/my/order/paydingTCX.vue b/my/order/paydingTCX.vue index 8bfda4f..72e8ac5 100644 --- a/my/order/paydingTCX.vue +++ b/my/order/paydingTCX.vue @@ -1,8 +1,8 @@