记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
4a62f797
Commit
4a62f797
authored
Jan 25, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改后台bug
parent
58c89a7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
topBanner.html
...resources/templates/zhengzai/store/homeSet/topBanner.html
+1
-1
addNewActivity.html
...templates/zhengzai/store/placingOrder/addNewActivity.html
+1
-1
storeDetail.html
...es/templates/zhengzai/store/placingOrder/storeDetail.html
+10
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/topBanner.html
View file @
4a62f797
...
@@ -358,7 +358,7 @@
...
@@ -358,7 +358,7 @@
let
data
=
[]
let
data
=
[]
Array
.
prototype
.
forEach
.
call
(
itmeLength
,
function
(
item
,
index
,
arr
)
{
Array
.
prototype
.
forEach
.
call
(
itmeLength
,
function
(
item
,
index
,
arr
)
{
obj
.
activityUrl
=
item
.
querySelector
(
'.
quzhi
'
).
value
;
obj
.
activityUrl
=
item
.
querySelector
(
'.
h5Url
'
).
value
;
obj
.
bannerId
=
item
.
getAttribute
(
'data-id'
);
obj
.
bannerId
=
item
.
getAttribute
(
'data-id'
);
obj
.
bannerType
=
type
;
obj
.
bannerType
=
type
;
obj
.
createTime
=
item
.
getAttribute
(
'data-createTime'
);
obj
.
createTime
=
item
.
getAttribute
(
'data-createTime'
);
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/addNewActivity.html
View file @
4a62f797
...
@@ -303,7 +303,7 @@
...
@@ -303,7 +303,7 @@
})
})
console
.
log
(
data
)
console
.
log
(
data
)
promiseMethods
(
'/goblin/marketing/zhengzai/store'
,
'post'
,
JSON
.
stringify
(
data
),
'application/json'
).
then
(
res
=>
{
promiseMethods
(
'/goblin/marketing/zhengzai/store'
,
'post'
,
JSON
.
stringify
(
data
),
'application/json'
).
then
(
res
=>
{
//
$.operate.successCallback(res);
$
.
operate
.
successCallback
(
res
);
})
})
}
}
function
promiseMethods
(
url
,
type
,
data
,
contentType
)
{
function
promiseMethods
(
url
,
type
,
data
,
contentType
)
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/storeDetail.html
View file @
4a62f797
...
@@ -166,6 +166,15 @@
...
@@ -166,6 +166,15 @@
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: footer"
/>
</body>
</body>
<script
th:inline=
"javascript"
>
<script
th:inline=
"javascript"
>
function
getQueryVariable
(
variable
)
{
var
query
=
window
.
location
.
search
.
substring
(
1
);
var
vars
=
query
.
split
(
"&"
);
for
(
var
i
=
0
;
i
<
vars
.
length
;
i
++
)
{
var
pair
=
vars
[
i
].
split
(
"="
);
if
(
pair
[
0
]
==
variable
){
return
pair
[
1
];}
}
return
(
false
);
}
$
(
function
()
{
$
(
function
()
{
let
name
=
'storeId'
;
let
name
=
'storeId'
;
let
time
=
'time'
;
let
time
=
'time'
;
...
@@ -178,7 +187,7 @@
...
@@ -178,7 +187,7 @@
var
r2
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg2
);
var
r2
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg2
);
var
r3
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg3
);
var
r3
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg3
);
$
(
"#time"
).
html
(
unescape
(
r2
[
2
]));
$
(
"#time"
).
html
(
unescape
(
r2
[
2
]));
$
(
"#titleName"
).
text
(
GetQueryString
(
activityName
));
$
(
"#titleName"
).
text
(
getQueryVariable
(
activityName
));
$
(
"#storeId"
).
val
(
unescape
(
r
[
2
]));
$
(
"#storeId"
).
val
(
unescape
(
r
[
2
]));
$
(
"#marketId"
).
val
(
unescape
(
r3
[
2
]));
$
(
"#marketId"
).
val
(
unescape
(
r3
[
2
]));
let
data
=
{
let
data
=
{
...
...
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