diff --git a/pages/spellGroup/spellGroup.js b/pages/spellGroup/spellGroup.js
index 85a8d84..f6dbcb6 100644
--- a/pages/spellGroup/spellGroup.js
+++ b/pages/spellGroup/spellGroup.js
@@ -12,6 +12,9 @@ Page({
loadingUrl: imgurl.loading.url,
nodata: imgurl.nodata.url,
wmhome: imgurl.wmhome.url,
+ orangeImg: imgurl.orange.url,
+ blueImg: imgurl.blue.url,
+ grayImg: imgurl.gray.url,
spellList: true,
myspellList: false,
list: [],
diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml
index f5a38f2..9830145 100644
--- a/pages/spellGroup/spellGroup.wxml
+++ b/pages/spellGroup/spellGroup.wxml
@@ -46,7 +46,10 @@
拼团未开始
- {{item.statusText02}}
+
+ {{item.statusText02}}
+ {{item.statusText02}}
+ {{item.statusText02}}
@@ -57,7 +60,7 @@
- 拼团价
+ 拼团价 ¥
{{item.salePrice/100}}
diff --git a/pages/spellGroup/spellGroup.wxss b/pages/spellGroup/spellGroup.wxss
index 85d8e42..c1b5224 100644
--- a/pages/spellGroup/spellGroup.wxss
+++ b/pages/spellGroup/spellGroup.wxss
@@ -7,6 +7,10 @@ page {
background-size: cover;
background-repeat: no-repeat;
}
+.content{
+ height: auto;
+ overflow: hidden;
+}
.content-box{
height: auto;
/* padding-bottom: 200rpx; */
@@ -106,6 +110,7 @@ image{
white-space: nowrap;
}
.content .remark{
+ height: 44rpx;
width:304rpx;
font-size:24rpx;
font-family:PingFang-SC-Medium;
@@ -332,3 +337,22 @@ button::after{ border: none; }
bottom: 0;
margin: auto;
}
+.frImg{
+ height: 78rpx;
+ width: 78rpx;
+ position: absolute;
+ right: 0;
+ top: 0;
+}
+.frImg text{
+ height: 78rpx;
+ width: 78rpx;
+ transform: rotate(45deg);
+ color: #FFFFFF;
+ font-size: 16rpx;
+ position: absolute;
+ text-align: center;
+ line-height: 53rpx;
+ top: 0;
+ left: 0;
+}
\ No newline at end of file