@@ -44,6 +44,11 @@
onAddressConfirm(selected) {
console.log("选中的地址:", selected);
},
+ goBack(){
+ uni.navigateTo({
+ url:'/package/search/search'
+ })
+ }
}
</script>