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
7168856c
Commit
7168856c
authored
Sep 25, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8b44730b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
order-submit.vue
pages/order-submit/order-submit.vue
+3
-1
order-detail.vue
pages/order/order-detail.vue
+3
-1
No files found.
pages/order-submit/order-submit.vue
View file @
7168856c
...
...
@@ -229,7 +229,7 @@
:ripple=
"true"
shape=
"circle"
open-type=
"share"
send-message-title=
"是好友就帮忙代付"
:send-message-path=
"path"
send-message-img=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/zhaoren.pn
g"
:send-message-title=
"zrName"
:send-message-path=
"path"
:send-message-img=
"zrim
g"
:custom-style=
"{
backgroundColor: mc,
width:'350rpx',
...
...
@@ -274,6 +274,8 @@ export default {
checked
:
false
,
btntext
:
'提交订单'
,
zhaoren
:
false
,
zrName
:
'是好友就帮忙代付'
,
zrimg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/zhaoren.png'
,
formData
:
{
list
:
[
{
...
...
pages/order/order-detail.vue
View file @
7168856c
...
...
@@ -273,7 +273,7 @@
<view
class=
"item"
v-if=
"orders.OrderStatus == '1'"
>
<u-button
shape=
"circle"
size=
"medium"
:custom-style=
"themCustomStyle"
open-type=
"share"
send-message-title=
"是好友就帮忙代付"
:send-message-path=
"path"
send-message-img=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/zhaoren.pn
g"
:send-message-title=
"zrName"
:send-message-path=
"path"
:send-message-img=
"zrim
g"
>
找人代付
</u-button
>
</view>
...
...
@@ -395,6 +395,8 @@ export default {
orders
:
{},
loading
:
true
,
showReviceModal
:
false
,
zrName
:
'是好友就帮忙代付'
,
zrimg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/zhaoren.png'
,
id
:
0
,
payBtn
:
false
,
payExit
:
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