123123213
Showing
with
306 additions
and
217 deletions
Please
register
or
sign in
to comment
... | ... | @@ -305,6 +305,7 @@ body { |
font-weight: 600; | ||
color: #2E3033; | ||
width: 100%; | ||
line-height: 22px; | ||
} | ||
.goods_data_list .my_xj_list .my_xj_item .item_middle { | ||
margin-top: 12px; | ||
... | ... |
... | ... | @@ -363,6 +363,7 @@ body { |
font-weight: 600; | ||
color: #2E3033; | ||
width: 100%; | ||
line-height: 22px; | ||
} | ||
} | ||
... | ... |
... | ... | @@ -45,6 +45,10 @@ |
* 获取用户基本信息 | ||
*/ | ||
authme:auth_url+'/auth/me', | ||
/*** | ||
* 上传文件的接口 | ||
*/ | ||
ossupload:goods_url+'/oss/upload', | ||
/** | ||
* 商品列表 | ||
*/ | ||
... | ... |