吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1666|回复: 5
收起左侧

[求助] 用源码搭建微信小程序,登录页面505,大佬看看

[复制链接]
xshan1122 发表于 2022-2-27 02:15
[PHP] 纯文本查看 复制代码
<div class="wrap" >
    <div class="container">
        <div class="row">
            <div class="col-md-4 col-md-offset-4">
                <h1 class="text-center" style="font-weight: bold;color: #fff;text-shadow: 0 0 10px #fff;">Tao表情包后台</h1>
                <form class="js-ajax-form" action="{:url('public/doLogin')}" method="post">
                    <div class="form-group">
                        <input type="text" id="input_username" class="form-control" name="username"
                               placeholder="{:lang('USERNAME_OR_EMAIL')}" title="{:lang('USERNAME_OR_EMAIL')}"
                               value="{:cookie('admin_username')}" data-rule-required="true" data-msg-required="">
                    </div>

                    <div class="form-group">
                        <input type="password" id="input_password" class="form-control" name="password"
                               placeholder="{:lang('PASSWORD')}" title="{:lang('PASSWORD')}" data-rule-required="true"
                               data-msg-required="">
                    </div>

                    <div class="form-group">
                        <div style="position: relative;">
                            <input type="text" name="captcha" placeholder="验证码" class="form-control captcha">
                            <captcha height="32" width="150" font-size="18"
                                     style="cursor: pointer;position:absolute;right:1px;top:1px;"/></captcha>
                        </div>
                    </div>

                    <div class="form-group">
                        <input type="hidden" name="redirect" value="">
                        <button class="btn btn-primary btn-block js-ajax-submit" type="submit" style="margin-left: 0px"
                                data-loadingmsg="{:lang('LOADING')}">
                            {:lang('LOGIN')}
                        </button>
                    </div>

                </form>


不知道如何处理,我可以分享源码的

BUG

BUG

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

淡水千痕 发表于 2022-2-27 11:19
检查后台接口
action="{:url('public/doLogin')}"
method="post
BestSum 发表于 2022-2-27 11:42
说了接口500的,去网络找到接口查看响应分析原因
wangshisan 发表于 2022-2-27 13:19
这个表情包源码到处是的,不用这么麻烦,换一套就可以了。
iYoloPPD 发表于 2022-2-27 13:26
我帮你看看
chinadd 发表于 2022-2-27 14:39
[HTML] 纯文本查看 复制代码
<form class="js-ajax-form" action="{:url('public/doLogin')}" method="post">


核对一下你后台这个路径的method方法,参数要求等。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 16:44

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表