diff --git a/App.vue b/App.vue index d9d40cb0..40251964 100644 --- a/App.vue +++ b/App.vue @@ -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; // 请求数据 diff --git a/manifest.json b/manifest.json index 92b3444f..f3a6a444 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }