5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-11 b13d4a4289ca95318f10db5eba75310cae0db3d6
src/views/my/change-password.vue
@@ -24,7 +24,12 @@
        </i>
        <p data-v-5ac03575="" class="header-content">
          <!----><span data-v-5ac03575=""
            >修改 {{ $route.params.id == 1 ? "登录密碼" : "資金密码" }}</span
            >{{ $t("message.user.xiugai") }}
            {{
              $route.params.id == 1
                ? $t("message.user.cp1")
                : $t("message.user.cp2")
            }}</span
          >
        </p>
      </section>
@@ -32,7 +37,12 @@
        <div data-v-5ac03575="" class="form">
          <p data-v-5ac03575="" class="form-title">
            <!----><span data-v-5ac03575=""
              >修改 {{ $route.params.id == 1 ? "登录密碼" : "資金密码" }}</span
              >{{ $t("message.user.xiugai") }}
              {{
                $route.params.id == 1
                  ? $t("message.user.cp1")
                  : $t("message.user.cp2")
              }}</span
            >
          </p>
          <form
@@ -54,7 +64,7 @@
                      autocomplete="off"
                      v-model="formData.password"
                      tabindex="0"
                      placeholder="請輸入原始密碼"
                      :placeholder="$t('message.user.qsr_xinmima')"
                      id="el-id-8983-100"
                    /><!-- suffix slot --><!--v-if-->
                  </div>
@@ -78,7 +88,7 @@
                      v-model="formData.password1"
                      autocomplete="off"
                      tabindex="0"
                      placeholder="請輸入新密碼"
                      :placeholder="$t('message.user.qsr_xinmima')"
                      id="el-id-8983-101"
                    /><!-- suffix slot --><!--v-if-->
                  </div>
@@ -101,7 +111,7 @@
                      v-model="formData.password2"
                      autocomplete="off"
                      tabindex="0"
                      placeholder="確認新密碼"
                      :placeholder="$t('message.user.querenxinmima')"
                      id="el-id-8983-102"
                    /><!-- suffix slot --><!--v-if-->
                  </div>
@@ -111,7 +121,7 @@
            </div>
          </form>
          <button data-v-5ac03575="" class="form-btn" @click="onsubmit">
            提交
            {{ $t("message.user.cp3") }}
          </button>
        </div>
      </section>