From 122adfa89751946b23b2f1381da05cb5a2869874 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 07 七月 2022 01:17:11 +0800
Subject: [PATCH] 2022-07-07

---
 src/mob/components/topbar/normal-navbar/options.jsx      |    5 +++++
 src/menu/components/share/actioncomponent/formconfig.jsx |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx
index 1a74d4d..6ffb4b4 100644
--- a/src/menu/components/share/actioncomponent/formconfig.jsx
+++ b/src/menu/components/share/actioncomponent/formconfig.jsx
@@ -109,12 +109,13 @@
     funTypes = [
       { value: 'scan', text: '鎵爜' },
       { value: 'pay', text: '鏀粯' },
-      { value: 'logout', text: '閫�鍑�' },
+      { value: 'resetPwd', text: '淇敼瀵嗙爜'},
       { value: 'mkBinding', text: '寮�閫氭壂鐮佺櫥褰�' },
       { value: 'mkUnBinding', text: '鐢ㄦ埛瑙g粦' },
       { value: 'mkUnsubscribe', text: '娉ㄩ攢璐︽埛' },
       { value: 'reAuth', text: '鍒囨崲绯荤粺锛堟竻绌虹紦瀛�-灏忕▼搴忥級' },
       { value: 'copyurl', text: '澶嶅埗閾炬帴鍦板潃' },
+      { value: 'logout', text: '閫�鍑�' },
       { value: 'goBack', text: '杩斿洖' },
     ]
     pageTemps = [
diff --git a/src/mob/components/topbar/normal-navbar/options.jsx b/src/mob/components/topbar/normal-navbar/options.jsx
index 703c3a7..2a395e0 100644
--- a/src/mob/components/topbar/normal-navbar/options.jsx
+++ b/src/mob/components/topbar/normal-navbar/options.jsx
@@ -44,6 +44,9 @@
   if (wrap.refresh === 'true') {
     funs.push('refresh')
   }
+  if (wrap.resetPwd === 'true') {
+    funs.push('resetPwd')
+  }
 
   const topbarWrapForm = [
     {
@@ -77,6 +80,7 @@
       options: [
         {value: 'back', label: '杩斿洖'},
         {value: 'scan', label: '鎵竴鎵�'},
+        {value: 'resetPwd', label: '淇敼瀵嗙爜'},
         {value: 'refresh', label: '鍒锋柊'},
         {value: 'logout', label: '閫�鍑�'},
       ],
@@ -84,6 +88,7 @@
         {field: 'reload', values: ['back']},
         {field: 'linkmenu', values: ['scan']},
       ],
+      span: 24
     },
     {
       type: 'radio',

--
Gitblit v1.8.0