From 550d83cd2ec35a552f8c18a166384a60a822de67 Mon Sep 17 00:00:00 2001 From: hurui Date: Wed, 31 Jul 2019 19:14:57 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A0=8D=E4=BB=B7=E8=AF=A6=E6=83=85][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E5=9B=9E=E5=A4=8D=E4=B9=8B=E5=89=8D?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupon/detail/index.js | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/pages/coupon/detail/index.js b/pages/coupon/detail/index.js index ea6a282..913e5ed 100644 --- a/pages/coupon/detail/index.js +++ b/pages/coupon/detail/index.js @@ -5,8 +5,8 @@ const util = require("../../../utils/util"); const imgurl = require("../../../utils/imgurl"); Page({ data: { + homeSelectedO: imgurl.homeSelectedO.url, isshowposter:false,//是否显示分享弹框 - isshowposter1:false,//是否显示分享弹框 fenxiangUrl: imgurl.fenxiang.url, clockUrl: imgurl.clock.url, teljpgUrl: imgurl.teljpg.url, @@ -15,9 +15,8 @@ Page({ headbgUrl: imgurl.headbg.url, quesBgUrl: imgurl.ques_bg.url, close02: imgurl.close02.url, - fenxiang: imgurl.fenxiang.url, + share01: imgurl.share01.url, fail: imgurl.fail.url, - homeSelectedO: imgurl.homeSelectedO.url, wmhome: imgurl.wmhome.url, swiperCurrent: 0, hidden: "hidden", @@ -85,7 +84,7 @@ Page({ maxLimit:0, dispressEndDate:false }, - /** + /** * 显示分享弹框 */ showshare: function() { @@ -101,23 +100,6 @@ Page({ isshowposter: false, }) }, - /** - * 显示砍价弹框 - */ - showshare1: function() { - this.setData({ - isshowposter1: true, - }) - }, - /** - * 隐藏砍价弹框 - */ - hidemodal1: function() { - this.setData({ - isshowposter1: false, - }) - }, - /** * 跳转到门店列表的详情页面 */