Commit 89a08676 authored by xishifeng's avatar xishifeng

pc时间轴报备

parent 78b1b2a0
......@@ -38,6 +38,7 @@
<p v-if="item.step_name==='report'">约带看人:<span>{{item.report_agent_name}}</span></p>
<p v-if="item.step_name==='report'">约带看人电话:<span><a href="javascript:;">{{item.report_agent_phone}}</a></span></p>
<p v-if="item.step_name==='report'">预计到场时间:<span>{{item.predict_see_time}}</span></p>
<p v-if="item.step_name==='report'">商铺地址:<span>{{item.internal_address}}</span></p>
<p v-if="item.step_name==='follow_up_log'">属于哪类客户:<span>{{item.user_type}}</span></p>
<p v-if="item.step_name==='follow_up_log'">第一决策人:<span>{{item.decision_maker}}</span></p>
<p v-if="item.step_name==='follow_up_log'">租商铺做什么:<span>{{item.industry_type}}</span></p>
......
......@@ -142,6 +142,7 @@
}
});
_this.common.h5PageC(_token, () => {
_this.getSiteList();
_this.loadMain();
});
},
......@@ -157,6 +158,26 @@
_this.ajaxUl();
},'this_moon');
},
getSiteList() {
let _this = this;
_this.axios({
method: 'get',
url: '/broker/getSiteListApp',
responseType: 'json',
})
.then(function(response) {
if(response.data.code == 200) {
if(response.data.data){
};
} else {
layer.tipsX(response.data.msg);
}
})
.catch(function(error) {
layer.tipsX(error);
});
},
tabMain(index) {
let _this = this;
_this.initTabNumMain = index;
......
......@@ -9,7 +9,7 @@
</template>
<script>
let _token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjo1NzQyLCJuYW1lIjoiXHU0ZThlXHU3NmZjXHU3NmZjIiwicGhvbmUiOiIxMzkxODkzNzc0MSIsImxldmVsIjoyMH0sInRpbWVTdGFtcF8iOjE1Mjg5NDIzNTh9.-HlJUkvPCCrfhacC9WKcWEiNzUHhL0PujDGONcwPtA0';
let _token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjo1NzQwLCJuYW1lIjoiXHU1ZTk3XHU2ZDRiXHU4YmQ1MiIsInBob25lIjoiMTU2MDE2NTIzNTIiLCJsZXZlbCI6MjB9LCJ0aW1lU3RhbXBfIjoxNTQwMjY1ODYxfQ.kEW46TMxEdBrWJ82CO6sxAxkeZOIZlWJZzHU378IXD4';
let _token2 = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjo1NzM5LCJuYW1lIjoiXHU2MDNiXHU2ZDRiXHU4YmQ1MSIsInBob25lIjoiMTU2MDE2NTIzNTMiLCJsZXZlbCI6MzB9LCJ0aW1lU3RhbXBfIjoxNTMwNjA2ODU4fQ.8jL49CjtBMV6BqmaKdJfd4pkGBazrAgQQrutb53Z3mY';
export default {
name: '',
......
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