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
08d43a6b
Commit
08d43a6b
authored
May 11, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ff909715
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
8 deletions
+70
-8
index.vue
pages/index/index.vue
+1
-1
neweducation-submit.vue
pages/order-submit/neweducation-submit.vue
+3
-2
educationO-detail.vue
pages/order/educationO-detail.vue
+66
-5
No files found.
pages/index/index.vue
View file @
08d43a6b
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
</view>
</view>
</view>
</view>
<
view
@
click=
'yj'
style=
"width: 200px;height: 50px;"
>
活动
</view
>
<
!--
<view
@
click=
'yj'
style=
"width: 200px;height: 50px;"
>
活动
</view>
--
>
<u-tabs
v-if=
"myPageData.home_pages && myPageData.home_pages.navs.length > 1"
name=
"name"
:list=
"myPageData.home_pages.navs"
<u-tabs
v-if=
"myPageData.home_pages && myPageData.home_pages.navs.length > 1"
name=
"name"
:list=
"myPageData.home_pages.navs"
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"active"
:bar-width=
"80"
:font-size=
"32"
:bold=
"false"
@
change=
"changeHandler"
></u-tabs>
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"active"
:bar-width=
"80"
:font-size=
"32"
:bold=
"false"
@
change=
"changeHandler"
></u-tabs>
<template
v-for=
"(item, i) in myPageData.home_pages.navs"
>
<template
v-for=
"(item, i) in myPageData.home_pages.navs"
>
...
...
pages/order-submit/neweducation-submit.vue
View file @
08d43a6b
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
placeholder=
"电话"
></u-field>
placeholder=
"电话"
></u-field>
</view>
</view>
<view
class=
"liuyan"
style=
"margin-top: 10px;"
>
<view
class=
"liuyan"
style=
"margin-top: 10px;"
>
<u-field
padding=
"0px"
label-width=
"80"
v-model=
"BuyerMessage"
label=
"留言"
placeholder=
"建议留言前先与客服沟通确认"
></u-field>
<u-field
padding=
"0px"
input-align=
'right'
label-width=
"80"
v-model=
"BuyerMessage"
label=
"留言"
placeholder=
"建议留言前先与客服沟通确认"
></u-field>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -440,10 +440,11 @@
...
@@ -440,10 +440,11 @@
form
.
Mobile
=
that
.
adressInfo
.
Mobile
;
form
.
Mobile
=
that
.
adressInfo
.
Mobile
;
form
.
Province
=
that
.
adressInfo
.
Province
;
form
.
Province
=
that
.
adressInfo
.
Province
;
form
.
City
=
that
.
adressInfo
.
City
;
form
.
City
=
that
.
adressInfo
.
City
;
form
.
VersionSource
=
1
;
form
.
District
=
that
.
adressInfo
.
District
;
form
.
District
=
that
.
adressInfo
.
District
;
form
.
ShoppingAddress
=
that
.
adressInfo
.
ShoppingAddress
;
form
.
ShoppingAddress
=
that
.
adressInfo
.
ShoppingAddress
;
form
.
BuyerMessage
=
that
.
BuyerMessage
;
form
.
BuyerMessage
=
that
.
BuyerMessage
;
form
.
DeliveryMethod
=
that
.
formdata
.
DeliveryMethod
;
form
.
DeliveryMethod
=
2
;
form
.
DetailList
=
that
.
DetailList
;
form
.
DetailList
=
that
.
DetailList
;
form
.
User_Coupon_Id
=
that
.
formdata
.
User_Coupon_Id
;
form
.
User_Coupon_Id
=
that
.
formdata
.
User_Coupon_Id
;
form
.
Use_Deposit_Id
=
that
.
formdata
.
Use_Deposit_Id
;
form
.
Use_Deposit_Id
=
that
.
formdata
.
Use_Deposit_Id
;
...
...
pages/order/educationO-detail.vue
View file @
08d43a6b
...
@@ -80,19 +80,79 @@
...
@@ -80,19 +80,79 @@
</view>
</view>
<view
class=
"field"
>
<view
class=
"field"
>
<view
class=
"label"
>
备注:
</view>
<view
class=
"label"
>
备注:
</view>
<view
class=
"content"
>
{{
orders
.
BuyerMessage
}}
</view>
<view
class=
"content"
>
{{
orders
.
BuyerMessage
?
orders
.
BuyerMessage
:
'无'
}}
</view>
</view>
</view>
</view>
</view>
<view
class=
"order-info-item"
>
<view
class=
"order-info-item"
>
<view
class=
"field"
>
<view
class=
"field"
>
<view
class=
"label"
>
支付方式:
</view>
<view
class=
"label"
>
支付方式:
</view>
<view
class=
"content"
>
线下
支付
</view>
<view
class=
"content"
>
微信
支付
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"block"
style=
"margin-bottom: 50px;"
>
<view
class=
"order-info-item"
>
<view
class=
"field"
>
<view
class=
"label"
>
商品总额
</view>
<view
class=
"content right"
>
¥
{{
orders
.
PreferPrice
}}
</view>
</view>
<view
class=
"field"
>
<view
class=
"label"
>
优惠
</view>
<view
class=
"content right"
>
-¥
{{
orders
.
CouponMoney
}}
</view>
</view>
<view
style=
"width: 100%;height: 1px;background: #f5f5f5;margin: 5px 0;"
></view>
<view
class=
"field"
>
<view
class=
"label"
>
</view>
<view
class=
"content right"
>
<text
style=
"margin-right: 10px;"
>
实付款:
</text>
<text
style=
"font-size: 11px; font-weight: 700;"
:style=
"
{ color: mc }">¥
</text>
<text
style=
"font-size: 17px;"
:style=
"
{ color: mc }">
{{
String
(
orders
.
Income
).
split
(
"."
)[
0
]
}}
</text>
<text
style=
"font-size: 12px;"
:style=
"
{ color: mc }">.
{{
String
(
orders
.
Income
).
split
(
"."
)[
1
]
||
"00"
}}
</text>
</view>
</view>
</view>
</view>
<view
class=
"btn-box"
v-if=
"orders.OrderStatus != '5'&&isShowBtn"
>
<view
class=
"item"
v-if=
"orders.OrderStatus == '1'"
>
<u-button
shape=
"circle"
size=
"medium"
:custom-style=
"themCustomStyle"
v-on:click
.
stop=
"payment(orders)"
>
立即支付
</u-button>
</view>
<view
class=
"item"
v-if=
"orders.OrderStatus == '1' || (orders.OrderStatus == '2' && orders.PresentFXGrade!=1)"
>
<u-button
shape=
"circle"
size=
"medium"
:custom-style=
"customStyle"
@
click=
"cancel"
>
取消订单
</u-button>
</view>
<view
class=
"item"
style=
"line-height: 34px;"
v-if=
"orders.OrderStatus == 6"
>
待处理
</view>
<view
class=
"item"
style=
"line-height: 34px;font-size: 16px;color: gray;font-weight: 600;"
v-if=
"orders.OrderStatus == 7"
>
已取消
</view>
</view>
<u-popup
v-model=
"showModal"
mode=
"center"
length=
"80%"
>
<view
style=
'display: flex;flex-direction: column;align-items: center;background: #fff;'
>
<view
style=
"display: flex;align-items: center;justify-content: center;height:70px ;"
>
<Text>
是否取消订单?
</Text>
</view>
<view
style=
"display: flex;flex-direction: column;height:80px ;margin-left: 15px;width: 100%;"
v-if=
'orders.OrderStatus==2'
>
<Text
style=
'margin-left: 10px;margin-top: 5px;'
>
备注
</Text>
<input
class=
"uni-input inputM"
style=
'margin-left: 10px;margin-top: 5px;'
v-model=
"Cancelmsg.Remark"
placeholder=
"输入备注"
/>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;height: 50px;border-top: 1px solid #F5F5F5;width: 100%;"
>
<view
style=
"width: 50%;display: flex;align-items: center;justify-content: center"
@
click=
"showModal=false"
>
<Text>
取消
</Text>
</view>
<view
style=
"width: 50%;color: #a0cfff;display: flex;align-items: center;justify-content: center"
@
click=
"confirm"
>
<Text>
确定
</Text>
</view>
</view>
</view>
</u-popup>
<payCom
v-if=
"payBtn"
:payInfo=
"payInfo"
@
closePay=
"closePay"
></payCom>
</view>
</view>
...
@@ -101,10 +161,10 @@
...
@@ -101,10 +161,10 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
payCom
from
'@/components/pay/pay'
;
export
default
{
export
default
{
components
:
{
components
:
{
payCom
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -143,7 +203,8 @@
...
@@ -143,7 +203,8 @@
OpenId
:
''
,
OpenId
:
''
,
OrderId
:
''
,
OrderId
:
''
,
OrderPayType
:
1
,
OrderPayType
:
1
,
GoodsName
:
''
GoodsName
:
''
,
type
:
2
},
},
showAfter
:
false
,
showAfter
:
false
,
showModal
:
false
,
showModal
:
false
,
...
...
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