wkb-common-ui
Version:
wkb-ui
125 lines (122 loc) • 3.11 kB
JavaScript
import Mock from "mockjs";
// 请求该url,就可以返回newsList
Mock.mock("/mock/goodsList", {
"data|1": [
{
appId: 64,
averagePrice: null,
barcode: "WD015901565568905020",
bargain: false,
categoryId: 5008067145,
costPrice: 0,
createTime: "2020-05-29 10:03:27",
id: 32492,
itemNo: "5901565568906213001",
itemOrder: null,
itemSalesVolume: null,
itemStock: null,
labelPrice: 100000,
labelPriceRange: null,
name: "商品的价值",
noNeedPay: false,
paySubtractStock: false,
preSell: false,
pt: false,
salePrice: 99900,
salePriceRange: null,
status: 1,
tag1: 0,
thumbnail:
"https://online-material-1259575047.cos.ap-guangzhou.myqcloud.com/383d14b4581b4e65b40061e77af9f0df.jpg",
type: 1,
typeDesc: "产品",
unit: "个",
updateTime: "2020-05-29 10:03:27",
skuInfoList: [
{
frontMoney: 0,
itemNo: "5901565568906213001",
labelPrice: 100000,
memberPrice: null,
notOptional: null,
outSkuId: null,
salePrice: 99900,
seckillPrice: null,
skuBarcode: "WD015901565568941177",
skuId: 14087,
skuImg: null,
skuInfoNames: [
{
ancestryKeyId: 15,
ancestryKeyName: "个头",
attrKeySort: null,
attrValSort: null,
keyId: 15,
keyName: "个头",
peopleCount: null,
valId: 2094,
valName: "111",
stock: null,
withholdStock: null
}
]
}
]
}
]
});
Mock.mock("/mock/storeList", {
"data|1": [
{
address: "中国广东省深圳市福田区",
apData: null,
appId: 64,
area: null,
businessDayOfWeek: 127,
businessEndHour: 24,
businessStartHour: 0,
city: "深圳市",
cityId: 283,
createTime: 1546570428000,
departmentId: 99,
describe: "第三家分店,谢谢大家。",
deviation: 0,
distance: null,
district: "福田区",
districtId: 2217,
domainId: null,
epId: 489,
epName: null,
extra: null,
field: null,
filterDistance: 10,
id: 2131,
isOpen: 1,
latitude: "22.563293244707793",
leastApCount: 2,
length: 10,
logo:
"https://image.res.meizu.com/image/dss-wshop/c094efe008d347e89ad4605a7e690fc4z/auto",
longitude: "114.01611328125",
monBSSID: null,
name: "惟客数据深圳分店",
needSyncItem: null,
outStoreId: "231542",
ownerId: null,
parentDeptName: null,
province: "广东省",
provinceId: 19,
relevanceDeptId: null,
sequence: 1,
source: null,
status: 1,
storeDeviceMapList: null,
storeUserDTOList: [],
tel: "0755-88888888",
type: 0,
updateTime: 1584557565000,
width: 10,
windowTime: 1800
}
]
});