Przeglądaj źródła

修改不能修改密码与个人信息

11wqe1 1 rok temu
rodzic
commit
e592ed33e3

+ 3 - 3
src/components/pages/data.vue

@@ -36,7 +36,7 @@
         </div>
         <div class="data_nav">
           <span @click="type = 1" :class="{ active: type == 1 }">我的资料</span>
-          <span @click="type = 2" :class="{ active: type == 2 }">修改密码</span>
+          <!-- <span @click="type = 2" :class="{ active: type == 2 }">修改密码</span> -->
         </div>
         <el-form
           v-if="type == 1"
@@ -152,9 +152,9 @@
             ></el-input>
           </el-form-item> -->
           <el-form-item>
-            <el-button type="primary" @click="submitForm('ruleForm')"
+            <!-- <el-button type="primary" @click="submitForm('ruleForm')"
               >保存</el-button
-            >
+            > -->
           </el-form-item>
         </el-form>
         <div class="password" v-if="type == 2">

+ 3 - 3
src/components/pages/tencent/data.vue

@@ -33,7 +33,7 @@
         </div>
         <div class="data_nav">
           <span @click="type = 1" :class="{ active: type == 1 }">我的资料</span>
-          <span @click="type = 2" :class="{ active: type == 2 }">修改密码</span>
+          <!-- <span @click="type = 2" :class="{ active: type == 2 }">修改密码</span> -->
         </div>
         <el-form
           v-if="type == 1"
@@ -119,9 +119,9 @@
             </el-select>
           </el-form-item>
           <el-form-item>
-            <el-button type="primary" @click="submitForm('ruleForm')"
+            <!-- <el-button type="primary" @click="submitForm('ruleForm')"
               >修改</el-button
-            >
+            > -->
           </el-form-item>
         </el-form>
         <div class="password" v-if="type == 2">