tianyi 12 hours ago
parent
commit
ed3f1d13ff
  1. 2
      App.vue

2
App.vue

@ -213,6 +213,7 @@
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
this.globalData.GaoDeKey_amapkey = '52de86da47be2ea547c37dd382025a0c' this.globalData.GaoDeKey_amapkey = '52de86da47be2ea547c37dd382025a0c'
// #endif // #endif
if(uni.getStorageSync('peisongyuan')) return;
if (!uni.getStorageSync('bluetoothDeviceId')) { if (!uni.getStorageSync('bluetoothDeviceId')) {
uni.showModal({ uni.showModal({
title: '提示', title: '提示',
@ -228,7 +229,6 @@
} }
}); });
} }
}, },
computed: { computed: {
i18n() { i18n() {

Loading…
Cancel
Save