diff --git a/pages/companionPetList/companionPetList.vue b/pages/companionPetList/companionPetList.vue index 2aff41c..d9122ad 100644 --- a/pages/companionPetList/companionPetList.vue +++ b/pages/companionPetList/companionPetList.vue @@ -92,9 +92,9 @@ --> - + - diff --git a/pages/newOrder/serviceNew.vue b/pages/newOrder/serviceNew.vue index 88f0add..7e4616d 100644 --- a/pages/newOrder/serviceNew.vue +++ b/pages/newOrder/serviceNew.vue @@ -30,13 +30,16 @@ - - - - - - - 下单方式:指定喂养员 - {{buyInfo.teacher.userName}} + + + + + 下单方式:指定喂养员 - {{buyInfo.teacher.userName}} + + + (若伴宠师1小时内无响应或拒绝单则系统派单) + + @@ -589,4 +592,30 @@ } } } + .order-type-title-custom { + background-color: #FFF9F0; + display: flex; + align-items: flex-start; + font-size: 28rpx; + color: #333; + margin-bottom: 20rpx; + padding: 20rpx; + border-radius: 20rpx; + } + .order-type-title-main { + display: flex; + flex-direction: column; + } + .main-title { + font-size: 28rpx; + font-weight: bold; + line-height: 1.2; + color: #D97B2B; + } + .sub-title { + font-size: 24rpx; + color: #D97B2B; + margin-top: 6rpx; + line-height: 1.2; + } \ No newline at end of file diff --git a/utils/getUrl.js b/utils/getUrl.js index 1a92ac1..d17ac11 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -5,7 +5,8 @@ current = accountInfo.miniProgram.envVersion; const api={ - develop:"https://api.catmdogd.com/prod-api", + develop:"http://h5.xzaiyp.top", + // develop:"https://api.catmdogd.com/prod-api", // develop:"https://api-test.catmdogd.com/test-api", trial:"https://pet-admin.hhlm1688.com/api", release:"https://api.catmdogd.com/prod-api",