入库流程对接完毕

This commit is contained in:
zx
2026-04-03 08:38:34 +08:00
parent dde27ed688
commit ce6d5e5d6e
42 changed files with 3028 additions and 936 deletions

View File

@@ -1,3 +1,4 @@
<!-- 底部导航栏我的 -->
<template>
<view class="content">
@@ -17,7 +18,7 @@
</uni-list>
</view>
<uni-popup ref="popupRef" type="center" background-color="#fff" borderRadius="8px">
<view class="popup-wrap" style="width: 400rpx; ">
<view class="popup-wrap" style="width: 200rpx; ">
<view class="popup-body">
<p>确定退出登录吗</p>
<view class="popup-btn">
@@ -128,7 +129,7 @@ getUserInfo();
display: flex;
justify-content: space-between;
.uv-button-wrapper{
width: 48%;
width: 40%;
margin-left: 8rpx;
}