From af06269d0709106155cc2b8531baf5553eeb72fe Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 19 九月 2024 21:22:07 +0800
Subject: [PATCH] feat(支付): 优惠券 未查询到用户时展示空列表
---
main.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/main.js b/main.js
index aab8204..1165588 100644
--- a/main.js
+++ b/main.js
@@ -1,5 +1,6 @@
import App from './App'
import Vue from 'vue'
+
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
@@ -10,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