作者 lihongjuan

22333

... ... @@ -12,8 +12,6 @@
</button>
</div>
<div class="quxiao" @click="cancel">取消</div>
</div>
</div>
... ... @@ -74,7 +72,7 @@
// });
// }else{
uni.switchTab({
url: '/pages/taocangoumai/taocangoumai'
url: '/pages/dianshu/dianshu'
});
// }
})
... ... @@ -84,10 +82,12 @@
fail(res) {}
});
},
// 取消登录
cancel() {
uni.switchTab({
url: '/pages/taocangoumai/taocangoumai'
url: '/pages/dianshu/dianshu'
})
}
... ...
... ... @@ -175,6 +175,20 @@
</view>
<view class="dibushujushow">
<view class='dibushujushowitem'>
<view class="dibushutop">明确总数</view>
<view class="dibushubottom">5000</view>
</view>
<view class='dibushujushowitem'>
<view class="dibushutop">疑似总数</view>
<view class="dibushubottom">5000</view>
</view>
<view class='dibushujushowitem'>
<view class="dibushutop">复核总数</view>
<view class="dibushubottom">5000</view>
</view>
</view>
</view>
<!-- 遮罩层 -->
... ... @@ -948,4 +962,26 @@
font-weight: 400;
color: rgba(255, 255, 255, 1);
}
.dibushujushow{
display: flex;
align-items: center;
justify-content: space-between;
padding: 12rpx 64rpx;
box-sizing: border-box;
background:#F29600 ;
}
.dibushutop{
width:120rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
}
.dibushubottom{
width:120rpx;
color:#fff;
font-size: 28rpx;
margin-top:5rpx;
text-align: center;
}
</style>
... ...