Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
lea guo
2019-10-15 10:29:21 +0800
Commit
83f9d19138481d05b074d4dbb15b2edf5e0fbb03
1 parent
a8cd914a
订单列表
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
apps/pages/order/components/dialog-confirm-info.vue
apps/pages/order/order-detail/components/address-info.vue
apps/pages/order/order-detail/mixins/order-action.js
apps/pages/order/order-list/mixins/order-action.js
package.json
apps/pages/order/components/dialog-confirm-info.vue
View file @
83f9d19
...
...
@@ -61,7 +61,7 @@ export default {
const regexp = /#\*(.*?)\*#/;
return confirmDesc.split(regexp);
} else {
return
[confirmDesc
];
return
confirmDesc ? [confirmDesc] : [
];
}
}
}
...
...
apps/pages/order/order-detail/components/address-info.vue
View file @
83f9d19
...
...
@@ -58,6 +58,7 @@ export default {
display: block;
background-size: contain;
margin-right: 40px;
background-image: url("~statics/image/order/addr-icon@3x.png");
}
.back-address-icon {
...
...
apps/pages/order/order-detail/mixins/order-action.js
View file @
83f9d19
...
...
@@ -100,7 +100,7 @@ export default {
this
.
$createOrderPayType
({
orderCode
,
price
:
parseFloat
(
bidDepositInfo
.
depositAmount
),
desc
:
'
保证
金'
,
desc
:
'
支付定
金'
,
extra
:
JSON
.
stringify
({
forward
:
{
name
:
'OrderList'
,
...
...
apps/pages/order/order-list/mixins/order-action.js
View file @
83f9d19
...
...
@@ -103,7 +103,7 @@ export default {
this
.
$createOrderPayType
({
orderCode
,
price
:
parseFloat
(
bidDepositInfo
.
depositAmount
),
desc
:
'
保证
金'
,
desc
:
'
支付定
金'
,
extra
:
JSON
.
stringify
({
forward
:
{
name
:
'OrderList'
,
...
...
package.json
View file @
83f9d19
{
"name"
:
"xianyu-ufo-app-web"
,
"version"
:
"0.0.2-beta-1
5
"
,
"version"
:
"0.0.2-beta-1
6
"
,
"private"
:
true
,
"description"
:
"Xianyu Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment