From 53b3a109e4a59beb2cb2c00244aa69faed436f10 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 09 九月 2024 09:28:44 +0800
Subject: [PATCH] feat(支付): 1、未输入金额时不加载优惠券 2、金额变动时,取消选定的优惠券
---
main.js | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/main.js b/main.js
index 1fe1c3f..1165588 100644
--- a/main.js
+++ b/main.js
@@ -1,7 +1,6 @@
import App from './App'
import Vue from 'vue'
-/* import Vconsole from 'vconsole';
-new Vconsole(); */
+
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
@@ -12,8 +11,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