@@ -115,7 +115,7 @@ function handleCloseShareModal() {
</view>
<view class="discount-btn-container">
- <view class="share-text">分享赚 ¥{{ coupon?.ruleReductionAmount }}</view>
+ <view class="share-text">分享赚 ¥{{ coupon?.pushCouponAverageAmount }}</view>
<view class="btn-bg">
<button class="discount-btn" @click="handleShareCoupon">去分享</button>
@@ -121,7 +121,7 @@ async function applyWithdrawal() {
uni.showToast({ title: '提交成功', icon: 'success' });
setTimeout(() => {
uni.hideLoading();
- uni.switchTab({
+ uni.reLaunch({
url: '/pages/income/income'
});
}, 1500);