增加基座插件

样式修改
公共组件初始化内容
This commit is contained in:
xuli3099
2025-08-29 14:20:51 +08:00
parent f7f057910c
commit d15689ccb8
8 changed files with 77 additions and 13 deletions

View File

@@ -69,7 +69,10 @@
class="uni-forms-item is-direction-top is-top">
<multipleSelect :multiple="true" :value="chooseMyLeaderList" downInner
:options="myLeaderList" @change="changeValue2" :key="Math.round()" :slabel="'text'">
:options="myLeaderList"
@change="changeValue2" :key="Math.round()"
:slabel="'text'"
>
</multipleSelect>
</uni-forms-item>
@@ -251,10 +254,11 @@ function chooseRecord(e) {
.form-con {
/* #ifdef APP-PLUS */
height: calc(100vh - 100px)
/* #endif */
/* #ifndef APP-PLUS */
/* #endif */
height: calc(100vh - 95px) !important;
/* #endif */
/* #ifndef APP-PLUS */
height:calc(100vh - 68px) !important;
/* #endif */
}
:deep(.uni-date-x) {

View File

@@ -266,6 +266,7 @@ const submitForm = () => {
//h5测试用 内网-sn123456
//公司外网 '9516053c-b441-465b-9781-06e7b8031811'
//友晟外网 'b97527c8-2ad4-493c-a01c-5f9d0aabaff2'
//8f9bbe3b-7f1d-4e7f-9734-6faa6b86350f
param.uniqCode = 'b97527c8-2ad4-493c-a01c-5f9d0aabaff2';
let res = await login(param);
userStore.login(res);
@@ -278,7 +279,7 @@ const submitForm = () => {
// 读取设备ID
safeSave.getSafeFile({ "key": "app_device_id" }, res3 => {
if (res3.code == 1) {
let deviceId = res3.data;//'b97527c8-2ad4-493c-a01c-5f9d0aabaff2' //
let deviceId = res3.data;
// showAlert("读取成功=>"+deviceId);
param.uniqCode = deviceId;
console.log("param=>",param)