调整提示框位置

pull/514/head
ken678 2025-10-09 15:37:26 +08:00
parent 4c66764541
commit a13996f84e
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ define(['fast', 'template', 'moment'], function (Fast, Template, Moment) {
var Frontend = {
api: Fast.api,
init: function () {
//配置Toastr的参数
Toastr.options.positionClass = "toast-top-right";
var si = {};
//发送验证码
$(document).on("click", ".btn-captcha", function (e) {