Commit 4f0362b5 authored by agping's avatar agping

调整

parent eee8cbdf
......@@ -381,7 +381,10 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('.img_area').empty();
});
$('#change_type').change(function(e){
var val = $('#change_type option:selected').text();
that.change_show_hide(val);
});
//调整
$("#modal-linetime").on("shown.bs.modal", function(event){
//initMoadalData
......
......@@ -83,7 +83,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
formData.append('image', _this[0].files[0]);
$.ajax({
type: 'post',
url: 'https://images.tonglianjituan.com/index/uploadImg',
url: ServerHostImageLiu + '/index/uploadImg',
data: formData,
dataType: 'json',
contentType: false,
......
......@@ -18,6 +18,7 @@
[% } %]
<a class="btn1 btn-success" href="#modal_shop_detail" data-id='[%= it[item]["house_id"] %]' data-toggle="modal">查看商铺</a>
[% if(check_auth('index/delVideo')) { %]
<a class="btn1 btn-danger delVideo" href="javascript:;" data-id='[%= it[item]["id"] %]'>删除</a>
[% } %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment