From a9adb4f5f4628321eed16852f15ae1a54752ba20 Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Wed, 2 Nov 2022 14:30:16 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E9=A2=86=E5=88=B8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- pages/goods/externalCoupon/externalCoupon.vue | 14 +++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cd00a03..8732631 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ unpackage/ -.hbuilderx/launch.json \ No newline at end of file +.hbuilderx/launch.json +node_modules \ No newline at end of file diff --git a/pages/goods/externalCoupon/externalCoupon.vue b/pages/goods/externalCoupon/externalCoupon.vue index e46c9a3..df421d3 100644 --- a/pages/goods/externalCoupon/externalCoupon.vue +++ b/pages/goods/externalCoupon/externalCoupon.vue @@ -16,7 +16,12 @@ - + + 去使用 @@ -109,9 +114,9 @@ } else { this.userInfo = 1; } - }, - fail() { - this.userInfo = 1; + }, + fail() { + this.userInfo = 1; } }); @@ -334,7 +339,6 @@ } .coupne-btn { - background-color: red; color: #FFFFFF; }