diff --git a/main.js b/main.js index 329477d..a2ad206 100644 --- a/main.js +++ b/main.js @@ -152,8 +152,8 @@ try{ Vue.prototype.isMobile = isMobile(); } -const NODE_ENV = 'development'; -// const NODE_ENV = 'production'; +// const NODE_ENV = 'development'; +const NODE_ENV = 'production'; if(Vue.prototype.provider == Vue.prototype.provider_weixin){ if (NODE_ENV == "development") { Vue.prototype.request_domain = 'http://jasonyizherenxin.checkcopy.com/'; diff --git a/pages/visitors_new/visitors_new.vue b/pages/visitors_new/visitors_new.vue index 1dfc3e9..d6f640f 100644 --- a/pages/visitors_new/visitors_new.vue +++ b/pages/visitors_new/visitors_new.vue @@ -88,6 +88,9 @@ }, getVisitorListData(visitor_id){ this.visitor_id = visitor_id + this.visitor_list = false + this.pageShow = false + this.$refs.visitors.getVisitors() }, async get_visitor_info(param) { var obj = new Object()