Commit 1afc067c authored by agping's avatar agping

打包

parent f3172f35
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
if(!doc.addEventListener) return; if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false); win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false); doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.6392f84953d939ace29086975aa83cdd.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.efa6f46f635f32f8165d.js></script></body></html> })(document, window);</script><link href=./static/css/app.6415fcecd7cbf40ec4daa592679ac155.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.f1b735213909f45d579d.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1568,6 +1568,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c ...@@ -1568,6 +1568,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
getInfor: function(params) {//上一页 下一页 调用接口 getInfor: function(params) {//上一页 下一页 调用接口
var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存 var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存
var params={}; var params={};
params.entrustType = user.entrustType;//商铺类型 上一条 下一条筛选
params.user_nick = $.trim($(parent.document.querySelector("input[name='user']")).val()); params.user_nick = $.trim($(parent.document.querySelector("input[name='user']")).val());
params.phone = $.trim($(parent.document.querySelector("input[name='phone']")).val()); params.phone = $.trim($(parent.document.querySelector("input[name='phone']")).val());
params.id = $.trim($(parent.document.querySelector("input[name='userID']")).val()); params.id = $.trim($(parent.document.querySelector("input[name='userID']")).val());
......
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