Handy_Cao 2 년 전
부모
커밋
24a4dd7673
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packages/qxst/views/account/certification/components/certification-next/Index.vue

+ 1 - 1
src/packages/qxst/views/account/certification/components/certification-next/Index.vue

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