From 41d1eaff9cac465e9c482d2830f8344458d5b3c1 Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Thu, 11 Oct 2018 18:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=95js=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wap/view/first/store/confirm_order.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/wap/view/first/store/confirm_order.html b/application/wap/view/first/store/confirm_order.html index 6b236d5e..8f15f9cf 100644 --- a/application/wap/view/first/store/confirm_order.html +++ b/application/wap/view/first/store/confirm_order.html @@ -107,7 +107,7 @@ var $seckill_id = ''; var $bargain_id = ''; - requirejs(['vue','store','helper','wap/crmeb/module/store/use-coupon','wap/crmeb/module/store/use-address','layer'],function(Vue,storeApi,$h,useCoupon,useAddress,layer){ + requirejs(['vue','store','helper','wap/first/crmeb/module/store/use-coupon','wap/first/crmeb/module/store/use-address','layer'],function(Vue,storeApi,$h,useCoupon,useAddress,layer){ Vue.use(useCoupon); Vue.use(useAddress);