lishanshan 3 месяцев назад
Родитель
Сommit
a4bac617cf
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/components/exchangeCoupon.vue
  2. 1 1
      src/pages-B/payment/withdrawal.vue

+ 1 - 1
src/components/exchangeCoupon.vue

@@ -115,7 +115,7 @@ function handleCloseShareModal() {
                 </view>
             </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>
                 </view>

+ 1 - 1
src/pages-B/payment/withdrawal.vue

@@ -121,7 +121,7 @@ async function applyWithdrawal() {
 			uni.showToast({ title: '提交成功', icon: 'success' });
 			setTimeout(() => {
 				uni.hideLoading();
-				uni.switchTab({
+				uni.reLaunch({
                     url: '/pages/income/income'
                 });
 			}, 1500);