Browse Source

账户管理-测试bug反馈处理

liusw 8 years ago
parent
commit
12fe139921

+ 1 - 0
src/main/webapp/resources/css/common.css

@@ -403,6 +403,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
 .modal-open .modal {
     overflow-x: hidden;
     overflow-y: hidden;
+		z-index: 1000000 !important;
 }
 
 

+ 2 - 1
src/main/webapp/resources/js/common/controllers/commonCtrls.js

@@ -1742,6 +1742,7 @@ define([ 'app/app' ], function(app) {
    */
 	app.controller('leftNavCtrl', ["$scope", "toaster", function($scope, toaster){
 		$scope.promptUpdate = function() {
+			console.info($scope.userInfo.pwdEnable);
 			if (!$scope.userInfo.pwdEnable) {
         toaster.pop("info", "请修改登录密码");
         return;
@@ -1751,7 +1752,7 @@ define([ 'app/app' ], function(app) {
         return;
       }
       if (!$scope.userInfo.haveUserQuestion) {
-        toaster.pop("info",  "请修改登录密码");
+        toaster.pop("info",  "请设置密保问题 ");
         return;
       }
 		}

+ 3 - 3
src/main/webapp/resources/view/usercenter/forstore/account_manager.html

@@ -242,9 +242,9 @@
 					<!--完成<a href="javascript:void(0)"> 密保设置</a>,提升账户安全。-->
 				</span>
         <span class="safe-remind" ng-hide="userInfo.pwdEnable && userInfo.haveUserQuestion && userInfo.userEmail">
-          你的账户的安全等级过低,请 <a ng-hide="userInfo.pwdEnable" ng-click="updatePassword()">修改密码、</a>
-          <a ng-hide="userInfo.haveUserQuestion" ng-click="updateUserQuestion()">设置密保问题、</a>
-          <a  ng-hide="userInfo.userEmail" ng-click="updateUserEmail()">绑定邮箱</a>
+          你的账户的安全等级过低,请 <a ng-hide="userInfo.pwdEnable" ng-click="updatePassword()"> 修改密码 </a>
+          <a ng-hide="userInfo.haveUserQuestion" ng-click="updateUserQuestion()"> 设置密保问题 </a>
+          <a  ng-hide="userInfo.userEmail" ng-click="updateUserEmail()"> 绑定邮箱 </a>
           来保障您的账户安全!
         </span>
 			</li>

+ 3 - 3
src/main/webapp/resources/view/vendor/forstore/vendor_account_management.html

@@ -621,9 +621,9 @@
           <!--完成<a href="javascript:void(0)"> 密保设置</a>,提升账户安全。-->
 				</span>
           <span class="safe-remind" ng-hide="userInfo.pwdEnable && userInfo.haveUserQuestion && userInfo.userEmail">
-          你的账户的安全等级过低,请 <a ng-hide="userInfo.pwdEnable" ng-click="updatePassword()">修改密码、</a>
-          <a ng-hide="userInfo.haveUserQuestion" ng-click="updateUserQuestion()">设置密保问题、</a>
-          <a ng-hide="userInfo.userEmail" ng-click="updateUserEmail()">绑定邮箱</a>
+          你的账户的安全等级过低,请 <a ng-hide="userInfo.pwdEnable" ng-click="updatePassword()"> 修改密码 </a>
+          <a ng-hide="userInfo.haveUserQuestion" ng-click="updateUserQuestion()"> 设置密保问题 </a>
+          <a ng-hide="userInfo.userEmail" ng-click="updateUserEmail()"> 绑定邮箱 </a>
           来保障您的账户安全!
         </span>
         </li>