Commit ca11fe03a30b7bf700516f8c87c1710390d34ca5
1 parent
f70e7d50
家园替换成好家园
Showing
9 changed files
with
12 additions
and
12 deletions
src/main.js
| @@ -38,7 +38,7 @@ Es6Promise.polyfill(); | @@ -38,7 +38,7 @@ Es6Promise.polyfill(); | ||
| 38 | Vue.config.productionTip = false; | 38 | Vue.config.productionTip = false; |
| 39 | 39 | ||
| 40 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") | 40 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") |
| 41 | -Vue.prototype.mode = "dev"; | 41 | +Vue.prototype.mode = "prod"; |
| 42 | 42 | ||
| 43 | // 微信JS-SDK对象 | 43 | // 微信JS-SDK对象 |
| 44 | Vue.prototype.jweixin = { | 44 | Vue.prototype.jweixin = { |
| @@ -193,7 +193,7 @@ Vue.prototype.gotoDetail = function(goods, params) { | @@ -193,7 +193,7 @@ Vue.prototype.gotoDetail = function(goods, params) { | ||
| 193 | // 通用所需附加参数key | 193 | // 通用所需附加参数key |
| 194 | let keysArr = []; | 194 | let keysArr = []; |
| 195 | 195 | ||
| 196 | - // 家园App内跳转处理 | 196 | + // 好家园App内跳转处理 |
| 197 | if (this.isCNLive.value) { | 197 | if (this.isCNLive.value) { |
| 198 | 198 | ||
| 199 | // 初始化参数 | 199 | // 初始化参数 |
src/pages/activities/activities copy.vue
| @@ -156,7 +156,7 @@ | @@ -156,7 +156,7 @@ | ||
| 156 | methods: { | 156 | methods: { |
| 157 | 157 | ||
| 158 | /** | 158 | /** |
| 159 | - * 首页,嵌入家园App内是返回首页 | 159 | + * 首页,嵌入好家园App内是返回首页 |
| 160 | */ | 160 | */ |
| 161 | back() { | 161 | back() { |
| 162 | 162 | ||
| @@ -181,7 +181,7 @@ | @@ -181,7 +181,7 @@ | ||
| 181 | }, | 181 | }, |
| 182 | 182 | ||
| 183 | /** | 183 | /** |
| 184 | - * 首页,嵌入家园App内分享 | 184 | + * 首页,嵌入好家园App内分享 |
| 185 | */ | 185 | */ |
| 186 | doShare() { | 186 | doShare() { |
| 187 | if (this.isCNLive.value) { | 187 | if (this.isCNLive.value) { |
src/pages/activities/activities.vue
| @@ -164,7 +164,7 @@ | @@ -164,7 +164,7 @@ | ||
| 164 | methods: { | 164 | methods: { |
| 165 | 165 | ||
| 166 | /** | 166 | /** |
| 167 | - * 首页,嵌入家园App内是返回首页 | 167 | + * 首页,嵌入好家园App内是返回首页 |
| 168 | */ | 168 | */ |
| 169 | back() { | 169 | back() { |
| 170 | 170 | ||
| @@ -189,7 +189,7 @@ | @@ -189,7 +189,7 @@ | ||
| 189 | }, | 189 | }, |
| 190 | 190 | ||
| 191 | /** | 191 | /** |
| 192 | - * 首页,嵌入家园App内分享 | 192 | + * 首页,嵌入好家园App内分享 |
| 193 | */ | 193 | */ |
| 194 | doShare() { | 194 | doShare() { |
| 195 | if (this.isCNLive.value) { | 195 | if (this.isCNLive.value) { |
src/pages/activities/activity11.vue
| @@ -342,7 +342,7 @@ | @@ -342,7 +342,7 @@ | ||
| 342 | 342 | ||
| 343 | 343 | ||
| 344 | /** | 344 | /** |
| 345 | - * 首页,嵌入家园App内是返回首页 | 345 | + * 首页,嵌入好家园App内是返回首页 |
| 346 | */ | 346 | */ |
| 347 | back() { | 347 | back() { |
| 348 | 348 | ||
| @@ -367,7 +367,7 @@ | @@ -367,7 +367,7 @@ | ||
| 367 | }, | 367 | }, |
| 368 | 368 | ||
| 369 | /** | 369 | /** |
| 370 | - * 首页,嵌入家园App内分享 | 370 | + * 首页,嵌入好家园App内分享 |
| 371 | */ | 371 | */ |
| 372 | doShare() { | 372 | doShare() { |
| 373 | if (this.isCNLive.value) { | 373 | if (this.isCNLive.value) { |
src/pages/common/common.vue
| @@ -404,7 +404,7 @@ | @@ -404,7 +404,7 @@ | ||
| 404 | // 调用showModal层参数 | 404 | // 调用showModal层参数 |
| 405 | this.$set(this, "callAppModals", { | 405 | this.$set(this, "callAppModals", { |
| 406 | title: "", | 406 | title: "", |
| 407 | - message: "即将离开页面<br />打开家园App", | 407 | + message: "即将离开页面<br />打开好家园App", |
| 408 | confirmButtonText: "允许", | 408 | confirmButtonText: "允许", |
| 409 | confirmButtonCallback: this.callAppModalCallback, | 409 | confirmButtonCallback: this.callAppModalCallback, |
| 410 | showCancelButton: true, | 410 | showCancelButton: true, |
| @@ -515,7 +515,7 @@ | @@ -515,7 +515,7 @@ | ||
| 515 | // 通用所需附加参数key | 515 | // 通用所需附加参数key |
| 516 | let keysArr = []; | 516 | let keysArr = []; |
| 517 | 517 | ||
| 518 | - // 家园App内跳转处理 | 518 | + // 好家园App内跳转处理 |
| 519 | if (this.isCNLive.value) { | 519 | if (this.isCNLive.value) { |
| 520 | 520 | ||
| 521 | // 初始化参数 | 521 | // 初始化参数 |
src/pages/shop/shop.vue
| @@ -147,7 +147,7 @@ | @@ -147,7 +147,7 @@ | ||
| 147 | methods: { | 147 | methods: { |
| 148 | 148 | ||
| 149 | /** | 149 | /** |
| 150 | - * 首页,嵌入家园App内是返回首页 | 150 | + * 首页,嵌入好家园App内是返回首页 |
| 151 | */ | 151 | */ |
| 152 | back() { | 152 | back() { |
| 153 | 153 | ||
| @@ -172,7 +172,7 @@ | @@ -172,7 +172,7 @@ | ||
| 172 | }, | 172 | }, |
| 173 | 173 | ||
| 174 | /** | 174 | /** |
| 175 | - * 首页,嵌入家园App内分享 | 175 | + * 首页,嵌入好家园App内分享 |
| 176 | */ | 176 | */ |
| 177 | doShare() { | 177 | doShare() { |
| 178 | if (this.isCNLive.value) { | 178 | if (this.isCNLive.value) { |
static/img/call_app_logo.png
static/img/mask_layer_browser.png
static/img/mask_layer_browser_iOS.png