Authored by 张文文

fix

... ... @@ -93,13 +93,9 @@ export default {
},
mounted() {
this.fetchUfoShareIdentifyInfo(
{ tagId: '7125317aa2c6010d4f80bb2fd07e02f6' }
{ tagId: this.$route.params.tagId }
);
console.log(this.$route.params.tagId);
// { tagId: this.$route.params.tagId }
this.fetchUfoPassportProductList();
}
};
... ...