APP特征界面修改.

This commit is contained in:
zhangwenqing
2018-08-22 15:25:16 +08:00
parent 8087741d05
commit 508bb590f1
13 changed files with 36 additions and 71 deletions

View File

@@ -11,9 +11,6 @@ $(function(){
$("#file").on('change',function(){
$("#fileInfo").val($("#file").val());
});
$("#cancel").on("click",function(){
window.history.back();
});
$(".action").on("change",function(){
$("#serviceId").val($(this).attr("serviceId"));
});