Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
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
leiqingsong
XiTianSenMall
Commits
45a0abeb
Commit
45a0abeb
authored
4 years ago
by
wangmeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_wm' into 'master'
防伪码优化 See merge request
!168
parents
3a6fda5b
db22731c
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
blockChain.vue
H5/src/views/blockChain.vue
+4
-4
certification.vue
H5/src/views/certification.vue
+13
-13
No files found.
H5/src/views/blockChain.vue
View file @
45a0abeb
<
template
>
<
template
>
<div
class=
"grade-status"
>
<div
class=
"grade-status"
>
<div
class=
"nav"
>
<div
class=
"nav"
>
<van-icon
<!--
<van-icon
name=
"arrow-left"
name=
"arrow-left"
size=
"20"
size=
"20"
class=
"nav-left"
class=
"nav-left"
@
click=
"handlerBack"
@
click=
"handlerBack"
/>
/>
-->
<span
class=
"nav-title"
>
区块链溯源
</span>
<span
class=
"nav-title"
>
区块链溯源
</span>
</div>
</div>
<div
class=
"forest-content"
>
<div
class=
"forest-content"
>
...
@@ -59,13 +59,13 @@
...
@@ -59,13 +59,13 @@
}
}
},
},
methods
:
{
methods
:
{
handlerBack
()
{
/*
handlerBack() {
try {
try {
this.$bridgeToAppFun.navigateBack();
this.$bridgeToAppFun.navigateBack();
} catch {
} catch {
this.$router.go(-1);
this.$router.go(-1);
}
}
},
},
*/
onInput
(
key
)
{
onInput
(
key
)
{
this
.
value
=
(
this
.
value
+
key
).
slice
(
0
,
6
);
this
.
value
=
(
this
.
value
+
key
).
slice
(
0
,
6
);
if
(
this
.
value
.
length
==
6
){
if
(
this
.
value
.
length
==
6
){
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/certification.vue
View file @
45a0abeb
<
template
>
<
template
>
<div
class=
"grade-status"
>
<div
class=
"grade-status"
>
<div
class=
"nav"
>
<div
class=
"nav"
>
<
van-icon
<
!--
<van-icon-->
name=
"arrow-left"
<!--name="arrow-left"-->
size=
"20"
<!--size="20"-->
class=
"nav-left"
<!--class="nav-left"-->
@
click=
"handlerBack"
<!--@click="handlerBack"-->
/
>
<!--/>--
>
<span
class=
"nav-title"
>
产品认证信息
</span>
<span
class=
"nav-title"
>
产品认证信息
</span>
</div>
</div>
<div
class=
"forest-content"
>
<div
class=
"forest-content"
>
...
@@ -78,13 +78,13 @@
...
@@ -78,13 +78,13 @@
this
.
stCertList
()
this
.
stCertList
()
},
},
methods
:
{
methods
:
{
handlerBack
()
{
//
handlerBack() {
try
{
//
try {
this
.
$bridgeToAppFun
.
navigateBack
();
//
this.$bridgeToAppFun.navigateBack();
}
catch
{
//
} catch {
this
.
$router
.
go
(
-
1
);
//
this.$router.go(-1);
}
//
}
},
//
},
stCertList
(){
stCertList
(){
this
.
shaValue
=
localStorage
.
getItem
(
"shaValue"
)
this
.
shaValue
=
localStorage
.
getItem
(
"shaValue"
)
this
.
sheetShow
=
true
this
.
sheetShow
=
true
...
...
This diff is collapsed.
Click to expand it.
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