@ -58,6 +58,13 @@ export default {
});
},
watch:{
'$route' (to, from){
if(to.query.coin_name){
this.getList()
}
created() {},
};
</script>
@ -68,6 +68,14 @@ export default {
...mapGetters(['themeStyle'])
this.query.coin_name = to.query.coin_name
this.appTokenAssets();
methods: {
omitTo:math.omitTo,
parseTime: date.parseTime,
@ -48,7 +48,7 @@ VantComponent({
placeholderStyle: String,
actionText: {
type: String,
value: i18n.t('common.cancel'),
value: 'Cancel',
background: {