From 43a5d90c98be40c6c8a0da2f21df0070e3b66380 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 22 Aug 2022 15:12:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=A7=84=E5=88=99=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppCreditPoints/AppGridIntegral.vue | 13 ++++- src/apps/AppCreditPoints/integralRules.vue | 59 ++++++++++++++++++++ 2 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 src/apps/AppCreditPoints/integralRules.vue diff --git a/src/apps/AppCreditPoints/AppGridIntegral.vue b/src/apps/AppCreditPoints/AppGridIntegral.vue index d531b26e..ea912e93 100644 --- a/src/apps/AppCreditPoints/AppGridIntegral.vue +++ b/src/apps/AppCreditPoints/AppGridIntegral.vue @@ -19,8 +19,12 @@ -
-
积分明细
+
+
+
积分明细
+ +
+

@@ -69,6 +73,9 @@ export default { }) } }, + gotoRules() { + uni.navigateTo({url: './integralRules'}) + } }, onReachBottom() { this.current++ @@ -79,6 +86,7 @@ export default {