From 440b4ab9d4278d3f9c13b004d2c2289f45254cbc Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期二, 19 十一月 2024 17:29:06 +0800
Subject: [PATCH] 添加积分记录,修改位置获取

---
 pages/counterRecharge/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/counterRecharge/index.vue b/pages/counterRecharge/index.vue
index 6f8836f..4e006a2 100644
--- a/pages/counterRecharge/index.vue
+++ b/pages/counterRecharge/index.vue
@@ -1,7 +1,7 @@
 <template>
 	<view class="container">
 		<view class="navbar">
-			<!-- <image src="../../static/images/index/home21.png" alt="" @click="navTo()"></image> -->
+			<image src="../../static/images/other/home.svg" alt="" @click="navTo()"></image>
 			<text>柜台充值</text>
 		</view>
 		<view class="content">
@@ -45,7 +45,7 @@
 						title: '支付成功',
 						duration: 2000,
 					  });
-					  uni.navigateTo({
+					  uni.redirectTo({
 					  	url:'/pages/success/index'
 					  })
 				   }else{
@@ -68,7 +68,7 @@
 		})
 	}
 	function navTo(){
-		uni.navigateTo({
+		uni.redirectTo({
 			url:'/pages/index/index'
 		})
 	}
@@ -90,7 +90,7 @@
 			   padding-bottom:24rpx;
 			   box-sizing: border-box;
 			   image{
-				   width:20rpx;
+				   width:40rpx;
 				   height:40rpx;
 				   margin-left:32rpx;
 			   }

--
Gitblit v1.9.3