Kaynağa Gözat

优化:撤销income中强制解锁代码

haiyang 1 hafta önce
ebeveyn
işleme
7c9cbc8c4e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/pages/income/income.vue

+ 1 - 1
src/pages/income/income.vue

@@ -248,7 +248,7 @@ onShareTimeline(async () => {
 })
 // #endif
 
-const isUnlock = computed(() => accountCountData && accountCountData?.status === 0 || true)
+const isUnlock = computed(() => accountCountData && accountCountData?.status === 0)
 
 function goPage(page: string) {
     uni.navigateTo({