doum
2025-09-03 dbccd6b83b9e30f9fdcb2c7900a16cb038648c62
前端
已修改1个文件
6 ■■■■■ 文件已修改
small-program/pages/order-details/order-details.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
small-program/pages/order-details/order-details.vue
@@ -644,7 +644,7 @@
                } 
                var that =this
                this.lessTime = Math.floor( Number(that.info.confirmCountdown || 0)/1000) ;
                if(lessTime>0){
                if(this.lessTime>0){
                    this.timer =  setInterval(function(){
                           let h = Math.floor(that.lessTime/60/60) ;
                           let m = Math.floor((that.lessTime - h*60*60)/60); 
@@ -662,6 +662,8 @@
                this.isPushlishor =false
                this.isAcceptor =false
                this.$u.api.getDetail(param).then(res =>{
                    console.error("=============================",res.data.releaseMemberId,res.data.acceptMemberId,that.userInfo.id)
                    if(res.code ===200){
                        if(that.userInfo.id === res.data.releaseMemberId ){
                            //如果是发单方
@@ -670,7 +672,7 @@
                            //如果是接单方
                            that.isAcceptor =true
                        }
                        if(that.isAcceptor ||that.isAcceptor ){
                        if(that.isAcceptor ||that.isPushlishor ){
                            that.info = res.data
                            if(that.userInfo.id === that.info.releaseMemberId ){
                                //如果是发单方