tremble %!s(int64=5) %!d(string=hai) anos
pai
achega
a1817af8d5

+ 1 - 0
mobile/src/store/language/cn/toast.js

@@ -85,6 +85,7 @@ export default{
   '3017': '空文件',
   '3018': '需要上传或使用的文件不存在',
   '3019': '邮箱格式不正确',
+  '3020': '邮箱地址已存在',
   '3021': '账号不存在,请核对后重新输入',
   '3022': '该场景已添加协作者,请先取消协作后再添加',
 

+ 1 - 0
mobile/src/store/language/en/toast.js

@@ -84,6 +84,7 @@ export default{
   '3017': 'Empty file',
   '3018': 'The file to upload or to use doesn\'t exist.',
   '3019': 'Incorrect format of Email address.',
+  '3020': 'Email already exists.',
   '3021': 'Invalid user name, please check and give a valid one.',
   '3022': 'There is already a collaborator for this scene. Please cancel the previous collaboration first.',
 

+ 8 - 2
pc/src/page/manage/temp/scene.vue

@@ -44,7 +44,7 @@
                 <div @click="handleMenu(index)">
                   <span class="spot"></span>
                 </div>
-                <ul v-if="ulActive === index" :style="{minWidth: language==='en'?'150px': '90px'}">
+                <ul :style="{minWidth: language==='en'?'150px': '90px'}">
                   <li v-if="item.status === 1||item.status===-2" @click="gotoEdit(item)">{{langScenes.edit}}</li>
                   <li  @click="handleCooperation(item)" v-if="item.status === 1||item.status===-2">{{item.cooperationUserId?langScenes.qxfp:langScenes.fenpei}}</li>
                   <li v-if="item.status !== 0" @click="del(item)">{{langScenes.delete}}</li>
@@ -560,6 +560,11 @@ $font-color: #2d2d2d;
           text-align: right;
           cursor: pointer;
           position: relative;
+          &:hover{
+            >ul{
+              display: block;
+            }
+          }
           >div {
             display: inline-block;
             width: 20%;
@@ -591,8 +596,9 @@ $font-color: #2d2d2d;
           }
 
           >ul{
+            display: none;
             position: absolute;
-            top: 30px;
+            top: 22px;
             z-index: 9;
             left: 58%;
             background: #F7F7F7;

+ 1 - 0
pc/src/store/language/cn/toast.js

@@ -76,6 +76,7 @@ export default{
   '3016': '您没有权限,请联系管理员',
   '3017': '空文件',
   '3018': '需要上传或使用的文件不存在',
+  '3020': '邮箱地址已存在',
   '3021': '账号不存在,请核对后重新输入',
   '3022': '该场景已添加协作者,请先取消协作后再添加',
   '3019': '邮箱格式不正确',

+ 1 - 0
pc/src/store/language/en/toast.js

@@ -77,6 +77,7 @@ export default{
   '3017': 'Empty file',
   '3018': 'The file to upload or to use doesn\'t exist.',
   '3019': 'Incorrect format of Email address.',
+  '3020': 'Email already exists.',
   '3021': 'Invalid user name, please check and give a valid one.',
   '3022': 'There is already a collaborator for this scene. Please cancel the previous collaboration first.',
   '8001': 'Order doesn\'t exist.',