Commit f4dcfea4 authored by Mac's avatar Mac

1

parent 78b169b6
......@@ -227,7 +227,7 @@
}
.storeList .store {
width: 100%;
height: 184px;
/* height: 184px; */
/* background: #FAF8F9; */
}
.storeList .box{
......@@ -241,20 +241,20 @@
}
.storeList .img{
width: 100%;
height: 100%;
border-radius: 6px;
height: 94px;
/* border-radius: 6px; */
}
.storeList .content{
width: 100%;
height: 80px;
height: 90px;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 10px 15px;
background: #FFF;
position: absolute;
/* position: absolute;
left: 0;
bottom: 0;
bottom: 0; */
}
.storeList .c-t{
......
......@@ -655,14 +655,6 @@
this.getServerpersionListInfo()
var richtext = this.goods.detail;
this.detailContent = richtext;
// let obj = {
// ServiceLogo:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/timeisup.png',
// Name:'到点分配',
// ServiceId:0,
// }
// this.designerList.unshift(obj)
// this.selectdesigner= this.designerList[0].ServiceId;
let set = uni.getStorageSync("basedata") ? uni.getStorageSync("basedata").mall.offlineServiceSetting.offlineServicePayType : [];
if(set.length>0){
......@@ -776,7 +768,7 @@
});
setTimeout(()=>{
uni.redirectTo({ url: '/pages/reserve/personal/orderDetails?id='+res.data.OrderId})
},2000)
},1000)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment