2018-02-08

Requirement
Support Dashboard / promotion code page able to upload image, description and expiration date.

React部分文件夹client/pages/promo-code/components/overview.js

      {/* add description */}
      
this.handleFieldChange('description', value) } readOnly={ readOnly.description } />
{/* add description end*/}

但是textarea里面的修改方法没有定义
Uncaught TypeError: this.props.onInputRemark is not a function

所以TODO:
修改描述部分的组件
上传图片的URL、控制只能显示一张
过期的时间

你可能感兴趣的:(2018-02-08)