This commit is contained in:
tsf 2024-06-07 17:15:09 +08:00
parent 99c584543e
commit 4dd46a87e7
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,7 @@
formdata.append('content',$('#content').val())
// return
if(pd){
// pd = false
pd = false
console.log('进来了')
$.ajax({
url:"/appversion/app_add_action", //请求的url地址
@ -123,6 +123,7 @@
data:formdata, //参数值
type:"POST", //请求方式
success:function(req){
pd = true
if(req.code == 0){
layer.alert("增加成功", {icon: 6},function() {
//关闭当前frame