pay.js.map 1.8 KB

1
  1. {"version":3,"sources":["webpack:///js/pay.js","webpack:///./mobile/src/router/pay.js"],"names":["webpackJsonp","12","module","exports","17","__webpack_require__","3","$","document","on","this","addClass","siblings","removeClass"],"mappings":"AAAAA,cAAc,IAERC,GACA,SAAUC,EAAQC,KAMlBC,GACA,SAAUF,EAAQC,EAASE,GAEjCH,EAAOC,QAAUE,EAAoB,IAK/BC,EACA,SAAUJ,EAAQC,EAASE,GAEjC,YCpBAA,GAAA,GACAA,EAAA,IAEAE,EAAEC,UAAUC,GAAG,WAAY,mBAAoB,WAC3CF,EAAEG,MAAMC,SAAS,UAAUC,SAAS,SAASC,YAAY,YAG7DN,EAAE,SAASE,GAAG,WAAW,WACrBF,EAAE,UAAUM,YAAY,aAG5BN,EAAE,UAAUE,GAAG,WAAW,WACtBF,EAAE,UAAUI,SAAS,gBD6BtB","file":"js/pay.js?v=c4580c65","sourcesContent":["webpackJsonp([2],{\n\n/***/ 12:\n/***/ (function(module, exports) {\n\n// removed by extract-text-webpack-plugin\n\n/***/ }),\n\n/***/ 17:\n/***/ (function(module, exports, __webpack_require__) {\n\nmodule.exports = __webpack_require__(3);\n\n\n/***/ }),\n\n/***/ 3:\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\n__webpack_require__(0);\n\n__webpack_require__(12);\n\n$(document).on('touchend', '[bind-id=\"item\"]', function () {\n $(this).addClass('active').siblings('.item').removeClass('active');\n});\n\n$('#open').on('touchend', function () {\n $('#layer').removeClass('fn-hide');\n});\n\n$('#close').on('touchend', function () {\n $('#layer').addClass('fn-hide');\n});\n\n/***/ })\n\n},[17]);\n\n\n// WEBPACK FOOTER //\n// js/pay.js?v=c4580c65","import './global';\r\nimport '../css/pay.css';\r\n\r\n$(document).on('touchend', '[bind-id=\"item\"]', function(){\r\n $(this).addClass('active').siblings('.item').removeClass('active');\r\n});\r\n\r\n$('#open').on('touchend',function(){\r\n $('#layer').removeClass('fn-hide');\r\n});\r\n\r\n$('#close').on('touchend',function(){\r\n $('#layer').addClass('fn-hide');\r\n});\r\n\n\n\n// WEBPACK FOOTER //\n// ./mobile/src/router/pay.js"],"sourceRoot":""}