|
@@ -35,8 +35,10 @@ export default {
|
|
|
'$route.name': {
|
|
|
handler: function (newVal) {
|
|
|
this.active = newVal
|
|
|
+ console.log(newVal)
|
|
|
// 为中转页的时候不调用
|
|
|
if (!this.$store.getters['common/isInit'] && newVal !== 'PaymentCode' && newVal !== 'ShareMiddle') {
|
|
|
+ console.log(111)
|
|
|
this.$store.dispatch('common/getUserInfo')
|
|
|
this.$store.dispatch('common/getOrdertype')
|
|
|
this.$store.commit('common/UPDATE_ISINIT', true)
|