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