Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
ad7ed8fb
Commit
ad7ed8fb
authored
Dec 16, 2020
by
魏保保
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbb
parent
00685a0c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
manifest.json
manifest.json
+3
-3
pages/order/shopExamine/shopExamine.vue
pages/order/shopExamine/shopExamine.vue
+2
-4
pages/order/shopOrder.vue
pages/order/shopOrder.vue
+5
-0
No files found.
manifest.json
View file @
ad7ed8fb
...
...
@@ -126,9 +126,9 @@
},
"splashscreen"
:
{
"android"
:
{
"hdpi"
:
"
C:/Users/Administrator
/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
,
"xhdpi"
:
"
C:/Users/Administrator
/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
,
"xxhdpi"
:
"
C:/Users/Administrator
/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
"hdpi"
:
"
/Users/gishouhou
/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
,
"xhdpi"
:
"
/Users/gishouhou
/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
,
"xxhdpi"
:
"
/Users/gishouhou
/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
},
"ios"
:
{
"iphone"
:
{
...
...
pages/order/shopExamine/shopExamine.vue
View file @
ad7ed8fb
...
...
@@ -27,7 +27,7 @@ export default {
name
:
''
,
mobile
:
''
,
address
:
''
,
type
:
''
,
//退款退款 退款
type
:
1
,
//同意
refund_id
:
''
}
},
...
...
@@ -42,10 +42,8 @@ export default {
},
onLoad
(
option
){
// console.log(option)
this
.
type
=
option
.
type
;
console
.
log
(
option
)
this
.
refund_id
=
option
.
refund_id
;
// console.log(this.refund_id,this.type)
},
methods
:
{
refundExamine
(){
//提交
...
...
pages/order/shopOrder.vue
View file @
ad7ed8fb
...
...
@@ -223,6 +223,7 @@ export default {
this
.
is_loading_done
=
false
;
this
.
pageNum
=
0
;
this
.
order
=
[];
this
.
refundOrder
=
[];
this
.
initializedata
();
},
onUnload
()
{
...
...
@@ -355,6 +356,7 @@ export default {
let
is_dianping
=
event
.
currentTarget
.
dataset
.
is_dianping
;
let
sale_status
=
event
.
currentTarget
.
dataset
.
sale_status
;
this
.
order
=
[];
this
.
refundOrder
=
[];
this
.
statusTab
=
statusTab
;
this
.
tabactive
=
statusTab
;
this
.
status
=
status
;
...
...
@@ -363,6 +365,9 @@ export default {
this
.
is_loading_done
=
false
;
this
.
currentTab
=
event
.
target
.
dataset
.
current
;
this
.
pageNum
=
0
;
console
.
log
(
this
.
refundOrder
,
'
aaaa
'
);
this
.
initializedata
();
},
// 拒绝退款原因关闭弹窗
...
...
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