Commit 2205ed15 authored by 汪欢's avatar 汪欢

1

parent d9925065
......@@ -45,7 +45,7 @@ Component({
setTimeout(() => {
this.onOrderNowModalClose();
commonToast(resp.message);
}, 500);
}, 1000);
}else{
commonToast(resp.message)
}
......
......@@ -161,8 +161,7 @@ Page({
if (currentTime < end) {
if(reduced <= 0){
commonToast('已购买的楼层达到最大值');
}
if(canBuyFloor <= reduced){
}else if(canBuyFloor <= reduced){
// 可以买
// 显示
this.setData({
......
......@@ -55,40 +55,40 @@
width: 35rpx;
height: 25rpx;
opacity: 1;
left: 13rpx;
top: 47rpx;
left: 15rpx;
top: 40rpx;
position: absolute;
font-size: 14.41518rpx;
font-size: 25rpx;
color: #ffffff;
}
.jie_shu_ye .dao_ji_shi69 .tu_ceng22_kao_bei72 {
width: 35rpx;
height: 25rpx;
opacity: 1;
left: 131rpx;
top: 47rpx;
left: 135rpx;
top: 40rpx;
position: absolute;
font-size: 14.41518rpx;
font-size: 25rpx;
color: #ffffff;
}
.jie_shu_ye .dao_ji_shi69 .tu_ceng2271 {
width: 35rpx;
height: 25rpx;
opacity: 1;
left: 246rpx;
top: 47rpx;
left: 248rpx;
top: 40rpx;
position: absolute;
font-size: 14.41518rpx;
font-size: 25rpx;
color: #ffffff;
}
.jie_shu_ye .dao_ji_shi69 .tu_ceng22_kao_bei370 {
width: 35rpx;
height: 25rpx;
opacity: 1;
left: 357rpx;
top: 47rpx;
left: 360rpx;
top: 40rpx;
position: absolute;
font-size: 14.41518rpx;
font-size: 25rpx;
color: #ffffff;
}
.jie_shu_ye .mai_zhongn20n50n80_lou_ceng_de_yong_hu_ke_huo_de_jiang_pinn_dai_biao_gai_lou_jie_shu_shi_de_zong_lou_ceng {
......@@ -468,21 +468,21 @@
position: absolute;
}
.jie_shu_ye .gou_mai_ji_lu46 .zu13447 {
width: 453rpx;
width: 500rpx;
height: 222rpx;
opacity: 1;
left: 61rpx;
top: 147rpx;
top: 130rpx;
position: absolute;
overflow-y: auto;
}
.jie_shu_ye .gou_mai_ji_lu46 .zu13447 .item{
top:0rpx;
width: 453rpx;
width: 500rpx;
height: 222rpx;
opacity: 1;
left: 10rpx;
/* left: 10rpx; */
position: absolute;
}
......
......@@ -42,24 +42,6 @@
<image class="di77" src={{resList['79d3561c-5c4c-47b8-b4f9-51e7f82fcd7c'].url}} />
<!-- <image class="jin_du_tiao" src={{resList['40b73efe-19b8-41af-be83-17dc9b933e52'].url}} /> -->
<view class="zu13447" >
<!-- <label class="tu_ceng09_yue15_ri56">09 月 15日</label>
<label class="tu_ceng10012055">100-120</label>
<label class="tu_ceng10012054">100-120</label>
<label class="tu_ceng10012053">100-120</label>
<label class="tu_ceng20052">200</label>
<label class="tu_ceng20051">200</label>
<label class="tu_ceng20050">200</label>
<label class="tu_ceng09_yue15_ri49">09 月 15日</label>
<label class="tu_ceng09_yue15_ri48">09 月 15日</label>
<label class="tu_ceng100120_kao_bei">100-120</label>
<label class="tu_ceng200_kao_bei">200</label>
<label class="tu_ceng09_yue15_ri_kao_bei">09 月 15日</label>
<label class="tu_ceng100120_kao_bei2">100-120</label>
<label class="tu_ceng200_kao_bei2">200</label>
<label class="tu_ceng09_yue15_ri_kao_bei2">09 月 15日</label>
<label class="tu_ceng100120_kao_bei3">100-120</label>
<label class="tu_ceng200_kao_bei3">200</label>
<label class="tu_ceng09_yue15_ri_kao_bei3">09 月 15日</label> -->
<view class="item" a:for="{{orderList}}" a:key="index" a:for-item="item" >
<label style="{{item.order.orderDay}}">{{item.monthDate}}</label>
......
......@@ -107,16 +107,20 @@ Page({
color: 'white'
},
orderFloor: {
left: 200 + 'rpx',
left: 180 + 'rpx',
top: 40 * (lens-i) + 'rpx',
position: 'absolute',
color: 'white'
color: 'white',
width:150+'rpx',
textAlign:'center'
},
orderCredits: {
left: 400 + 'rpx',
top: 40 * (lens-i) + 'rpx',
position: 'absolute',
color: 'white'
color: 'white',
width:100+'rpx',
textAlign:'center'
}
}
data[i].order = orderStyle;
......
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