修改bug,优化导航
This commit is contained in:
@@ -88,12 +88,12 @@
|
||||
|
||||
// 方法
|
||||
const goBack = () => {
|
||||
uni.redirectTo({ url: '/pageSubPack/payment-list/paymentIndex' });
|
||||
uni.navigateTo({ url: '/pageSubPack/payment-list/paymentIndex' });
|
||||
}
|
||||
|
||||
const handlePrimaryClick = () => {
|
||||
const url = pageConfig.value.backUrl
|
||||
uni.redirectTo({ url });
|
||||
uni.navigateTo({ url });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user