Explorar el Código

优化提现页面

lishanshan hace 3 meses
padre
commit
a4bac617cf
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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);