作者 赵毅

物流信息修改

... ... @@ -50,6 +50,7 @@ App({
if (entrance_type == '1' || url == '/getopenid/get' || url.indexOf('address') > -1 || url.indexOf('/wb/wb')>-1) {
//劳保商城入口
baseUrl = 'https://binhai.w.broing.cn/api';
// baseUrl = 'http://bhng.cn/api'
} else if (entrance_type == '2') {
//工会商城入口
baseUrl = 'https://binhaigh.w.broing.cn/api';
... ...
... ... @@ -45,7 +45,11 @@ Page({
},
lookMoreInfo(e){
let index = e.currentTarget.dataset.index;
this.info[index].open = !this.info[index].open;
console.log(this.data.info[index]);
if( this.data.info[index] == undefined){
this.data.info[index].open=false;
}
this.data.info[index].open = !this.data.info[index].open;
this.setData({
info: this.data.info
})
... ...
... ... @@ -4,7 +4,7 @@
"ignore": []
},
"setting": {
"urlCheck": true,
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
... ... @@ -22,9 +22,9 @@
"uploadWithSourceMap": true,
"compileHotReLoad": true,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": false,
"useApiHook": false,
"useApiHostProcess": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
... ...