From 80763662ffaefa7e49cf541201c689f61f5a3caa Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期日, 30 十一月 2025 19:28:49 +0800
Subject: [PATCH] feat(pay): 充值页面增加积分显示
---
main.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/main.js b/main.js
index 1165588..e4f0932 100644
--- a/main.js
+++ b/main.js
@@ -1,6 +1,7 @@
import App from './App'
import Vue from 'vue'
-
+/*import Vconsole from 'vconsole'
+new Vconsole();*/
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
@@ -11,6 +12,8 @@
App.mpType = 'app'
uni.$u.props.text.color = '#333333'
+// import store from '@/store/index.js'
+// Vue.prototype.$store = store
Vue.config.ignoredElements.push('wx-open-launch-weapp')
--
Gitblit v1.9.1