Commit 362a9f30 by 梁建民

font

parent 157431b0
No preview for this file type
......@@ -70,9 +70,12 @@
*/
goodsAdd: goods_url + '/goods/add',
/**
* 商品修改
* 批量上传
*/
bulkupload: goods_url + '/goods/upload',
/**
* 商品修改
*/
goodsSave: goods_url + '/goods/save',
/****
* 询价搜索 不需要token
......
......@@ -71,8 +71,7 @@
//获取用户信息
this.getData(apis.userInfo, 'GET', {token: Util.getCookie('token') || ''}, function (res) {
if (res.errcode == 0) {
if (res.errcode === 0) {
//消息数量
$("#count_num").empty().html(res.data['msg_notification']);
......@@ -135,7 +134,7 @@
opt.getData(apis.authLogout, 'POST', null, function (res) {
if (res.err_code == 0) {
if (res.err_code === 0) {
Util.delCookie('token', cookieHostname);
......
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 sign in to comment