We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、作品的标题和描述无法修改
<a-input class="input" value={this.work.title} onChange={e => {this.updateWork({ title: e.target.value })}} // onBlur={this.saveTitle} placeholder="请输入标题" ></a-input>
是不是因为value绑定了 this.work.title 引起的?
2、二维码没有绘制
visible(val) { if (!val) return; this.$nextTick(() => this.drawQRcode()); }
这个watch似乎没有触发
3、点击保存调用的put方法传参似乎有些问题
chunk-vendors.201aa3de.js:54 PUT https://api.luban-h5.wxjcart.com/works/undefined 500 (Internal Server Error)
会报500
The text was updated successfully, but these errors were encountered:
8635c9f
/works/undefined
我刚才本地和线上都已经测试过了,没有问题。 PS:感谢反馈
Sorry, something went wrong.
ly525
No branches or pull requests
1、作品的标题和描述无法修改
是不是因为value绑定了 this.work.title 引起的?
2、二维码没有绘制
这个watch似乎没有触发
3、点击保存调用的put方法传参似乎有些问题
会报500
The text was updated successfully, but these errors were encountered: