Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
43825bf2
Commit
43825bf2
authored
Jun 29, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
66787efa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
order-detail.vue
pages/order/order-detail.vue
+16
-0
search.vue
pages/search/search.vue
+2
-2
No files found.
pages/order/order-detail.vue
View file @
43825bf2
...
...
@@ -135,6 +135,11 @@
<view
class=
"field"
>
<view
class=
"label"
>
订单编号:
</view>
<view
class=
"content"
>
{{ orders.OrderNo }}
</view>
<view
style=
'margin-left: 20px;'
>
<u-button
size=
"mini"
shape=
"circle"
@
click=
"paste(orders.OrderNo)"
>
复制
</u-button
>
</view>
</view>
<view
class=
"field"
>
<view
class=
"label"
>
下单时间:
</view>
...
...
@@ -588,6 +593,17 @@ export default {
}
);
},
paste
(
value
)
{
uni
.
setClipboardData
({
data
:
value
,
});
// uni.showToast({
// title: "复制售后服务单号成功",
// position: "bottom",
// icon: "none",
// duration: 2000,
// });
},
},
};
</
script
>
...
...
pages/search/search.vue
View file @
43825bf2
...
...
@@ -252,7 +252,7 @@ export default {
{
url
:
"/api/AppletGoods/GetAppletGoodsPageListForZY"
,
data
:
{
pageIndex
:
1
,
pageIndex
:
this
.
page
,
pageSize
:
20
,
Name
:
this
.
searchKey
,
GoodsType
:
0
,
...
...
@@ -264,7 +264,7 @@ export default {
console
.
log
(
res
,
'搜索ress'
);
this
.
showLoading
=
true
;
this
.
g
=
this
.
g
.
concat
(
res
.
data
.
pageData
);
this
.
page_count
=
res
.
data
.
page
_c
ount
;
this
.
page_count
=
res
.
data
.
page
C
ount
;
if
(
this
.
page_count
==
1
)
{
this
.
isover
=
true
;
this
.
status
=
"nomore"
;
...
...
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