Browse Source

发送成功后提示内容修改

linehang 6 years ago
parent
commit
29aa1a09ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/article/html/article.html

+ 1 - 1
app/article/html/article.html

@ -309,7 +309,7 @@
								msg='发送成功';				    			
				    			icon=1;
				    		}
				            top.layer.msg(msg && res.msg, {icon: icon});
				            top.layer.msg(msg || res.msg, {icon: icon});
			            })   
				    }
			    }