Parcourir la source

新用户承诺书功能完成

yuanmingze il y a 8 mois
Parent
commit
b401200e69

+ 0 - 1
src/pages-common/signature/index.vue

@@ -68,7 +68,6 @@ const saveSignature = async (url: string) => {
     signatureUrl: url,
   })
   if (res.code === 0 && res.data) {
-    uni.showTabBar()
     uni.navigateBack()
   }
 }

+ 1 - 0
src/pages/index/components/HonestAgreementGate.vue

@@ -75,6 +75,7 @@ const visible = defineModel<boolean>({ required: true })
 const isRead = ref(false)
 
 const handleAgree = () => {
+  visible.value = false
   uni.navigateTo({
     url: '/pages-common/signature/index?type=HONEST_AGREEMENT_V2',
   })