Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-ufo
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
肖亚东
2018-11-11 14:00:18 +0800
Commit
140f08b256b84868881b2b4d38ab85b6f1a32581
1 parent
e52fc8b8
优化修改 — review by 李其昌
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/pages/orderDetail/index.js
src/pages/orderDetail/index.js
View file @
140f08b
...
...
@@ -144,8 +144,7 @@ Page({
},
onCopyOrderCode
:
function
()
{
let
that
=
this
;
let
orderCode
=
that
.
data
.
orderCode
+
''
;
let
orderCode
=
String
(
this
.
data
.
orderCode
);
wx
.
setClipboardData
({
data
:
orderCode
,
success
(
res
)
{
...
...
Please
register
or
login
to post a comment