Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
XWSQ_20230718
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
wangjinjing
XWSQ_20230718
Commits
4ab99df5
Commit
4ab99df5
authored
Jul 20, 2023
by
夏敏伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
e6647135
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
12 deletions
+22
-12
public/js_src/index_src.js
public/js_src/index_src.js
+22
-12
No files found.
public/js_src/index_src.js
View file @
4ab99df5
...
@@ -351,7 +351,7 @@ var vue_left = new Vue({
...
@@ -351,7 +351,7 @@ var vue_left = new Vue({
},
},
showwmcs
:
function
(){
showwmcs
:
function
(){
var
layui_open_option
=
{
var
layui_open_option
=
{
title
:
'
<span class="layer_span6">文明城市创建工作测评参考</span>
'
,
title
:
'
<span class="layer_span6"
style="width:880px"
>文明城市创建工作测评参考</span>
'
,
content
:
$
(
"
#wmcs
"
),
content
:
$
(
"
#wmcs
"
),
area
:
[
'
880px
'
,
'
660px
'
],
//宽高
area
:
[
'
880px
'
,
'
660px
'
],
//宽高
type
:
1
type
:
1
...
@@ -2458,11 +2458,13 @@ var vue_flgw = new Vue({
...
@@ -2458,11 +2458,13 @@ var vue_flgw = new Vue({
methods
:
{
methods
:
{
showphotos
:
function
(
item
)
{
showphotos
:
function
(
item
)
{
var
playsrc
=
{
data
:
[]};
var
playsrc
=
{
data
:
[]};
array
=
item
.
split
(
"
,
"
);
if
(
item
){
for
(
var
j
=
0
;
j
<
array
.
length
;
j
++
)
array
=
item
.
split
(
"
,
"
);
{
for
(
var
j
=
0
;
j
<
array
.
length
;
j
++
)
playsrc
.
data
.
push
({
src
:
array
[
j
]});
{
}
playsrc
.
data
.
push
({
src
:
array
[
j
]});
}
}
layer
.
photos
({
layer
.
photos
({
photos
:
playsrc
,
photos
:
playsrc
,
anim
:
5
,
anim
:
5
,
...
@@ -2486,11 +2488,19 @@ var vue_wmcs = new Vue({
...
@@ -2486,11 +2488,19 @@ var vue_wmcs = new Vue({
methods
:
{
methods
:
{
showphotos
:
function
(
item
)
{
showphotos
:
function
(
item
)
{
var
playsrc
=
{
data
:
[]};
var
playsrc
=
{
data
:
[]};
array
=
item
.
split
(
"
,
"
);
debugger
for
(
var
j
=
0
;
j
<
array
.
length
;
j
++
)
if
(
item
){
{
array
=
item
.
split
(
"
,
"
);
playsrc
.
data
.
push
({
src
:
array
[
j
]});
for
(
var
j
=
0
;
j
<
array
.
length
;
j
++
)
}
{
if
(
array
[
j
].
indexOf
(
"
$
"
)
>
0
){
picsrc
=
array
[
j
].
substring
(
0
,
array
[
j
].
indexOf
(
"
$
"
));
picname
=
array
[
j
].
substring
(
array
[
j
].
indexOf
(
"
$
"
)
+
1
,
array
[
j
].
lastIndexOf
(
"
.
"
));
playsrc
.
data
.
push
({
src
:
picsrc
,
alt
:
picname
});
}
}
}
layer
.
photos
({
layer
.
photos
({
photos
:
playsrc
,
photos
:
playsrc
,
anim
:
5
,
anim
:
5
,
...
@@ -2502,7 +2512,7 @@ var vue_wmcs = new Vue({
...
@@ -2502,7 +2512,7 @@ var vue_wmcs = new Vue({
mounted
()
{
mounted
()
{
debugger
debugger
that
=
this
;
that
=
this
;
getByAjax
(
"
./rest/areaanddetailquery/21/local_wmcs
"
,
function
(
list
){
getByAjax
(
"
./rest/areaanddetailquery
qithNam
/21/local_wmcs
"
,
function
(
list
){
debugger
debugger
that
.
arr_datawmcs
=
list
;
that
.
arr_datawmcs
=
list
;
});
});
...
...
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