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
db22731c
Commit
db22731c
authored
4 years ago
by
全球
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
防伪码优化
parent
b7c23f10
master
dev_wm
1 merge request
!168
防伪码优化
Show 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 @
db22731c
<
template
>
<div
class=
"grade-status"
>
<div
class=
"nav"
>
<van-icon
<!--
<van-icon
name=
"arrow-left"
size=
"20"
class=
"nav-left"
@
click=
"handlerBack"
/>
/>
-->
<span
class=
"nav-title"
>
区块链溯源
</span>
</div>
<div
class=
"forest-content"
>
...
...
@@ -59,13 +59,13 @@
}
},
methods
:
{
handlerBack
()
{
/*
handlerBack() {
try {
this.$bridgeToAppFun.navigateBack();
} catch {
this.$router.go(-1);
}
},
},
*/
onInput
(
key
)
{
this
.
value
=
(
this
.
value
+
key
).
slice
(
0
,
6
);
if
(
this
.
value
.
length
==
6
){
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/certification.vue
View file @
db22731c
<
template
>
<div
class=
"grade-status"
>
<div
class=
"nav"
>
<
van-icon
name=
"arrow-left"
size=
"20"
class=
"nav-left"
@
click=
"handlerBack"
/
>
<
!--
<van-icon-->
<!--name="arrow-left"-->
<!--size="20"-->
<!--class="nav-left"-->
<!--@click="handlerBack"-->
<!--/>--
>
<span
class=
"nav-title"
>
产品认证信息
</span>
</div>
<div
class=
"forest-content"
>
...
...
@@ -78,13 +78,13 @@
this
.
stCertList
()
},
methods
:
{
handlerBack
()
{
try
{
this
.
$bridgeToAppFun
.
navigateBack
();
}
catch
{
this
.
$router
.
go
(
-
1
);
}
},
//
handlerBack() {
//
try {
//
this.$bridgeToAppFun.navigateBack();
//
} catch {
//
this.$router.go(-1);
//
}
//
},
stCertList
(){
this
.
shaValue
=
localStorage
.
getItem
(
"shaValue"
)
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