Commit d5c864d2 by dhn

jquery添加

parent 3969bae9
......@@ -5,8 +5,9 @@
define([
'Magento_Checkout/js/view/summary/abstract-total',
'Magento_Checkout/js/model/quote'
], function (Component, quote) {
'Magento_Checkout/js/model/quote',
'jquery'
], function (Component, quote,$) {
'use strict';
return Component.extend({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment