|
@@ -16,17 +16,41 @@ Page({
|
|
|
// * 发售时间:不能低于当前创建时间
|
|
|
form: {
|
|
|
'product_img_url': [], // 商品主图
|
|
|
- 'product_rotation_img_list': [{"url":"https://tuotuoyinfu-oss.oss-cn-beijing.aliyuncs.com/images/user/bashi632322ffe57fa.jpg","formkey":"product_rotation_img_list"},{"url":"https://tuotuoyinfu-oss.oss-cn-beijing.aliyuncs.com/images/user/bashi632322ffe51c4.jpg","formkey":"product_rotation_img_list"},{"url":"https://tuotuoyinfu-oss.oss-cn-beijing.aliyuncs.com/images/user/bashi632322ffefa54.jpg","formkey":"product_rotation_img_list"},{"url":"https://tuotuoyinfu-oss.oss-cn-beijing.aliyuncs.com/images/user/bashi6323230067e26.png","formkey":"product_rotation_img_list"}], // 商品轮播图
|
|
|
+ 'product_rotation_img_list': [
|
|
|
+ {
|
|
|
+ 'url': 'https://tuotuoyinfu-oss.oss-cn-beijing.aliyuncs.com/images/user/bashi632322ffe57fa.jpg',
|
|
|
+ 'formkey': 'product_rotation_img_list'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ 'url': 'https://tuotuoyinfu-oss.oss-cn-beijing.aliyuncs.com/images/user/bashi632322ffe51c4.jpg',
|
|
|
+ 'formkey': 'product_rotation_img_list'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ 'url': 'https://tuotuoyinfu-oss.oss-cn-beijing.aliyuncs.com/images/user/bashi632322ffefa54.jpg',
|
|
|
+ 'formkey': 'product_rotation_img_list'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ 'url': 'https://tuotuoyinfu-oss.oss-cn-beijing.aliyuncs.com/images/user/bashi6323230067e26.png',
|
|
|
+ 'formkey': 'product_rotation_img_list'
|
|
|
+ }
|
|
|
+ ], // 商品轮播图
|
|
|
'product_detail_img_list': [], // 详情图
|
|
|
- 'product_title': '测试商品', // 商品标题
|
|
|
- 'product_category_id': 1, // 分类ID
|
|
|
- 'product_brand_id': 1, // 品牌ID
|
|
|
- 'product_spec': 'xl', // 规格
|
|
|
- 'product_unit': '个', // 单位
|
|
|
- 'product_all_price': 10000, // 批发价
|
|
|
- 'product_price': 9000, // 零售价
|
|
|
- 'product_count': 1000, // 库存
|
|
|
- 'product_sale_at': 0 // 预售时间(0代表预售)
|
|
|
+ 'product_title': '', // 商品标题
|
|
|
+ 'product_desc': '', // 商品简介
|
|
|
+ 'product_category_id': {
|
|
|
+ 'category_name': '',
|
|
|
+ 'id': ''
|
|
|
+ }, // 分类ID
|
|
|
+ 'product_brand_id': {
|
|
|
+ 'brand_name': '',
|
|
|
+ 'id': ''
|
|
|
+ }, // 品牌ID
|
|
|
+ 'product_spec': '', // 规格
|
|
|
+ 'product_unit': '', // 单位
|
|
|
+ 'product_all_price': '', // 批发价
|
|
|
+ 'product_price': '', // 零售价
|
|
|
+ 'product_count': '', // 库存
|
|
|
+ 'product_sale_at': '' // 预售时间(0代表预售)
|
|
|
},
|
|
|
product_img_url_max: 1,
|
|
|
product_rotation_img_list_max: 5,
|