From df4ced97dfc01ce0d77818f725c48dea4fc55713 Mon Sep 17 00:00:00 2001
From: "USER-20200413TQ\\Administrator" <812952667@qq.com>
Date: Wed, 19 Oct 2022 17:18:02 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=89=AB=E7=A0=81=E9=A2=86?=
=?UTF-8?q?=E5=88=B8=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 2 +-
pages.json | 2 +-
pages/goods/externalCoupon/externalCoupon.vue | 38 ++++++++++---------
pages/user/coupon/coupon.vue | 11 ++++--
4 files changed, 30 insertions(+), 23 deletions(-)
diff --git a/manifest.json b/manifest.json
index 1d876a3..82fa52b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -87,7 +87,7 @@
},
"devServer" : {
"port" : "",
- "https" : false
+ "https" : true
},
"domain" : "https://hsgcs.dctpay.com",
"template" : "index.html"
diff --git a/pages.json b/pages.json
index 0eb5fc6..f917d8a 100644
--- a/pages.json
+++ b/pages.json
@@ -29,7 +29,7 @@
"backgroundColorTop": "#0083f5",
"enablePullDownRefresh": false
}
-
+
}, {
"path": "pages/user/bindingCardList/bindingCardList",
"style": {
diff --git a/pages/goods/externalCoupon/externalCoupon.vue b/pages/goods/externalCoupon/externalCoupon.vue
index 957a1ee..bcbca16 100644
--- a/pages/goods/externalCoupon/externalCoupon.vue
+++ b/pages/goods/externalCoupon/externalCoupon.vue
@@ -43,13 +43,13 @@
-->
-
+
- 立即使用
+ 立即使用
-
+
- 立即查看
+ 立即查看
@@ -59,10 +59,14 @@
-
-
+
+
+
-
+
@@ -94,11 +98,11 @@
@@ -148,6 +152,7 @@
imgadres: 'noorder.png',
imgadres1: 'noCoupon.jpg',
imgadres2: 'onCoupon.jpg',
+ imgadres3: 'showCoupon.jpg',
pageNum: 1,
pageSize: 10,
isNoMoreData: false,
@@ -398,9 +403,9 @@
}
},
//跳转列表
- jumpCounlist(){
+ jumpCounlist() {
uni.reLaunch({
- url:'/pages/user/coupon/coupon'
+ url: '/pages/user/coupon/coupon'
})
}
}
@@ -412,7 +417,7 @@
.coupon-mes {
// margin-right: 90px;
}
-
+
.popup_content {
position: fixed;
top: 40%;
@@ -427,17 +432,17 @@
overflow: auto;
border-radius: 20upx;
}
-
+
.popup_title {
display: flex;
justify-content: center;
text-align: center;
width: 480upx;
}
-
+
// 弹窗
.popup_overlay {
-
+
position: fixed;
top: 0%;
left: 0%;
@@ -517,6 +522,5 @@
display: flex;
justify-content: center;
color: #ffffff;
- background: #999999;
}
diff --git a/pages/user/coupon/coupon.vue b/pages/user/coupon/coupon.vue
index 18a653e..4239ef7 100644
--- a/pages/user/coupon/coupon.vue
+++ b/pages/user/coupon/coupon.vue
@@ -131,7 +131,7 @@