apps/taro/src/subpackages/recharge/phoneBillRecharge/InnerPage.vue
@@ -1,5 +1,4 @@ <template> <ContentScrollView hasPaddingTop style="background-color: transparent"> <PhoneBillRecharge @goPay="goPay" :isDev="isDev" @@ -16,7 +15,6 @@ @editUserAccount="handleEditUserAccount" @currentChange="emit('currentChange', $event)" /> </ContentScrollView> </template> <script setup lang="ts">