@@ -89,7 +89,7 @@ const idCardPhotoBackURL = computed(() => {
})
const openURL = (url: string) => {
- plus.openURL(url)
+ plus.openWebview({ url, titleText: '实名认证' })
}
const props = defineProps({