Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
bb83c5be
Commit
bb83c5be
authored
Mar 28, 2020
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'最新代码提交'
parent
af1d9693
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
list.js
business/pages/themead/list.js
+2
-0
list.wxss
business/pages/themead/list.wxss
+5
-1
index.js
business/pages/themeeditor/index.js
+8
-1
No files found.
business/pages/themead/list.js
View file @
bb83c5be
...
...
@@ -69,6 +69,7 @@ Page({
page
:
this
.
data
.
page
,
perPage
:
this
.
data
.
perPage
,
school_id
:
this
.
data
.
sid
,
first_id
:
this
.
data
.
id
}).
then
((
res
)
=>
{
const
{
code
,
data
}
=
res
;
this
.
setData
({
...
...
@@ -80,6 +81,7 @@ Page({
if
(
data
.
total
)
{
this
.
data
.
total
=
data
.
total
;
}
// data.list = data.list.splice(1,2);
data
.
list
.
forEach
((
ele
)
=>
{
let
content
=
[];
try
{
...
...
business/pages/themead/list.wxss
View file @
bb83c5be
...
...
@@ -2,6 +2,7 @@
min-height: 100vh;
background-color: #fff;
padding: 0 20rpx 28rpx;
position: relative;
}
.helpenterbox {
text-align: right;
...
...
@@ -11,6 +12,9 @@
color: #16b0fd;
font-size: 22rpx;
}
.listbox {
position: relative;
}
.listitem {
border: 1px solid #ebedf0;
border-radius: 4rpx;
...
...
@@ -80,7 +84,7 @@
border-radius: 4rpx;
}
.btn-add {
position:
fixed
;
position:
absolute
;
left: 50%;
transform: translateX(-50%);
height: 148rpx;
...
...
business/pages/themeeditor/index.js
View file @
bb83c5be
...
...
@@ -1742,7 +1742,14 @@ Page({
// 视频播放相关代码
// 跳转到营销列表页面
goyinxiaoPage
()
{
let
id
=
this
.
data
.
themeAdInfo
.
id
||
0
;
let
id
=
0
;
if
(
this
.
data
.
editType
==
1
)
{
id
=
this
.
data
.
themeAdInfo
.
id
||
0
;
}
else
if
(
this
.
data
.
editType
==
2
)
{
id
=
this
.
data
.
calendarThemeAdInfo
.
id
||
0
;
}
else
if
(
this
.
data
.
editType
==
3
)
{
id
=
this
.
data
.
lockThemeAdInfo
.
id
||
0
;
}
wx
.
navigateTo
({
url
:
`/business/pages/themead/list?sid=
${
this
.
data
.
sid
}
&id=
${
id
}
&editType=
${
this
.
data
.
editType
}
`
,
})
...
...
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