@ -69,6 +69,14 @@
mounted() {
},
//返回首页
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
methods: {
openScanPopup() {
@ -161,6 +169,7 @@
selectedItem(item) {
this.openDetail(item);
};
</script>