From 1d1ef11e7f2fc45366b1c3be48aa4b53cfa3fd71 Mon Sep 17 00:00:00 2001
From: meo <18801474720@163.com>
Date: Sat, 27 Oct 2018 18:04:47 +0800
Subject: [PATCH] =?UTF-8?q?[=E9=97=AE=E5=8D=B7=E8=B0=83=E6=9F=A5][?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9]:=E7=82=B9=E5=87=BB=E9=A2=86=E5=8F=96?=
=?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=EF=BC=8C=E5=BC=B9=E5=87=BA=E9=97=AE?=
=?UTF-8?q?=E5=8D=B7=E8=B0=83=E6=9F=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/coupon/detail/index.js | 7 ++-----
pages/coupon/detail/index.wxml | 2 +-
project.config.json | 15 +++++++++++++--
3 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/pages/coupon/detail/index.js b/pages/coupon/detail/index.js
index 1502832..ff50a99 100644
--- a/pages/coupon/detail/index.js
+++ b/pages/coupon/detail/index.js
@@ -61,14 +61,13 @@ Page({
display:"none"
})
},
-
/**
* gotopay
*/
gotopay:function(){
let that = this;
- console.log(that.data.questions1)
- if (that.data.questions1 == 'questions1' || that.data.questions2 == 'questions2'){
+ console.log(that.data.questions1);
+ if (that.data.questions1 || that.data.questions2){
that.setData({
display: "none",
})
@@ -101,8 +100,6 @@ Page({
})
}
},
-
-
countdown(end_time) {
let that = this;
diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml
index 3bfb986..a297c86 100644
--- a/pages/coupon/detail/index.wxml
+++ b/pages/coupon/detail/index.wxml
@@ -90,4 +90,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/project.config.json b/project.config.json
index e840d99..2ad7024 100644
--- a/project.config.json
+++ b/project.config.json
@@ -24,13 +24,24 @@
"current": -1,
"list": []
},
+ "plugin": {
+ "current": -1,
+ "list": []
+ },
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
- "current": -1,
- "list": []
+ "current": 0,
+ "list": [
+ {
+ "id": 0,
+ "name": "fhrufhr",
+ "pathName": "pages/index/index",
+ "query": "scene=\"1111\""
+ }
+ ]
}
}
}
\ No newline at end of file