style:样式重构

This commit is contained in:
2025-10-18 09:24:35 +08:00
parent 729eba5a3b
commit 179be8f8b0
30 changed files with 880 additions and 423 deletions
+8 -4
View File
@@ -1,6 +1,6 @@
<template>
<view class="container fullscreen">
<view class="" style="font-size: 32rpx;font-weight: 600;margin: 15rpx 20rpx;">风电者共享风扇&充电宝</view>
<view class="" style="font-size: 32rpx;font-weight: 600;margin: 15rpx 20rpx;">风电者共享风扇&暖手充电宝</view>
<view class="map-notice" v-if="noticeText">
<uv-notice-bar :text="noticeText" :speed="50" :show-icon="true" color="#07c160" bg-color="#E8F8EF"
icon="volume"></uv-notice-bar>
@@ -138,10 +138,14 @@
URL
} from "../../config/url.js"
import {
getDeviceInfo,
getPotionsDetail,
getDeviceInfo
} from '../../config/api/device.js'
import {
getPotionsDetail
} from '../../config/api/order.js'
import {
getNoticeTextData
} from '../../config/user.js'
} from '../../config/api/system.js'
// 导入地图工具函数
import {
getUserLocation,