| | |
| | | </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> |
| | |
| | | <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 |
| | |
| | | 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> |
| | |
| | | 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> |
| | |
| | | v-model="formData.password2" |
| | | autocomplete="off" |
| | | tabindex="0" |
| | | placeholder="確認新密碼" |
| | | :placeholder="$t('message.user.querenxinmima')" |
| | | id="el-id-8983-102" |
| | | /><!-- suffix slot --><!--v-if--> |
| | | </div> |
| | |
| | | </div> |
| | | </form> |
| | | <button data-v-5ac03575="" class="form-btn" @click="onsubmit"> |
| | | 提交 |
| | | {{ $t("message.user.cp3") }} |
| | | </button> |
| | | </div> |
| | | </section> |