|
@@ -41,8 +41,10 @@ export default {
|
|
},
|
|
},
|
|
async created () {
|
|
async created () {
|
|
const { name } = this.$route
|
|
const { name } = this.$route
|
|
|
|
+ console.log(111)
|
|
// 为中转页的时候不调用
|
|
// 为中转页的时候不调用
|
|
if (name !== 'PaymentCode' && name !== 'ShareMiddle') {
|
|
if (name !== 'PaymentCode' && name !== 'ShareMiddle') {
|
|
|
|
+ console.log(222)
|
|
this.$store.dispatch('common/getUserInfo')
|
|
this.$store.dispatch('common/getUserInfo')
|
|
this.$store.dispatch('common/getOrdertype')
|
|
this.$store.dispatch('common/getOrdertype')
|
|
}
|
|
}
|