|
|
@@ -66,7 +66,9 @@ function getData() {
|
|
|
}
|
|
|
|
|
|
function goBack() {
|
|
|
- uni.navigateBack()
|
|
|
+ uni.reLaunch({
|
|
|
+ url: '/pages/income/income'
|
|
|
+ })
|
|
|
}
|
|
|
|
|
|
onLoad((options: any) => {
|
|
|
@@ -77,7 +79,7 @@ onLoad((options: any) => {
|
|
|
|
|
|
<template>
|
|
|
<view class="page-container">
|
|
|
- <u-navbar title="提现详情" :autoBack="true" :placeholder="true" :border-bottom="false" :title-style="{ fontWeight: 'bold' }"></u-navbar>
|
|
|
+ <u-navbar title="提现详情" :autoBack="false" :placeholder="true" :border-bottom="false" :title-style="{ fontWeight: 'bold' }" @back="goBack"></u-navbar>
|
|
|
|
|
|
<view class="content-wrapper">
|
|
|
<!-- 状态图标区域 -->
|