diff --git a/manifest.json b/manifest.json index 4ffaee9..bb6414d 100644 --- a/manifest.json +++ b/manifest.json @@ -64,7 +64,13 @@ "desc" : "获取用户位置" } }, - "requiredPrivateInfos" : [ "getLocation", "onLocationChange", "startLocationUpdate","chooseLocation","chooseAddress" ] + "requiredPrivateInfos" : [ + "getLocation", + "onLocationChange", + "startLocationUpdate", + "chooseLocation", + "chooseAddress" + ] }, "mp-alipay" : { "usingComponents" : true diff --git a/static/js/CommonFunction.js b/static/js/CommonFunction.js index fbd9e4a..f8ee524 100644 --- a/static/js/CommonFunction.js +++ b/static/js/CommonFunction.js @@ -2,7 +2,7 @@ import Vue from "vue"; // 全局变量 切换测试/正式 -Vue.prototype.envPropObj = { +Vue.prototype.envPropObj = 1 ? { // 测试环境 // 我的-为您推荐 标签id use_recommend_tag_id: 684, @@ -12,12 +12,12 @@ Vue.prototype.envPropObj = { score_type_all: 680, // 积分商城-活动规则 score_rule_id: 2, - +} : { // 正式环境 - // use_recommend_tag_id: 674, - // score_daily_recommend: 673, - // score_type_all: 672, - // score_rule_id: 7, + use_recommend_tag_id: 674, + score_daily_recommend: 673, + score_type_all: 672, + score_rule_id: 7, } // 格式化富文本