Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
c6f1064c
Commit
c6f1064c
authored
Jul 08, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理重新上传
parent
68cdd6c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/modules/store-manage/StoreH5DecorationTab.jsx
+4
-4
src/modules/store-manage/StoreWebDecorationTab.jsx
+4
-4
No files found.
src/modules/store-manage/StoreH5DecorationTab.jsx
View file @
c6f1064c
...
...
@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-11-30 10:47:38
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-07-0
6 14:51:23
* @LastEditTime: 2021-07-0
8 14:25:58
* @Description: web学院banner页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -210,9 +210,9 @@ class StoreH5Decoration extends React.Component {
// 选择云盘资源
handleSelectImg
=
(
file
)
=>
{
this
.
setState
({
showSelectFileModal
:
false
,
});
//
this.setState({
//
showSelectFileModal: false,
//
});
// this.uploadImage(file);
if
(
file
){
this
.
setState
({
...
...
src/modules/store-manage/StoreWebDecorationTab.jsx
View file @
c6f1064c
...
...
@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-11-30 10:47:38
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-07-0
6 14:53:47
* @LastEditTime: 2021-07-0
8 14:26:11
* @Description: web学院banner页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -209,9 +209,9 @@ class StoreWebDecoration extends React.Component {
// 选择云盘资源
handleSelectImg
=
(
file
)
=>
{
this
.
setState
({
showSelectFileModal
:
false
,
});
//
this.setState({
//
showSelectFileModal: false,
//
});
// this.uploadImage(file);
if
(
file
){
this
.
setState
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment