Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
miniprogrem-webview
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
952d94b8
authored
Jul 25, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
3d46d524
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
Application/Home/View/default/layout.tpl
+1
-3
No files found.
Application/Home/View/default/layout.tpl
View file @
952d94b8
...
...
@@ -106,7 +106,7 @@
};
</script>
<script
type=
"text/javascript"
src=
"http://api2.i
acode
.cn/wechat_js_config?app_id=wxa0229c3cc82d5dce&v=1.2.1&api_list=all&app_stat_key="
>
src=
"http://api2.i
zhida
.cn/wechat_js_config?app_id=wxa0229c3cc82d5dce&v=1.2.1&api_list=all&app_stat_key="
>
</script>
<script
src=
"__CDN__/js/jquery-2.1.3.min.js"
></script>
<script
src=
"__CDN__/js/jquery-notify.min.js"
></script>
...
...
@@ -121,11 +121,9 @@
wx
.
checkJsApi
({
jsApiList
:
[
'scanQRCode'
,
'previewImage'
],
success
:
function
(
res
)
{
alert
(
2
)
}
});
$
(
"img"
).
click
(
function
(){
alert
(
3
)
var
url
=
$
(
this
).
attr
(
"src"
);
wx
.
previewImage
({
current
:
url
,
// 当前显示图片的http链接
...
...
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