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
37929781
Commit
37929781
authored
Aug 19, 2020
by
石家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sjx
parent
81132414
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
pages/ViewLogistics/ViewLogistics.vue
pages/ViewLogistics/ViewLogistics.vue
+4
-1
pages/order/delivery/delivery.vue
pages/order/delivery/delivery.vue
+6
-6
No files found.
pages/ViewLogistics/ViewLogistics.vue
View file @
37929781
...
...
@@ -11,7 +11,7 @@
</view>
-->
<view
class=
"wuliuboxss flex ali-c"
>
<image
class=
"imgs"
:src=
"
uploadu
rl+'/static/applet5'+logisticLogo"
mode=
""
></image>
<image
class=
"imgs"
:src=
"
statictowU
rl+'/static/applet5'+logisticLogo"
mode=
""
></image>
<view
class=
"rightinfos"
>
<view
class=
"wuliutype"
>
{{
shipperName
}}
</view>
<view
class=
"wuliucode"
>
运单号:
{{
logisticCode
}}
</view>
...
...
@@ -39,6 +39,9 @@ export default {
staticUrl1
(){
return
this
.
$store
.
state
.
staticUrl1
;
},
statictowUrl
(){
return
this
.
$store
.
state
.
statictowUrl
;
},
uploadurl
(){
return
this
.
$store
.
state
.
uploadurl
;
}
...
...
pages/order/delivery/delivery.vue
View file @
37929781
...
...
@@ -111,13 +111,13 @@
content
:
res
.
msg
,
showCancel
:
false
,
success
(
res
)
{
//
uni.redirectTo({
// url: '/pages/shopOrderDetails/shopOrderDetails?order_id='+this.order_id
//
})
uni
.
redirectTo
({
url
:
'
/pages/order/shopOrder
'
})
uni
.
navigateBack
({
//delta: 2
});
//
uni.navigateBack({
//
//delta: 2
//
});
}
})
}
else
{
...
...
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