优化代码

This commit is contained in:
wuxw 2023-10-17 16:48:56 +08:00
parent 952a604f0e
commit 154ef170c6

View File

@ -59,6 +59,9 @@
</view>
</view>
</view>
<view v-else class="flex flex-direction padding">
<button class="cu-btn bg-blue margin-tb-sm lg" @click="_toSettings()">设置发票抬头</button>
</view>
</view>
</template>
@ -185,6 +188,11 @@
})
}
})
},
_toSettings:function(){
uni.navigateTo({
url:'/pages/invoice/invoice'
})
}
}
}