Commit 45b85d92 authored by agping's avatar agping

修改

parent 79694799
...@@ -61,6 +61,25 @@ ...@@ -61,6 +61,25 @@
<tr class="tr-seat"> <tr class="tr-seat">
<td colspan="4"></td> <td colspan="4"></td>
</tr> </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> <tr>
<td colspan="4" class="oh"> <td colspan="4" class="oh">
<div class="fl">详情页面轮播图:</div> <div class="fl">详情页面轮播图:</div>
......
...@@ -15,7 +15,7 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs ...@@ -15,7 +15,7 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
init: function() { init: function() {
//初始化dot //初始化dot
$(document.body).append(template); $(document.body).append(template);
follow.getList(0); follow.getList(1);
follow.event(); follow.event();
}, },
event: function() { event: function() {
......
...@@ -10,7 +10,7 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css ...@@ -10,7 +10,7 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
init: function() { init: function() {
//初始化dot //初始化dot
$(document.body).append(template); $(document.body).append(template);
follow.getList(0); follow.getList(1);
follow.event(); follow.event();
}, },
event: function() { event: function() {
......
define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepicker", 'pagination', 'bootstrapJs','blow-up'], function(doT, template) {
define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'pagination', 'bootstrapJs'], function(doT, template) {
follow = { follow = {
pageNo: 1, pageNo: 1,
/*第几页*/ /*第几页*/
pageSize: 10, pageSize: 15,
/*每页显示多少条*/ /*每页显示多少条*/
id: '', id: '',
house_id: '', house_id: '',
...@@ -15,7 +14,7 @@ define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css', ...@@ -15,7 +14,7 @@ define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css',
init: function() { init: function() {
//初始化dot //初始化dot
$(document.body).append(template); $(document.body).append(template);
follow.getList(0); follow.getList(1);
follow.event(); follow.event();
}, },
event: function() { event: function() {
...@@ -170,6 +169,7 @@ define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css', ...@@ -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); add_page(data.data.total,pageNo,follow.pageSize,follow.getList);
}else { }else {
alert(data['msg']); alert(data['msg']);
}; };
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['create_time'] %]</td> <td>[%= it[item]['create_time'] %]</td>
<td>[%= it[item]['user_nick'] %]</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) { %] <td>[% if(it[item]["name"] != null) { %]
[%= it[item]['name'] %] [%= it[item]['name'] %]
[% } %]</td> [% } %]</td>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['user_name'] %]</td> <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]['create_time'] %]</td>
<td>[%= it[item]['report_agent_name'] %]</td> <td>[%= it[item]['report_agent_name'] %]</td>
<td>[%= it[item]['house_title'] %]</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