Browse Source

针灸次数默认展开

master
longchao 1 month ago
parent
commit
68886570be
  1. 4
      main.js
  2. 3
      pages/visitors_new/visitors_new.vue

4
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/';

3
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()

Loading…
Cancel
Save