"version": "1.2.19"
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -139,6 +139,7 @@ Page({
|
||||
},
|
||||
|
||||
connectedDevice(e) {
|
||||
ppScale.plugin.Blue.stop();
|
||||
wx.showLoading({
|
||||
title: "正在尝试连接...",
|
||||
mask: true
|
||||
|
||||
Reference in New Issue
Block a user