diff --git a/uni-app/src/app/api/diy.ts b/uni-app/src/app/api/diy.ts index eb64b1aff..59f02e54a 100644 --- a/uni-app/src/app/api/diy.ts +++ b/uni-app/src/app/api/diy.ts @@ -28,86 +28,3 @@ export function getMemberFormRecord() { return request.get('diy/form/member_record') } - -/** - * 获取项目列表供组件调用 - */ -export function getGoodsComponents(params: Record) { - return request.get(`home_service/goods/components`, params) -} - - -/** - * 次卡套餐 - * @param orderId - * @returns - */ -export function getFirstCard(orderId: number) { - return request.get(`home_service/member/firstCard`) -} - - -/** - * 获取商品分类列表 - */ -export function getGoodsCategoryList(params: Record) { - return request.get(`home_service/goods/category/list`, params) -} - - -/** - * 获取次卡列表供组件调用 - */ -export function getCardComponents(params: Record) { - return request.get(`home_service/card/components`, params) -} - -/** - * 获取优惠券、次卡 - * @param orderId - * @returns - */ -export function getCouponCard(orderId: number) { - return request.get(`home_service/member/memberDiscountCount`) -} - - -/** - * 技师信息 - * @param params - * @returns - */ -export function getTechnicianInfo(params: Record) { - return request.get(`home_service/technician/info`,params,{ showErrorMessage: false }) -} - -/** - * 获取门店信息 - * @returns 门店信息数据 - */ -export function getStoreInfo() { - return request.get('home_service/store/info',{},{ showErrorMessage: false }) -} - - - -/** - * 技师入驻申请资料 - * @param params 技师入驻申请参数 - * @returns - */ -export function getTechnicianApply() { - return request.get(`home_service/technician/apply`) -} - - - -/** - * 门店入驻申请资料 - * @param params 门店入驻申请参数 - * @returns - */ -export function getStoreApply() { - return request.get(`home_service/member/store/application`) -} - diff --git a/uni-app/src/app/components/diy/active-cube/index.vue b/uni-app/src/app/components/diy/active-cube/index.vue index 4e151470b..23514706a 100644 --- a/uni-app/src/app/components/diy/active-cube/index.vue +++ b/uni-app/src/app/components/diy/active-cube/index.vue @@ -69,7 +69,7 @@ {{ item.title.text }} {{ item.subTitle.text }} - {{ item.moreTitle.text }} + {{ item.moreTitle.text }} @@ -84,8 +84,7 @@ - @@ -103,8 +102,7 @@ - @@ -285,4 +283,29 @@ const refresh = () => { } } } +.more-title { + margin-right: 8rpx; +} +.item-wrap-style3{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + padding: 10rpx; + background-color: white; + margin-top: 20rpx; + width: 157rpx; + height: 200rpx; + box-sizing: border-box; +} +.item-wrap-style4 { + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + padding: 4rpx; + background-color: #F93D02; + margin-top: 20rpx; + box-sizing: border-box; +} diff --git a/uni-app/src/app/components/diy/carousel-search/index.vue b/uni-app/src/app/components/diy/carousel-search/index.vue index 813328a98..1d263b410 100644 --- a/uni-app/src/app/components/diy/carousel-search/index.vue +++ b/uni-app/src/app/components/diy/carousel-search/index.vue @@ -1,7 +1,7 @@ @@ -120,7 +120,7 @@ {{ item.title }} @@ -370,4 +370,7 @@ const isShowSlideTemp = (index, numItem) => { } } } +.pt16 { + padding-top: 16rpx; +} diff --git a/uni-app/src/app/components/diy/notice/index.vue b/uni-app/src/app/components/diy/notice/index.vue index 542287fe5..3e8d7038d 100644 --- a/uni-app/src/app/components/diy/notice/index.vue +++ b/uni-app/src/app/components/diy/notice/index.vue @@ -15,12 +15,12 @@ - {{ item.text }} - {{ item.text }} @@ -272,6 +272,14 @@ swiper { // -moz-perspective: 1000; // -ms-perspective: 1000; // perspective: 1000; + .item{ + flex-shrink: 0; + line-height: 40rpx !important; + height: 40rpx; + &.ml80 { + margin-left: 80rpx; + } + } } @keyframes marquee { diff --git a/uni-app/src/app/components/diy/picture-show/index.vue b/uni-app/src/app/components/diy/picture-show/index.vue index 11dc7b870..00c7495a1 100644 --- a/uni-app/src/app/components/diy/picture-show/index.vue +++ b/uni-app/src/app/components/diy/picture-show/index.vue @@ -7,7 +7,7 @@ {{ diyComponent.moduleOne.head.subText }} - + @@ -25,7 +25,7 @@ @@ -127,4 +127,8 @@ const refresh = () => { } - + diff --git a/uni-app/src/app/pages/auth/register.vue b/uni-app/src/app/pages/auth/register.vue index f324c0dc5..94d4f7dc2 100644 --- a/uni-app/src/app/pages/auth/register.vue +++ b/uni-app/src/app/pages/auth/register.vue @@ -104,7 +104,7 @@ - + 其他注册方式 @@ -377,4 +377,7 @@ const toLink = () => { padding-bottom: calc(151rpx + constant(safe-area-inset-bottom)); padding-bottom: calc(151rpx + env(safe-area-inset-bottom)); } +.pt60 { + padding-top: 60rpx; +} diff --git a/uni-app/src/app/pages/friendspay/money.vue b/uni-app/src/app/pages/friendspay/money.vue index 15cd760af..a22efa21e 100644 --- a/uni-app/src/app/pages/friendspay/money.vue +++ b/uni-app/src/app/pages/friendspay/money.vue @@ -50,7 +50,7 @@ --> - + @@ -180,4 +177,61 @@ const confirmFn = (data: any) => { :deep(.type-class .u-popup .u-transition) { top: 86rpx !important; } +.from-type-name { + flex: 1; + font-size: 24rpx; + line-height: 60rpx; + color: var(--text-color-light9); + + &.selected { + color: #333 !important; + } +} +.type-item-wrap { + line-height: 80rpx; + font-size: 26rpx; + color: #333; + padding-left: 50rpx; + padding-right: 50rpx; + + &.selected { + background-color: var(--primary-color-light); + color: var(--primary-color) !important; + font-weight: 500; + } +} +.amount-type-item-wrap { + padding-left: 30rpx; + padding-right: 30rpx; + background-color: #fff; + border-radius: 30rpx; + font-size: 24rpx; + line-height: 54rpx; + margin-right: 20rpx; + color: #333; + + &.selected { + color: var(--primary-color) !important; + font-weight: 500; + } +} +.from-type-name-wrap { + flex: 1; + display: flex; + align-items: center; + margin-left: 20rpx; + box-sizing: border-box; + padding-top: 30rpx; + padding-bottom: 30rpx; + border: none; + + &.border-style { + border: 2px solid #F0F2F8; + } +} +.account-data-wrap{ + font-size: 36rpx; + font-weight: 500; + color: #03B521; +} diff --git a/uni-app/src/app/pages/member/sign_in.vue b/uni-app/src/app/pages/member/sign_in.vue index c2e0f4261..269f807e1 100644 --- a/uni-app/src/app/pages/member/sign_in.vue +++ b/uni-app/src/app/pages/member/sign_in.vue @@ -1,6 +1,6 @@