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
f5198413
Commit
f5198413
authored
Dec 23, 2020
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:回访记录无数据不显示分页
parent
a7818a7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
src/modules/course-manage/DataList/PlaybackData.jsx
+2
-0
src/modules/store-manage/StoreWebDecorationTab.jsx
+2
-6
No files found.
src/modules/course-manage/DataList/PlaybackData.jsx
View file @
f5198413
...
@@ -129,6 +129,7 @@ class PlaybackData extends React.Component {
...
@@ -129,6 +129,7 @@ class PlaybackData extends React.Component {
pagination=
{
false
}
pagination=
{
false
}
style=
{
{
margin
:
'16px 0'
}
}
>
style=
{
{
margin
:
'16px 0'
}
}
>
</
Table
>
</
Table
>
{
total
>
0
&&
<
PageControl
<
PageControl
size=
"small"
size=
"small"
current=
{
current
-
1
}
current=
{
current
-
1
}
...
@@ -138,6 +139,7 @@ class PlaybackData extends React.Component {
...
@@ -138,6 +139,7 @@ class PlaybackData extends React.Component {
this
.
fetchPlaybackList
(
page
+
1
);
this
.
fetchPlaybackList
(
page
+
1
);
}
}
}
}
/>
/>
}
</
div
>
</
div
>
)
)
}
}
...
...
src/modules/store-manage/StoreWebDecorationTab.jsx
View file @
f5198413
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: wufan
* @Author: wufan
* @Date: 2020-11-30 10:47:38
* @Date: 2020-11-30 10:47:38
* @LastEditors: wufan
* @LastEditors: wufan
* @LastEditTime: 2020-12-23 1
0:57:36
* @LastEditTime: 2020-12-23 1
1:07:32
* @Description: web店铺banner页面
* @Description: web店铺banner页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -254,10 +254,6 @@ class StoreWebDecoration extends React.Component {
...
@@ -254,10 +254,6 @@ class StoreWebDecoration extends React.Component {
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
refs
.
headPicModal
.
click
();
this
.
refs
.
headPicModal
.
click
();
},
100
)
},
100
)
this
.
setState
({
previewUrl
:
img
.
src
,
});
},
},
};
};
if
(
!
this
.
state
.
photoclip
)
{
if
(
!
this
.
state
.
photoclip
)
{
...
@@ -317,7 +313,7 @@ class StoreWebDecoration extends React.Component {
...
@@ -317,7 +313,7 @@ class StoreWebDecoration extends React.Component {
};
};
addStoreBanner
=
()
=>
{
addStoreBanner
=
()
=>
{
const
{
previewUrl
,
addBannerPath
}
=
this
.
state
;
const
{
addBannerPath
}
=
this
.
state
;
const
params
=
{
const
params
=
{
bannerPath
:
addBannerPath
,
bannerPath
:
addBannerPath
,
storeId
:
User
.
getStoreId
(),
storeId
:
User
.
getStoreId
(),
...
...
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