Преглед на файлове

新用户承诺书功能完成

yuanmingze преди 8 месеца
родител
ревизия
b401200e69
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 0 1
      src/pages-common/signature/index.vue
  2. 1 0
      src/pages/index/components/HonestAgreementGate.vue

+ 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',
   })