Commit 1a74f28b authored by agping's avatar agping Committed by hujun

修改

parent 447594b8
......@@ -61,6 +61,25 @@
<tr class="tr-seat">
<td colspan="4"></td>
</tr>
<tr>
<td>面宽:120米</td>
<td v-if="!d.shop_type">进深:130米</td>
<td v-if="!d.shop_type">电量:120瓦</td>
<td>电压:120伏</td>
</tr>
<tr>
<td>燃气:有</td>
<td v-if="!d.shop_type">烟管道:有</td>
<td v-if="!d.shop_type">上水:有</td>
<td>下水:无</td>
</tr>
<tr>
<td colspan="2">目前证照经营范围:餐饮</td>
<td colspan="2">交付装修:毛坯</td>
</tr>
<tr class="tr-seat">
<td colspan="4"></td>
</tr>
<tr>
<td colspan="4" class="oh">
<div class="fl">详情页面轮播图:</div>
......
......@@ -15,7 +15,7 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
init: function() {
//初始化dot
$(document.body).append(template);
follow.getList(0);
follow.getList(1);
follow.event();
},
event: function() {
......
......@@ -10,7 +10,7 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
init: function() {
//初始化dot
$(document.body).append(template);
follow.getList(0);
follow.getList(1);
follow.event();
},
event: function() {
......
define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'pagination', 'bootstrapJs'], function(doT, template) {
define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepicker", 'pagination', 'bootstrapJs','blow-up'], function(doT, template) {
follow = {
pageNo: 1,
/*第几页*/
pageSize: 10,
pageSize: 15,
/*每页显示多少条*/
id: '',
house_id: '',
......@@ -15,7 +14,7 @@ define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css',
init: function() {
//初始化dot
$(document.body).append(template);
follow.getList(0);
follow.getList(1);
follow.event();
},
event: function() {
......@@ -170,6 +169,7 @@ define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css',
/*分页代码*/
add_page(data.data.total,pageNo,follow.pageSize,follow.getList);
}else {
alert(data['msg']);
};
......
......@@ -4,7 +4,7 @@
<tr class="text-center">
<td>[%= it[item]['create_time'] %]</td>
<td>[%= it[item]['user_nick'] %]</td>
<td>[%= it[item]['user_phone'] %]</td>
<td>[%= hideTel(it[item]['user_phone']) %]</td>
<td>[% if(it[item]["name"] != null) { %]
[%= it[item]['name'] %]
[% } %]</td>
......
......@@ -3,7 +3,7 @@
[% for(var item in it){ %]
<tr class="text-center">
<td>[%= it[item]['user_name'] %]</td>
<td>[%= it[item]['user_phone'] %]</td>
<td>[%= hideTel(it[item]['user_phone']) %]</td>
<td>[%= it[item]['create_time'] %]</td>
<td>[%= it[item]['report_agent_name'] %]</td>
<td>[%= it[item]['house_title'] %]</td>
......
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