doum
2025-08-21 df77f92c9e1659c342a45926d9414045ffe1a3b8
small-program/App.vue
@@ -4,8 +4,7 @@
      computed: {
         ...mapState(['userInfo','openid'])
      },
      onLaunch: function() {
         console.log(ua)
      onLaunch: function() {
         var that = this;
         if (!this.openid || this.openid =='') {
            uni.login({
@@ -77,4 +76,9 @@
<style lang="scss">
   @import "uview-ui/index.scss"; 
   .toast-custom {
       width: 500px !important;
       font-size: 14px !important;
   }
</style>