|
@@ -73,11 +73,11 @@ function noMultipleClicks(methods, info) {
|
|
|
function getExtStoreId(type){
|
|
|
try{
|
|
|
var extConfig = uni.getExtConfigSync ? uni.getExtConfigSync() : {shopId:'默认的门店id'};
|
|
|
- /* extConfig={
|
|
|
- "shopId": "1F12DB68-D8E8-4B76-9E20-287ACB72889F",
|
|
|
+ /* extConfig={
|
|
|
+ "shopId": "935D2FA9-1DA3-4C8B-944C-DB40D5C6F132",
|
|
|
"url":"https://apidms.66km.com",
|
|
|
- "unionId":"EF7981B9-2D1D-4006-9C0A-66CE7177134D",
|
|
|
- "appId":"wx2c6f04c0dcd15984"
|
|
|
+ "unionId":"1933D569-A2A4-4090-87C3-8E84B33FF15A",
|
|
|
+ "appId":"wx09ff516cd194a04d"
|
|
|
} */
|
|
|
console.log(extConfig,'extJson对象');
|
|
|
//return extConfig[type];
|