diff --git a/src/project/pingchang/AppHealthReport/Detail.vue b/src/project/pingchang/AppHealthReport/Detail.vue index 42ed804..74734d3 100644 --- a/src/project/pingchang/AppHealthReport/Detail.vue +++ b/src/project/pingchang/AppHealthReport/Detail.vue @@ -78,6 +78,10 @@ + +
+
返回
+
@@ -126,6 +130,10 @@ uni.makePhoneCall({ phoneNumber: phone }) + }, + + back() { + uni.navigateBack() } } } @@ -133,7 +141,7 @@