|
@@ -75,7 +75,7 @@
|
|
|
<view class="group-msg">
|
|
|
<view class="lottery-price"><text>¥</text>0.01</view>
|
|
|
<view class="lottery-person">已拼430人</view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<!-- 参与拼团人员列表 -->
|
|
|
<view class="group-person-warp wrap-description"><!-- <text>查看更多</text> -->
|
|
@@ -92,7 +92,7 @@
|
|
|
还差3人拼成
|
|
|
</view>
|
|
|
<button>去加入</button>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="group-person-item">
|
|
@@ -106,7 +106,7 @@
|
|
|
还差3人拼成
|
|
|
</view>
|
|
|
<button>去加入</button>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="group-person-item">
|
|
@@ -120,7 +120,7 @@
|
|
|
还差3人拼成
|
|
|
</view>
|
|
|
<button>去加入</button>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="group-person-item">
|
|
@@ -134,7 +134,7 @@
|
|
|
还差3人拼成
|
|
|
</view>
|
|
|
<button>去加入</button>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="group-person-item">
|
|
@@ -148,7 +148,7 @@
|
|
|
还差3人拼成
|
|
|
</view>
|
|
|
<button>去加入</button>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -185,7 +185,7 @@
|
|
|
</view>
|
|
|
</navigator>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -294,9 +294,9 @@
|
|
|
<!-- #ifdef H5 -->
|
|
|
<view class="footer-fixed">
|
|
|
<view class="flex btn">
|
|
|
- <button type="default"
|
|
|
+ <button type="default"
|
|
|
@click="exChangeCodeH5"><text>¥0.01</text> 发起拼团</button>
|
|
|
- <button type="default" @click="toWeChatProgram" class="buttoncol" v-else>请在微信“码上快购”小程序分享助力</button>
|
|
|
+ <!-- <button type="default" @click="toWeChatProgram" class="buttoncol" v-else>请在微信“码上快购”小程序分享助力</button> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- #endif -->
|
|
@@ -510,7 +510,7 @@
|
|
|
url: `/packageOperate/activity/wxofficial`
|
|
|
})
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
//跳转微信小程序
|
|
|
toWeChatProgram() {
|
|
|
// location.href = 'weixin://dl/business/?t=xxxxxx'
|
|
@@ -698,7 +698,7 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
text-align: center;
|
|
|
-
|
|
|
+
|
|
|
.effectstwo1 {
|
|
|
margin-top: 292rpx;
|
|
|
display: inline-block;
|
|
@@ -707,7 +707,7 @@
|
|
|
background: url(https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/static/activityPrizeplatform.png) no-repeat 100% center;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
image {
|
|
|
position: absolute;
|
|
|
left: 28%;
|
|
@@ -734,8 +734,8 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -794,7 +794,7 @@
|
|
|
margin: 0 62rpx;
|
|
|
justify-content: flex-start;
|
|
|
border-bottom: 2rpx solid rgba(51,51,51,0.12);
|
|
|
-
|
|
|
+
|
|
|
.justify {
|
|
|
justify-content: left;
|
|
|
}
|
|
@@ -1049,7 +1049,7 @@
|
|
|
.group-person-item-inner{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: space-between;
|
|
|
.group-person-img{
|
|
|
width: 100rpx;
|
|
|
height: 100rpx;
|
|
@@ -1072,11 +1072,11 @@
|
|
|
height: 58rpx;
|
|
|
line-height: 58rpx;
|
|
|
background-color: #8E51F7;
|
|
|
- color: #fff;
|
|
|
+ color: #fff;
|
|
|
font-size: 28rpx;
|
|
|
border-radius: 8rpx;
|
|
|
display: block;
|
|
|
- text-align: center;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
}
|
|
|
}
|