111
This commit is contained in:
parent
99c584543e
commit
4dd46a87e7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue