吉安感知网项目-前端
罗广辉
2026-08-13 1d552a3bad95caae4af15322df28e6240b797693
uniapps/work-wx/src/subPackages/userDetail/password/index.vue
@@ -142,11 +142,11 @@
            });
         }
      }).catch(err => {
         uni.showToast({
            title: '网络错误,请稍后重试',
            icon: 'none',
            duration: 2000
         });
         // uni.showToast({
         //    title: '网络错误,请稍后重试',
         //    icon: 'none',
         //    duration: 2000
         // });
      });
   };
   const reset = () => {
@@ -233,11 +233,12 @@
            });
         }
      }).catch(err => {
         uni.showToast({
            title: '网络错误,请稍后重试',
            icon: 'none',
            duration: 2000
         });
      console.log(err);
         // uni.showToast({
         //    title: '网络错误,请稍后重试',
         //    icon: 'none',
         //    duration: 2000
         // });
      });
   };
   onShow(async () => {
@@ -259,7 +260,7 @@
         // left: 0;
         width: 100%;
         height: 100%;
         background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png")  no-repeat ;
         background: url("/work-wx-static/images/user/userBg1.png")  no-repeat ;
           background-size: 100%;
      }