From acf89cec87cc5c62a05d5e235f81e14bba486d7b Mon Sep 17 00:00:00 2001 From: shuiqing Date: Thu, 26 Jul 2018 13:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=9D=99=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/u273.png | Bin 0 -> 403 bytes pages/activity_detail/activity_detail.js | 15 ++++--- pages/activity_detail/activity_detail.wxml | 22 ++++++++--- pages/activity_detail/activity_detail.wxss | 44 +++++++++++++++++++-- pages/at_present/at_present.js | 3 -- pages/at_present/at_present.wxml | 1 - 6 files changed, 67 insertions(+), 18 deletions(-) create mode 100644 images/u273.png diff --git a/images/u273.png b/images/u273.png new file mode 100644 index 0000000000000000000000000000000000000000..75274a1f68c4161497ecf426de29ff0a6b1d03a0 GIT binary patch literal 403 zcmV;E0c`$>P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0VqjCK~zXfwUob3 z!cY{4t1J!-4h{}%GC24MK7u0ygAc$%_%6gaFcStQqJx_bB$6;df}19UU;+t=lF0XK zZ_TCLYAd&2^5yjGPNjmNk{8K2Pga$cuc!!0`KdUzl2FvN9= ze4uhQqN(2!+0L<|oBW9?(-oeeFOG1L<(R5Xw4>=3XQ*c{P{CY0nDGbKas8`RsKl!I z1nu|a3U^2*$=ZvQ$aNx}*h%sfxC~bXpadgLit0t;){KSlf}Fx2*Z_Fhjl53v-$4KX002ovPDHLkV1nTvt>gdz literal 0 HcmV?d00001 diff --git a/pages/activity_detail/activity_detail.js b/pages/activity_detail/activity_detail.js index 3611708..1ee3951 100644 --- a/pages/activity_detail/activity_detail.js +++ b/pages/activity_detail/activity_detail.js @@ -2,7 +2,6 @@ const app = getApp() let interval var WxParse = require('../../wxParse/wxParse.js');//主要为了能够显示获取的html代码 - Page({ /** * 页面的初始数据 @@ -29,13 +28,14 @@ Page({ one_content: "none", two_content: "none", bottomBGColor: '#F36619', - buttomText: '我要开团', + buttomText: '我要拼团', tagColor: "#F8B551", remark: "none", remarkText: "已退款", //分享 show: false, cancelWithMask: true, + img1: '/images/u273.png', actions: [{ name: '微信好友', icon: '../../images/wechat_ico.png', @@ -139,7 +139,7 @@ Page({ one_content: "block", two_content: "none", bottomBGColor: '#F36619', - buttomText: '我要开团', + buttomText: '我要拼团', grounpInfo: "none", grounpInfo2: "block", @@ -165,7 +165,7 @@ Page({ one_content: "block", two_content: "none", bottomBGColor: '#F36619', - buttomText: '我要开团', + buttomText: '我要拼团', grounpInfo: "none", grounpInfo2: "block", @@ -177,7 +177,7 @@ Page({ one_content: "block", two_content: "none", bottomBGColor: '#F36619', - buttomText: '重新开团', + buttomText: '重新拼团', grounpInfo: "block", grounpInfo2: "none", remark: "none", @@ -493,4 +493,9 @@ Page({ path: '/pages/activity_detail/activity_detail?activityNo=' + this.data.activityNo + '&groupNo=' + this.data.groupNo, }; }, + openGroup: function (e) { + wx.switchTab({ + url: '../index/index' + }) + }, }) \ No newline at end of file diff --git a/pages/activity_detail/activity_detail.wxml b/pages/activity_detail/activity_detail.wxml index de827d6..9a63f31 100644 --- a/pages/activity_detail/activity_detail.wxml +++ b/pages/activity_detail/activity_detail.wxml @@ -6,8 +6,8 @@ {{activityDetail.activityName}} - {{activityDetail.countdownDesc}} - + {{activityDetail.countdownDesc}} + {{countDownDay}}{{countDownHour}}{{countDownMinute}}分 @@ -62,6 +62,7 @@ 团长 + @@ -77,11 +78,20 @@