share-16:39

youmengting-dev
游梦婷 1 year ago
parent 31990c8949
commit 6a0656aed9
  1. 12
      App.vue

@ -124,10 +124,6 @@
// that.globalData.imageWxImg = 'https://hsg.dctpay.com/filesystem/wxApplets/';
// that.globalData.imageqrImg = 'https://hsg.dctpay.com/filesystem/temporary/';
uni.setStorage({
key: "accountType",
data: ""
})
uni.getStorage({
key: 'openId',
@ -245,7 +241,13 @@
// #endif
},
onHide: function() {
// #ifdef H5
uni.setStorage({
key: "accountType",
data: ""
})
// #endif
}
}
</script>

Loading…
Cancel
Save