mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 02:46:45 +08:00
Merge branch 'feature/开门红' into release/1215
This commit is contained in:
@@ -26,6 +26,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
isFromService: '',
|
||||||
isPrevShow: false,
|
isPrevShow: false,
|
||||||
currentPage: 0,
|
currentPage: 0,
|
||||||
pics: [],
|
pics: [],
|
||||||
@@ -42,6 +43,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
this.isFromService = this.$route.query.from === 'service'
|
||||||
this.getSchemePics()
|
this.getSchemePics()
|
||||||
this.interceptAppBtn()
|
this.interceptAppBtn()
|
||||||
},
|
},
|
||||||
@@ -61,6 +63,11 @@ export default {
|
|||||||
appCallBack(data) {
|
appCallBack(data) {
|
||||||
if (data.trigger == 'left_button_click') {
|
if (data.trigger == 'left_button_click') {
|
||||||
if (!this.isPrevShow) {
|
if (!this.isPrevShow) {
|
||||||
|
if (this.isFromService) {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'service'
|
||||||
|
})
|
||||||
|
} else {
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
@@ -69,10 +76,11 @@ export default {
|
|||||||
url: location.origin + `/#/goodStart/prefecture`
|
url: location.origin + `/#/goodStart/prefecture`
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: `/goodStart/prefecture`,
|
path: `/goodStart/prefecture/prefecture`,
|
||||||
type: '1'
|
type: '1'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.isPrevShow = false
|
this.isPrevShow = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user