|
|
@@ -478,7 +478,7 @@ class StoreProduct extends AuthController
|
|
|
Form::frameImages('slider_image', '产品轮播图(640*640px)', Url::buildUrl('admin/widget.images/index', array('fodder' => 'slider_image')), json_decode($product->getData('slider_image'), 1) ?: [])->maxLength(5)->icon('images')->width('100%')->height('500px'),
|
|
|
Form::number('price', '产品售价', $product->getData('price'))->min(0)->col(8),
|
|
|
Form::number('ot_price', '产品市场价', $product->getData('ot_price'))->min(0)->col(8),
|
|
|
- Form::number('give_integral', '赠送积分', $product->getData('give_integral'))->min(0)->col(8),
|
|
|
+ Form::number('give_integral', '赠送健康豆', $product->getData('give_integral'))->min(0)->col(8),
|
|
|
Form::number('postage', '邮费', $product->getData('postage'))->min(0)->col(8),
|
|
|
Form::number('sales', '销量', $product->getData('sales'))->min(0)->precision(0)->col(8)->readonly(1),
|
|
|
Form::number('ficti', '虚拟销量', $product->getData('ficti'))->min(0)->precision(0)->col(8),
|