diff --git a/api/request.js b/api/request.js index a674cb4..1c5af34 100644 --- a/api/request.js +++ b/api/request.js @@ -4,7 +4,8 @@ import baseurl from './baseurl.js' var request = function(config) { return new Promise((resolve, rejected) => { if (config.url != '/nurseApplet/chatRecord/updateReadStatus' && config.url != - "/nurseApplet/chatRecord/sendMessage") { + "/nurseApplet/chatRecord/sendMessage" && config.url != + `/applet/sign/apply/checkSignApply/` + uni.getStorageSync('userinfo').cardNo) { uni.showLoading({ title: '' }); @@ -27,4 +28,4 @@ var request = function(config) { }) } -export default request +export default request \ No newline at end of file diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 7943b1d..024d236 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -115,16 +115,8 @@ uni.setStorageSync("region", 3) } this.region = uni.getStorageSync('region') - // if (this.region) { - // if (this.region == "1" || this.region == "2") { - // } else { - // this.family() - // } - - // } - - if (this.userinfo) { + if (this.userinfo && this.region!="3") { this.patientName = this.userinfo.patientName checkSignApply(this.userinfo.cardNo).then(res => { if (res.data.code != 0) { @@ -163,7 +155,7 @@ // 家医功能提示 family() { this.$refs.uToast.show({ - title: '请切换城市,再操作家医相关功能', + title: '当前绑定地市不支持', type: 'error', duration: '3000', @@ -177,7 +169,7 @@ } else { if (this.region == "3") { this.family() - } else{ + } else { if (this.cityCode == "1" || this.cityCode == "2") { if (!this.checkSign) { this.$refs.uToast.show({ @@ -193,9 +185,9 @@ } } else { this.family() - + } - + } @@ -208,7 +200,7 @@ } else { if (this.region == "3") { this.family() - } else{ + } else { if (this.cityCode == "1" || this.cityCode == "2") { if (!this.checkSign) { this.$refs.uToast.show({ @@ -222,15 +214,15 @@ url: '/pagesB/Behaviorpoints/Behaviorpoints' }) } - + } else { this.family() - + } - + } - + } }, @@ -327,18 +319,18 @@ } else { if (this.region == "3") { this.family() - } else{ + } else { if (this.cityCode == "1" || this.cityCode == "2") { uni.navigateTo({ url: "/pagesC/servicerecord/servicerecord" }) - + } else { this.family() } - + } - + } }, @@ -349,7 +341,7 @@ } else { if (this.region == "3") { this.family() - } else{ + } else { if (this.cityCode == "1" || this.cityCode == "2") { if (!this.checkSign) { this.$refs.uToast.show({ @@ -363,11 +355,11 @@ url: "/pagesC/Myappointment/Myappointment" }) } - + } else { this.family() } - + } diff --git a/pagesB/CommodityOrder/CommodityOrder.vue b/pagesB/CommodityOrder/CommodityOrder.vue index dd026df..dfd77f5 100644 --- a/pagesB/CommodityOrder/CommodityOrder.vue +++ b/pagesB/CommodityOrder/CommodityOrder.vue @@ -15,7 +15,7 @@ active-color='#26A888'> - 店铺名称 + {{item.orderTime}} 待付款 退款中 diff --git a/pagesB/managefamily/managefamily.scss b/pagesB/managefamily/managefamily.scss index e3e8731..15e7ede 100644 --- a/pagesB/managefamily/managefamily.scss +++ b/pagesB/managefamily/managefamily.scss @@ -8,14 +8,12 @@ left: 50%; transform: translateX(-50%); text-align: center; - .text { margin-bottom: 12rpx; font-size: 20rpx; font-weight: 500; color: #26A888; } - .btn { font-size: 31rpx; width: 500rpx; @@ -31,6 +29,8 @@ .forlist { width: 100%; + height: 82vh; + overflow: auto; .item { border-radius: 10rpx; diff --git a/pagesB/myevaluation/myevaluation.vue b/pagesB/myevaluation/myevaluation.vue index 34d0ee7..34a4157 100644 --- a/pagesB/myevaluation/myevaluation.vue +++ b/pagesB/myevaluation/myevaluation.vue @@ -21,7 +21,10 @@ - 已评价 + + + + 已评价 @@ -48,6 +51,7 @@ getPageNum:1, getPageSize:20, userinfo:{}, + rateval: '', //评价星棵树 } }, onShow() { @@ -205,8 +209,18 @@ bottom: 4%; font-size: 28rpx; font-family: Source Han Sans CN; + + .rate{ + display: inline-block; + font-weight: 400; + position: absolute; + top: 50%; + transform: translateY(-50%); + left: 10rpx; + text-align: center; + } - span:nth-child(1) { + .rateval { line-height: 30px; width: 169rpx; height: 61rpx; diff --git a/pagesB/orderDetails/orderDetails.vue b/pagesB/orderDetails/orderDetails.vue index 505d818..ee175fd 100644 --- a/pagesB/orderDetails/orderDetails.vue +++ b/pagesB/orderDetails/orderDetails.vue @@ -11,7 +11,7 @@ - 店铺名称 + {{order.orderTime}} @@ -161,12 +161,12 @@ goodsOrderId: null, patientId: '', openid: null, - orderType: 'HEALTH_CONSULTATION', - orderStatus: 'WAIT_PAY', - // orderTypeList: [ - // 'INTEGRAL_EXCHANGE', - // 'DIRECT_BUY', - // ], + // orderType: 'HEALTH_CONSULTATION', + // orderStatus: 'WAIT_PAY', + orderTypeList: [ + 'INTEGRAL_EXCHANGE',//商城 + 'DIRECT_BUY', + ], // orderStatus: '', pageSize: 15, pageNum: 1, diff --git a/static/chat.png b/static/chat.png deleted file mode 100644 index ee93026..0000000 Binary files a/static/chat.png and /dev/null differ