diff --git a/App.uvue b/App.uvue
index 365a9e6b0e003ace3c6ede269479c347f061d158..9896f693e4c7c567bab4e1d0aef72d4175eaa572 100644
--- a/App.uvue
+++ b/App.uvue
@@ -11,7 +11,6 @@ export default {
const performance = uni.getPerformance()
const observer: PerformanceObserver = performance.createObserver((entryList: PerformanceObserverEntryList) => {
- console.log('observer:entryList.getEntries()')
console.log(entryList.getEntries())
})
observer.observe({
diff --git a/components/call-easy-method/call-easy-method.vue b/components/call-easy-method/call-easy-method.vue
index d7a275af7164677edf8e54b4e8018ecddc9b7f68..f977452cd00faf910bbb016ded42fc0c8e6febe0 100644
--- a/components/call-easy-method/call-easy-method.vue
+++ b/components/call-easy-method/call-easy-method.vue
@@ -1,19 +1,23 @@
-
+ {{result}}