Commit f70e7d50b3378291447f0150d894e626025fd6a0
1 parent
b41f500f
网家家更名家园
Showing
6 changed files
with
11 additions
and
11 deletions
src/main.js
src/pages/activities/activities copy.vue
| ... | ... | @@ -156,7 +156,7 @@ |
| 156 | 156 | methods: { |
| 157 | 157 | |
| 158 | 158 | /** |
| 159 | - * 首页,嵌入网家家App内是返回首页 | |
| 159 | + * 首页,嵌入家园App内是返回首页 | |
| 160 | 160 | */ |
| 161 | 161 | back() { |
| 162 | 162 | |
| ... | ... | @@ -181,7 +181,7 @@ |
| 181 | 181 | }, |
| 182 | 182 | |
| 183 | 183 | /** |
| 184 | - * 首页,嵌入网家家App内分享 | |
| 184 | + * 首页,嵌入家园App内分享 | |
| 185 | 185 | */ |
| 186 | 186 | doShare() { |
| 187 | 187 | if (this.isCNLive.value) { | ... | ... |
src/pages/activities/activities.vue
| ... | ... | @@ -164,7 +164,7 @@ |
| 164 | 164 | methods: { |
| 165 | 165 | |
| 166 | 166 | /** |
| 167 | - * 首页,嵌入网家家App内是返回首页 | |
| 167 | + * 首页,嵌入家园App内是返回首页 | |
| 168 | 168 | */ |
| 169 | 169 | back() { |
| 170 | 170 | |
| ... | ... | @@ -189,7 +189,7 @@ |
| 189 | 189 | }, |
| 190 | 190 | |
| 191 | 191 | /** |
| 192 | - * 首页,嵌入网家家App内分享 | |
| 192 | + * 首页,嵌入家园App内分享 | |
| 193 | 193 | */ |
| 194 | 194 | doShare() { |
| 195 | 195 | if (this.isCNLive.value) { | ... | ... |
src/pages/activities/activity11.vue
| ... | ... | @@ -342,7 +342,7 @@ |
| 342 | 342 | |
| 343 | 343 | |
| 344 | 344 | /** |
| 345 | - * 首页,嵌入网家家App内是返回首页 | |
| 345 | + * 首页,嵌入家园App内是返回首页 | |
| 346 | 346 | */ |
| 347 | 347 | back() { |
| 348 | 348 | |
| ... | ... | @@ -367,7 +367,7 @@ |
| 367 | 367 | }, |
| 368 | 368 | |
| 369 | 369 | /** |
| 370 | - * 首页,嵌入网家家App内分享 | |
| 370 | + * 首页,嵌入家园App内分享 | |
| 371 | 371 | */ |
| 372 | 372 | doShare() { |
| 373 | 373 | if (this.isCNLive.value) { | ... | ... |
src/pages/common/common.vue
| ... | ... | @@ -404,7 +404,7 @@ |
| 404 | 404 | // 调用showModal层参数 |
| 405 | 405 | this.$set(this, "callAppModals", { |
| 406 | 406 | title: "", |
| 407 | - message: "即将离开页面<br />打开网家家APP", | |
| 407 | + message: "即将离开页面<br />打开家园App", | |
| 408 | 408 | confirmButtonText: "允许", |
| 409 | 409 | confirmButtonCallback: this.callAppModalCallback, |
| 410 | 410 | showCancelButton: true, |
| ... | ... | @@ -515,7 +515,7 @@ |
| 515 | 515 | // 通用所需附加参数key |
| 516 | 516 | let keysArr = []; |
| 517 | 517 | |
| 518 | - // 网家家App内跳转处理 | |
| 518 | + // 家园App内跳转处理 | |
| 519 | 519 | if (this.isCNLive.value) { |
| 520 | 520 | |
| 521 | 521 | // 初始化参数 | ... | ... |
src/pages/shop/shop.vue
| ... | ... | @@ -147,7 +147,7 @@ |
| 147 | 147 | methods: { |
| 148 | 148 | |
| 149 | 149 | /** |
| 150 | - * 首页,嵌入网家家App内是返回首页 | |
| 150 | + * 首页,嵌入家园App内是返回首页 | |
| 151 | 151 | */ |
| 152 | 152 | back() { |
| 153 | 153 | |
| ... | ... | @@ -172,7 +172,7 @@ |
| 172 | 172 | }, |
| 173 | 173 | |
| 174 | 174 | /** |
| 175 | - * 首页,嵌入网家家App内分享 | |
| 175 | + * 首页,嵌入家园App内分享 | |
| 176 | 176 | */ |
| 177 | 177 | doShare() { |
| 178 | 178 | if (this.isCNLive.value) { | ... | ... |