添加地址功能:手机号需要添加正则验证
This commit is contained in:
@@ -16,3 +16,11 @@ export const getProductList = data => {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
/** 商品详情 */
|
||||
export const getProductDetail = productId => {
|
||||
return http({
|
||||
url: `/api/service/product/${productId}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user