石广澎
2024-08-03 1499bacfed2d21cffc75af31ed5c9c67864cc0e4
App.vue
@@ -2,11 +2,16 @@
import {
  config,
} from 'common/config.js';
import Vconsole from 'vconsole';
import {
  getPlat
} from 'common/util.js';
   export default {
      onLaunch: function(opt) {
      uni.setStorageSync('DEBUG', opt.query?.debug == 'true');
      if (uni.getStorageSync('DEBUG')) {
        new Vconsole();
      }
      /*console.log(opt)
      let platform = 2
      const redirect_uri = encodeURIComponent(`${config.webURL}/pay/scanpay?cid=${opt.query.cid}`)
@@ -71,6 +76,10 @@
      color: #DE2D35;
   }
   .color-green {
      color: #3fde2d;
   }
   .font-bold {
      font-weight: bolder;
   }