吉安感知网项目-前端
张含笑
2026-01-12 eecc372e367ce1f20c37813bc6577478aa425cb9
feat:修改提示
1 files modified
1 files added
13 ■■■■■ changed files
uniapps/work-app/src/static/images/openPassword.svg 11 ●●●●● patch | view | raw | blame | history
uniapps/work-app/src/subPackages/userDetail/password/index.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-app/src/static/images/openPassword.svg
New file
@@ -0,0 +1,11 @@
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame" clip-path="url(#clip0_91_2535)">
<path id="Vector" d="M11.0058 3.21024C8.59131 3.21242 6.23676 3.96254 4.26594 5.35746C2.29513 6.75237 0.804838 8.72357 0 11H1.77495C2.53969 9.18334 3.82348 7.63271 5.46549 6.54235C7.10751 5.452 9.03476 4.87039 11.0058 4.87039C12.9769 4.87039 14.9041 5.452 16.5462 6.54235C18.1882 7.63271 19.472 9.18334 20.2367 11H22.0117C21.2068 8.72357 19.7165 6.75237 17.7457 5.35746C15.7749 3.96254 13.4203 3.21242 11.0058 3.21024ZM20.2367 11C19.472 12.8167 18.1882 14.3673 16.5462 15.4576C14.9041 16.548 12.9769 17.1296 11.0058 17.1296C9.03476 17.1296 7.10751 16.548 5.46549 15.4576C3.82348 14.3673 2.53969 12.8167 1.77495 11H0C0.809784 13.2709 2.30219 15.2357 4.27259 16.6249C6.24299 18.0142 8.59489 18.76 11.0058 18.76C13.4168 18.76 15.7687 18.0142 17.7391 16.6249C19.7095 15.2357 21.2019 13.2709 22.0117 11H20.2367Z" fill="#1D2129"/>
<path id="Vector_2" d="M11.0057 7.66153C10.3454 7.66153 9.69996 7.85733 9.15095 8.22416C8.60194 8.591 8.17404 9.1124 7.92136 9.72242C7.66868 10.3324 7.60257 11.0037 7.73139 11.6513C7.8602 12.2989 8.17816 12.8938 8.64505 13.3607C9.11195 13.8275 9.70681 14.1455 10.3544 14.2743C11.002 14.4031 11.6733 14.337 12.2833 14.0843C12.8933 13.8317 13.4147 13.4038 13.7815 12.8548C14.1484 12.3057 14.3442 11.6603 14.3442 11C14.3442 10.5616 14.2578 10.1275 14.0901 9.72242C13.9223 9.31738 13.6764 8.94935 13.3664 8.63934C13.0564 8.32934 12.6883 8.08343 12.2833 7.91566C11.8782 7.74788 11.4441 7.66153 11.0057 7.66153ZM11.0057 12.6692C10.6756 12.6692 10.3528 12.5713 10.0783 12.3879C9.80383 12.2045 9.58988 11.9438 9.46354 11.6388C9.3372 11.3338 9.30414 10.9981 9.36855 10.6743C9.43295 10.3505 9.59193 10.0531 9.82538 9.81967C10.0588 9.58623 10.3563 9.42725 10.6801 9.36284C11.0039 9.29843 11.3395 9.33149 11.6445 9.45783C11.9495 9.58417 12.2102 9.79812 12.3936 10.0726C12.577 10.3471 12.6749 10.6699 12.6749 11C12.6749 11.4427 12.4991 11.8673 12.186 12.1803C11.873 12.4934 11.4484 12.6692 11.0057 12.6692Z" fill="#1D2129"/>
</g>
<defs>
<clipPath id="clip0_91_2535">
<rect width="22" height="22" fill="white"/>
</clipPath>
</defs>
</svg>
uniapps/work-app/src/subPackages/userDetail/password/index.vue
@@ -235,7 +235,7 @@
            }
        }).catch(err => {
            uni.showToast({
                title: '网络错误,请稍后重试',
                title: err.data.msg,
                icon: 'none',
                duration: 2000
            });