Commit f4dcfea4 authored by Mac's avatar Mac

1

parent 78b169b6
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
} }
.storeList .store { .storeList .store {
width: 100%; width: 100%;
height: 184px; /* height: 184px; */
/* background: #FAF8F9; */ /* background: #FAF8F9; */
} }
.storeList .box{ .storeList .box{
...@@ -241,20 +241,20 @@ ...@@ -241,20 +241,20 @@
} }
.storeList .img{ .storeList .img{
width: 100%; width: 100%;
height: 100%; height: 94px;
border-radius: 6px; /* border-radius: 6px; */
} }
.storeList .content{ .storeList .content{
width: 100%; width: 100%;
height: 80px; height: 90px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
padding: 10px 15px; padding: 10px 15px;
background: #FFF; background: #FFF;
position: absolute; /* position: absolute;
left: 0; left: 0;
bottom: 0; bottom: 0; */
} }
.storeList .c-t{ .storeList .c-t{
......
...@@ -655,14 +655,6 @@ ...@@ -655,14 +655,6 @@
this.getServerpersionListInfo() this.getServerpersionListInfo()
var richtext = this.goods.detail; var richtext = this.goods.detail;
this.detailContent = richtext; 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 : []; let set = uni.getStorageSync("basedata") ? uni.getStorageSync("basedata").mall.offlineServiceSetting.offlineServicePayType : [];
if(set.length>0){ if(set.length>0){
...@@ -776,7 +768,7 @@ ...@@ -776,7 +768,7 @@
}); });
setTimeout(()=>{ setTimeout(()=>{
uni.redirectTo({ url: '/pages/reserve/personal/orderDetails?id='+res.data.OrderId}) 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