Authored by 郭成尧

'address'

... ... @@ -44,7 +44,7 @@ exports.address = (req, res, next) => {
exports.addressAct = (req, res, next) => {
let responseData = {
module: 'home',
page: 'address',
page: 'address-act',
pageHeader: headerModel.setNav({
navTitle: '编辑地址'
}),
... ...
... ... @@ -5,9 +5,9 @@
*/
var $ = require('yoho-jquery'),
Hammer = require('yoho-hammer'),
tip = require('../../plugin/tip'),
security = require('../../plugin/security'),
loading = require('../../plugin/loading');
tip = require('../plugin/tip'),
security = require('../plugin/security'),
loading = require('../plugin/loading');
var $addressForm = $('.edit-address'),
$submit = $('.submit'),
... ...
... ... @@ -85,6 +85,3 @@ $action.on('touchstart', 'a,span', function() {
}).on('touchend touchcancel', 'a,span', function() {
$(this).css('background', 'transparent');
});
require('./address/address-act');
require('./address/address-modify');
... ...