From 8478015e961b93963e0a269d92c281d84da44f63 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 09 九月 2024 23:47:09 +0800
Subject: [PATCH] update 会员信息、兑换商品等

---
 sub_pages/customer/coupon/good-all.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sub_pages/customer/coupon/good-all.vue b/sub_pages/customer/coupon/good-all.vue
index 68f60a7..31afb33 100644
--- a/sub_pages/customer/coupon/good-all.vue
+++ b/sub_pages/customer/coupon/good-all.vue
@@ -12,7 +12,7 @@
 			<view class="flex point-info">
 				<view class="point-record m-r-a">
 					<view class="text-center title">我的积分</view>
-					<view class="flex">
+					<view class="flex" @click="goto('/sub_pages/customer/coupon/point-history',true)">
 						<image src="../../../static/images/customer/coupon/icon-point.png" class="point-icon">
 						</image>
 						{{currentInfo.currentPoint || 0}}

--
Gitblit v1.9.3