"version": "1.2.19"

This commit is contained in:
17792275749
2025-12-16 18:15:44 +08:00
parent 21e69f06c3
commit 6924a1ff5b
3 changed files with 184 additions and 179 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
"style": "v2",
"plugins": {
"ppScale-plugin": {
"version": "0.0.19",
"provider": "wx0826af4e4908f524"
"version": "1.2.19",
"provider": "wx0ffb48417ce6345c"
}
},
"permission": {
@@ -150,6 +150,10 @@ Component({
},
setUserInfo() {
// app.globalData.ppScale.activeProtocol.codeClearDeviceData("00", (res) => {
// console.log("deviceInfo === codeClearDeviceData", res);
// })
if(this.data.connectState == this.data.BLUE_STATE.CONNECTSUCCESS) {
if(this.data.userId) {
app.globalData.ppScale.activeProtocol.dataSyncUserInfo({
+1
View File
@@ -139,6 +139,7 @@ Page({
},
connectedDevice(e) {
ppScale.plugin.Blue.stop();
wx.showLoading({
title: "正在尝试连接...",
mask: true