From 9c6c16c8f3ded8ee85e216b5fef02ce5fdfaea85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E6=B4=8B=E4=B9=8B=E5=A3=B0?= Date: Thu, 28 Mar 2019 20:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E5=8F=96=E6=B6=88=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=88=97=E8=A1=A8=E7=8A=B6=E6=80=81=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/spellGroup.wxml | 4 ++-- utils/spell.js | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml index 0159ce5..79aac21 100644 --- a/pages/spellGroup/spellGroup.wxml +++ b/pages/spellGroup/spellGroup.wxml @@ -44,7 +44,7 @@ 拼团未开始 - {{item.statusText02}} + {{item.statusText02}} @@ -71,7 +71,7 @@ {{item.statusText}} - {{item.statusText}} + {{item.statusText}} diff --git a/utils/spell.js b/utils/spell.js index a71de1a..0bb37da 100644 --- a/utils/spell.js +++ b/utils/spell.js @@ -15,9 +15,17 @@ const spellStatus=[ name: '拼团失败', value: 13 }, + { + name: '参团失败', + value: 14 + }, { name: '拼团待支付', value: 15 + }, + { + name: '拼团取消', + value: 16 } ] const spellStatus02 = [ @@ -37,9 +45,17 @@ const spellStatus02 = [ name: '重新拼团', value: 13 }, + { + name: '拼团待支付', + value: 14 + }, { name: '去支付', value: 15 + }, + { + name: '拼团取消', + value: 16 } ] module.exports={