1
0
forked from dyf/APP

650完成,670完成部分

This commit is contained in:
liub
2025-08-25 17:13:13 +08:00
parent 793fe7132b
commit bbf55c58f0
23 changed files with 16897 additions and 221 deletions

View File

@ -1,15 +1,16 @@
<script>
import request from '@/utils/request.js';
import bleTool from '@/utils/BleHelper.js';
import bleTool from '@/utils/BleHelper.js';
import upgrade from '@/utils/update.js'
export default {
onLaunch: function() {
// uni.clearStorageSync();
var ble = bleTool.getBleTool();
},
onShow: function() {
console.log('App Show')
console.log('App Show');
upgrade.checkAndUpdateWgt("http://114.55.111.217/app/CheckUpdate");
},
onHide: function() {
console.log('App Hide')