Commit f70e7d50b3378291447f0150d894e626025fd6a0

Authored by 王强
1 parent b41f500f

网家家更名家园

src/main.js
@@ -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) {