|
|
@@ -1,12 +1,13 @@ |
|
|
|
const extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {} |
|
|
|
console.log(extConfig, 'extConfig'); |
|
|
|
let ifStoreApp = extConfig.attr.ifStoreApp; |
|
|
|
let businessSwitch = 1 * extConfig.attr.businessSwitch ? extConfig.attr.businessSwitch : false |
|
|
|
|
|
|
|
// 无商圈注释 |
|
|
|
const myPluginInterface = requirePlugin('auto-points-plugin') |
|
|
|
let businessVersion = 1 * extConfig.attr.businessVersion |
|
|
|
if (businessSwitch) { |
|
|
|
var myPluginInterface = requirePlugin('auto-points-plugin') |
|
|
|
var businessVersion = 1 * extConfig.attr.businessVersion |
|
|
|
} |
|
|
|
|
|
|
|
let businessSwitch = 1 * extConfig.attr.businessSwitch ? extConfig.attr.businessSwitch : false |
|
|
|
let mch_id = extConfig.attr.mchId |
|
|
|
const navigationBarHeight = (getApp().statusBarHeight + 44) + "px" |
|
|
|
const Http = require("../../../utils/HttpBasics"); |
|
|
|