"version": "1.2.19"
This commit is contained in:
@@ -32,8 +32,8 @@
|
|||||||
"style": "v2",
|
"style": "v2",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"ppScale-plugin": {
|
"ppScale-plugin": {
|
||||||
"version": "0.0.19",
|
"version": "1.2.19",
|
||||||
"provider": "wx0826af4e4908f524"
|
"provider": "wx0ffb48417ce6345c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"permission": {
|
"permission": {
|
||||||
|
|||||||
@@ -150,6 +150,10 @@ Component({
|
|||||||
},
|
},
|
||||||
|
|
||||||
setUserInfo() {
|
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.connectState == this.data.BLUE_STATE.CONNECTSUCCESS) {
|
||||||
if(this.data.userId) {
|
if(this.data.userId) {
|
||||||
app.globalData.ppScale.activeProtocol.dataSyncUserInfo({
|
app.globalData.ppScale.activeProtocol.dataSyncUserInfo({
|
||||||
|
|||||||
@@ -139,6 +139,7 @@ Page({
|
|||||||
},
|
},
|
||||||
|
|
||||||
connectedDevice(e) {
|
connectedDevice(e) {
|
||||||
|
ppScale.plugin.Blue.stop();
|
||||||
wx.showLoading({
|
wx.showLoading({
|
||||||
title: "正在尝试连接...",
|
title: "正在尝试连接...",
|
||||||
mask: true
|
mask: true
|
||||||
|
|||||||
Reference in New Issue
Block a user