Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
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
chenchuanwen
my-yaf-project
Commits
61e74a31
Commit
61e74a31
authored
Dec 07, 2018
by
christ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc
parent
3f2ffac5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
saleShare.phtml
application/views/index/saleShare.phtml
+8
-8
No files found.
application/views/index/saleShare.phtml
View file @
61e74a31
...
@@ -150,8 +150,8 @@
...
@@ -150,8 +150,8 @@
<!-- </div>-->
<!-- </div>-->
<div
class=
"code-box"
>
<div
class=
"code-box"
>
<img
src=
"/data/images/bg-code2.jpg"
alt=
""
>
<img
src=
"/data/images/bg-code2.jpg"
alt=
""
>
<div
id=
"qrcodeImg"
class=
"code-in"
>
<div
id=
"qrcodeImg"
class=
"code-in"
>
<!-- <img id="qrcodeImg" src="//static.shenbd.com/www/index/2018/img/app-share/code2.jpg" alt="">--
>
<img
id=
"qrcodeImg"
src=
"
<?php
echo
$params
[
'qrCode'
]
.
"?x-oss-process=image/resize,m_fill,h_186,w_186"
;
?>
"
alt=
""
>
</div>
</div>
<p
class=
"code-txt"
>
长按图片识别二维码
</p>
<p
class=
"code-txt"
>
长按图片识别二维码
</p>
</div>
</div>
...
@@ -160,11 +160,11 @@
...
@@ -160,11 +160,11 @@
</div>
</div>
</body>
</body>
<script>
<script>
new
QRCode
(
document
.
getElementById
(
'qrcodeImg'
),
{
//
new QRCode(document.getElementById('qrcodeImg'), {
text
:
'
<?php
echo
$params
[
'qrCode'
]
.
"?x-oss-process=image/resize,m_fill,h_186,w_186"
;
?>
'
,
// text: '
<?php
//echo $params['qrCode']."?x-oss-process=image/resize,m_fill,h_186,w_186";?>//
',
width
:
250
,
//
width: 250,
height
:
250
//
height: 250
//
});
//
});
</
script
>
</
script
>
</
html
>
</
html
>
\ No newline at end of file
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