master
gongfuxiang 2021-11-22 15:08:48 +08:00
parent 7d6fbdb58c
commit f3e5ca437b
2 changed files with 25 additions and 5 deletions

View File

@ -41,7 +41,7 @@
application_title: "ShopXO",
application_describe: "ShopXO开源商城、MIT协议、可商用、可二次开发、满足99%电商运营需求",
//
version: "v2.2.1",
version: "v2.2.2",
//
currency_symbol: "¥",
//
@ -303,7 +303,8 @@
*/
get_user_login_info(object, method, login_data, auth_data) {
//
var params = uni.getStorageSync(this.data.cache_launch_info_key) || null;
var params = uni.getStorageSync(this.data.cache_launch_info_key) || null;
console.log(params);
var referrer = params == null ? 0 : params.referrer || 0;
//

View File

@ -1,9 +1,9 @@
{
"name" : "shopxo",
"appid" : "",
"description" : "",
"description" : "ShopXO开源商城、MIT协议、可商用、可二次开发、满足99%电商运营需求",
"versionName" : "1.0.0",
"versionCode" : "100",
"versionCode" : 100,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,
@ -100,5 +100,24 @@
"setting" : {
"urlCheck" : false
}
}
},
"h5" : {
"sdkConfigs" : {
"maps" : {
"qqmap" : {
"key" : ""
}
}
},
"devServer" : {
"https" : true,
"port" : 8082
},
"router" : {
"mode" : "history",
"base" : "./"
},
"title" : "ShopXO"
},
"vueVersion" : "2"
}