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、金额变动时,取消选定的优惠券

---
 App.vue |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/App.vue b/App.vue
index dbfb431..2ef569d 100644
--- a/App.vue
+++ b/App.vue
@@ -1,11 +1,5 @@
 <script>
-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');

--
Gitblit v1.9.1