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