fix: 自测bug修复。

This commit is contained in:
tianyongbao
2025-01-06 22:09:03 +08:00
parent ff9a26b489
commit e6fa03ed11
3 changed files with 12 additions and 1 deletions

6
package-lock.json generated
View File

@@ -33,6 +33,7 @@
"@ttou/uview-typings": "^2.0.5",
"clipboard": "^2.0.11",
"dayjs": "^1.11.9",
"jsencrypt": "3.3.1",
"mqtt": "4.1.0",
"pinia": "^2.0.36",
"pinia-plugin-persist": "^1.0.0",
@@ -9618,6 +9619,11 @@
}
}
},
"node_modules/jsencrypt": {
"version": "3.3.1",
"resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.1.tgz",
"integrity": "sha512-dVvV54GdFuJgmEKn+oBiaifDMen4p6o6j/lJh0OVMcouME8sST0bJ7bldIgKBQk4za0zyGn0/pm4vOznR25mLw=="
},
"node_modules/jsesc": {
"version": "2.5.2",
"resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz",

View File

@@ -196,7 +196,7 @@
</view>
<view class="item-row">
<text class="row-label">发烧天数</text>
<text class="row-value">{{ item.feverDayCount+" "}}</text>
<text class="row-value">{{ item.feverDayCount+" "}}</text>
</view>
</view>
</u-list-item>

View File

@@ -4977,6 +4977,11 @@
"ws" "^7.4.6"
"xml-name-validator" "^3.0.0"
"jsencrypt@3.3.1":
"integrity" "sha512-dVvV54GdFuJgmEKn+oBiaifDMen4p6o6j/lJh0OVMcouME8sST0bJ7bldIgKBQk4za0zyGn0/pm4vOznR25mLw=="
"resolved" "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.1.tgz"
"version" "3.3.1"
"jsesc@^2.5.1":
"integrity" "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
"resolved" "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz"