From 07132ae5e905a710a9843699335a879212984ca4 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期二, 14 一月 2025 15:41:03 +0800
Subject: [PATCH] feat(支付):防止用户多次点击

---
 main.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.js b/main.js
index 16b9855..f45a33f 100644
--- a/main.js
+++ b/main.js
@@ -1,5 +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,8 +13,6 @@
 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