This commit is contained in:
Iruka 2024-12-13 17:21:55 +08:00
parent d9a9e9a6e4
commit 6cf172810a

View File

@ -130,20 +130,9 @@
// #endif
},
showPopup() {
uni.navigateTo({
url: '/pages/popup/modal'
})
return;
// #ifdef APP-PLUS
uni.navigateTo({
url: '/pages/popup/index-popup'
})
// #endif
// #ifndef APP-PLUS
uni.showModal({
title: '仅支持App端'
})
// #endif
},
initMap() {