修改bug,优化导航
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
// 方法
|
||||
const selectItem = (item) => {
|
||||
console.log(item)
|
||||
uni.redirectTo({
|
||||
uni.navigateTo({
|
||||
url: '/pageSubPack/payment-list/addPayment'
|
||||
})
|
||||
}
|
||||
@@ -233,7 +233,7 @@
|
||||
const onSearch = () => {}
|
||||
|
||||
const goBack = () => {
|
||||
uni.redirectTo({ url: '/pageSubPack/payment-list/paymentIndex' });
|
||||
uni.navigateTo({ url: '/pageSubPack/payment-list/paymentIndex' });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user