diff --git a/pages/user/my_service/i_service.json b/pages/user/my_service/i_service.json index 516d6e0..6d98624 100644 --- a/pages/user/my_service/i_service.json +++ b/pages/user/my_service/i_service.json @@ -1,5 +1,6 @@ { "navigationBarTitleText": "服务项目", + "enablePullDownRefresh": false, "usingComponents": { "qr_code": "/components/qr_code/qr_code", "warn": "/components/long_warn/long_warn", diff --git a/pages/user/my_service/i_service.wxml b/pages/user/my_service/i_service.wxml index c528692..f49713a 100644 --- a/pages/user/my_service/i_service.wxml +++ b/pages/user/my_service/i_service.wxml @@ -96,4 +96,8 @@ - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/pages/user/my_service/i_service.wxss b/pages/user/my_service/i_service.wxss index b9364d4..4e7f96e 100644 --- a/pages/user/my_service/i_service.wxss +++ b/pages/user/my_service/i_service.wxss @@ -166,3 +166,18 @@ page { margin: 0rpx 15rpx; color: #ccc; } + +.icon-container { + position: fixed; + right: 10rpx; + bottom: 440rpx; + background-color: #272636; + color: white; + width: 80rpx; + height: 80rpx; + border-radius: 50%; + display: flex; + justify-content: center; + align-items: center; + z-index: 999; +}