|
@@ -45,7 +45,7 @@
|
|
|
<image src="../../../static/timg/icon_guan.png" mode="" class="vipIcon"></image>
|
|
|
<view class="ptmobilePhone">{{orderData.openGroup.firstMobilePhone}}</view>
|
|
|
</view>
|
|
|
- <view class="DiffBNumber">还差 <span style="#FF0000">{{orderData.openGroup.groupNumber - orderData.groupList.length}}</span> 人,赶快邀请好友来拼团吧</view>
|
|
|
+ <view class="DiffBNumber">还差 <span style="color:#FF0000; ">{{orderData.openGroup.groupNumber - orderData.groupList.length}}</span> 人,赶快邀请好友来拼团吧</view>
|
|
|
<view class="ptBtnBox">
|
|
|
<view class="seeTy" @click="seeTyshowBtn">查看全部团员</view>
|
|
|
<button open-type="share" class=" shareBtn" >
|
|
@@ -94,10 +94,10 @@
|
|
|
<image src="../../../static/img/icon_del_red.png" mode="" class="groupStateIcon"></image>
|
|
|
<view class="groupStateTxt">拼团失败</view>
|
|
|
</view>
|
|
|
- <view class="groupStateBox " v-if="orderData.data.groupState==0">
|
|
|
+ <!-- <view class="groupStateBox " v-if="orderData.data.groupState==0">
|
|
|
<image src="../../../static/img/icon_del_red.png" mode="" class="groupStateIcon"></image>
|
|
|
<view class="groupStateTxt">拼团取消</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
|
|
|
|
|
@@ -223,13 +223,14 @@
|
|
|
|
|
|
<view style="height: 50rpx;background-color: #F4F5F7;"></view>
|
|
|
|
|
|
- <view class="bottom" v-if="orderData.data.sheetState == 1||orderData.data.sheetState == 2">
|
|
|
- <view class="cancel" @click="cancelBespeak" v-if="orderData.data.groupType==1">取消订单</view>
|
|
|
+ <view class="bottom" v-if="orderData.data.sheetState == 1">
|
|
|
+ <!-- <view class="cancel" @click="cancelBespeak" v-if="orderData.data.groupType==1">取消订单</view> -->
|
|
|
<view class="cancel" @click="cancelBespeak" v-if="!orderData.data.groupType">取消订单</view>
|
|
|
<view class="defer" :style="{border:'1rpx solid #'+themeColor,color:'#'+themeColor}" @click="pay">立即支付</view>
|
|
|
</view>
|
|
|
<view class="bottom" v-if="orderData.data.sheetState == 2||orderData.data.sheetState == 5">
|
|
|
- <view class="cancel" @click="cancelOrder" v-if="orderData.data.groupType">退款</view>
|
|
|
+ <view class="cancel" @click="cancelOrder" v-if="orderData.data.payState==2">退款</view>
|
|
|
+ <view class="cancel" @click="cancelBespeak" v-else>取消订单</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
@@ -277,7 +278,7 @@
|
|
|
<view class="maBox" v-if="seeTyshow" @click="seeTyHide">
|
|
|
<view class="grouptk" @click.stop="">
|
|
|
<view class="maTop">
|
|
|
- <view class="maTitle">全部团员</view>
|
|
|
+ <view class="maTitle maTitle2 ">全部团员</view>
|
|
|
<image src="../../../static/img/icon_delete.png" mode=""
|
|
|
style="width: 26rpx;height: 26rpx;margin-left: 10rpx;" @click="seeTyHide"></image>
|
|
|
</view>
|
|
@@ -720,7 +721,33 @@
|
|
|
|
|
|
})
|
|
|
},
|
|
|
+ getData2() {
|
|
|
+ uni.showLoading({
|
|
|
+ title: '加载中'
|
|
|
+ });
|
|
|
+ this.$http('openOrderManagement/queryOpenSheet', {
|
|
|
+
|
|
|
+ id: this.id,
|
|
|
+ }, 'GET').then(res => {
|
|
|
+ uni.hideLoading();
|
|
|
+ this.orderData = res.data;
|
|
|
+ if (this.quanMaList) {
|
|
|
+ this.quanMaList = [];
|
|
|
+ }
|
|
|
+ let maList = this.orderData.OpenSheetQRCode;
|
|
|
+ if (maList) {
|
|
|
+ maList.forEach(item =>{
|
|
|
+ if (item.writeoffState==1) {
|
|
|
+ this.quanMaList.push(item.qrCode);
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
clock(){
|
|
|
+
|
|
|
let _this = this
|
|
|
let today = new Date() // 当前时间
|
|
|
let h = today.getHours()
|
|
@@ -732,8 +759,8 @@
|
|
|
this.dh=0;
|
|
|
this.dm=0;
|
|
|
this.ds=0;
|
|
|
- _this.getData();
|
|
|
- return
|
|
|
+ _this.getData2();
|
|
|
+ return false
|
|
|
}
|
|
|
|
|
|
let stopH = startTime.getHours()
|
|
@@ -755,6 +782,15 @@
|
|
|
this.dh=shengyuH;
|
|
|
this.dm=shengyuM;
|
|
|
this.ds=S;
|
|
|
+ if(this.dh<10){
|
|
|
+ this.dh='0'+this.dh
|
|
|
+ }
|
|
|
+ if(this.dm<10){
|
|
|
+ this.dm='0'+this.dm
|
|
|
+ }
|
|
|
+ if(this.ds<10){
|
|
|
+ this.ds='0'+this.ds
|
|
|
+ }
|
|
|
|
|
|
setTimeout(_this.clock, 1000)
|
|
|
},
|
|
@@ -785,6 +821,7 @@
|
|
|
return {
|
|
|
title: this.orderData.data.sheetContent,
|
|
|
//imageUrl:this.mainImg,
|
|
|
+ imageUrl:'http://dmsphoto.66km.com.cn/thFiles/83074F71-F5C9-4C8E-B23F-2D195788960B.png',
|
|
|
path: 'pages/subPack/jkDetail?id=' + this.orderData.openSheetDetail[0].itemId+'&shareId='+this.userInfo.openId+'&groupID='+this.orderData.data.groupID+'&shareName='+this.userInfo.nickName,
|
|
|
success(res){
|
|
|
uni.showToast({
|
|
@@ -844,7 +881,8 @@
|
|
|
color: #3C3C3C;font-size: 26rpx;line-height: 32rpx;
|
|
|
}
|
|
|
.grouptk .maTitle{
|
|
|
- padding-left: 24rpx;
|
|
|
+ padding-left: 4rpx;
|
|
|
+ color: #333333;font-weight: 500;
|
|
|
}
|
|
|
.ptCont{
|
|
|
width: 702rpx;
|
|
@@ -883,23 +921,25 @@ color: #3C3C3C;font-size: 26rpx;line-height: 32rpx;
|
|
|
color: #764D49;font-size: 26rpx;padding-top:20rpx;
|
|
|
}
|
|
|
.vipIcon{
|
|
|
- width: 32rpx;height: 32rpx;
|
|
|
+ width: 32rpx;height: 32rpx;margin-right: 8rpx;
|
|
|
}
|
|
|
.seeTy{
|
|
|
width: 260rpx;line-height: 62rpx;text-align: center;
|
|
|
height: 62rpx;color: #FF0000;
|
|
|
border-radius: 36rpx;font-size: 26rpx;
|
|
|
border: 2rpx solid #FF0000;
|
|
|
+ margin-right: 15rpx;
|
|
|
}
|
|
|
.ptBtnBox{
|
|
|
display: flex;
|
|
|
- justify-content: space-around;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
.yqhypt{
|
|
|
width: 260rpx;color: #FFFFFF;line-height: 66rpx;text-align: center;
|
|
|
height: 66rpx;font-size: 26rpx;
|
|
|
background: linear-gradient(132deg, #FD5C05 0%, #FD0323 100%);
|
|
|
border-radius: 36rpx;
|
|
|
+ margin-left: 15rpx;
|
|
|
}
|
|
|
.box {
|
|
|
min-height: 100vh;
|
|
@@ -1561,34 +1601,32 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx;
|
|
|
}
|
|
|
|
|
|
.tuiBtns {
|
|
|
- display: flex;
|
|
|
+ display: flex;justify-content: space-around;
|
|
|
padding: 40rpx 20rpx 10rpx;
|
|
|
|
|
|
}
|
|
|
.btn {
|
|
|
- width: 288rpx;
|
|
|
- height: 98rpx;
|
|
|
+ width: 250rpx;
|
|
|
+ height: 70rpx;
|
|
|
background: #F4F5F7;
|
|
|
border-radius: 10rpx;
|
|
|
- margin-right: 22rpx;
|
|
|
-
|
|
|
-
|
|
|
- font-size: 30rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
font-weight: 500;
|
|
|
color: #3C3C3C;
|
|
|
- line-height: 98rpx;
|
|
|
+ line-height: 70rpx;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.btn2 {
|
|
|
- width: 288rpx;
|
|
|
- height: 98rpx;
|
|
|
+ width: 250rpx;
|
|
|
+ height: 70rpx;
|
|
|
background: #3F90F7;
|
|
|
border-radius: 10rpx;
|
|
|
- font-size: 30rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
font-weight: 500;
|
|
|
color: #FFFFFF;
|
|
|
- line-height: 98rpx;
|
|
|
+ line-height: 70rpx;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
</style>
|