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
afb9e83e
Commit
afb9e83e
authored
Aug 07, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
65523fb8
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
10 deletions
+8
-10
coupons.vue
components/coupons/coupons.vue
+4
-1
goods.vue
pages/goods/goods.vue
+1
-1
index.vue
pages/index/index.vue
+2
-4
order-submit.vue
pages/order-submit/order-submit.vue
+1
-1
pay-success.vue
pages/order-submit/pay-success.vue
+0
-3
No files found.
components/coupons/coupons.vue
View file @
afb9e83e
...
@@ -26,13 +26,16 @@ export default {
...
@@ -26,13 +26,16 @@ export default {
};
};
},
},
created
()
{
created
()
{
console
.
log
(
this
.
couponMessage
)
},
},
methods
:
{
methods
:
{
goLook
(){
goLook
(){
this
.
showDialog
=
false
;
this
.
showDialog
=
false
;
uni
.
navigateTo
({
url
:
"/pages/coupon/index/index"
,
});
this
.
$emit
(
'goLook'
);
this
.
$emit
(
'goLook'
);
},
},
...
...
pages/goods/goods.vue
View file @
afb9e83e
...
@@ -353,7 +353,7 @@ export default {
...
@@ -353,7 +353,7 @@ export default {
},
},
showAuth
:
false
,
showAuth
:
false
,
showCoupons
:
false
,
showCoupons
:
false
,
couponMessage
:
'
测试
'
,
couponMessage
:
''
,
isAllowShare
:
1
,
isAllowShare
:
1
,
u
:
{},
u
:
{},
vipState
:{},
vipState
:{},
...
...
pages/index/index.vue
View file @
afb9e83e
...
@@ -340,10 +340,8 @@ export default {
...
@@ -340,10 +340,8 @@ export default {
);
);
},
},
goLook
(){
goLook
(){
this
.
showCoupons
=
true
;
this
.
showCoupons
=
false
;
uni
.
navigateTo
({
url
:
"/pages/coupon/index/index"
,
});
},
},
closeBtn
(){
closeBtn
(){
this
.
showCoupons
=
false
this
.
showCoupons
=
false
...
...
pages/order-submit/order-submit.vue
View file @
afb9e83e
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
size=
"80"
size=
"80"
:ripple=
"true"
:ripple=
"true"
shape=
"circle"
shape=
"circle"
@
click=
"ds.promptNoSuperiorFY==
fals
e ? submitModel():submitOrderHandler()"
@
click=
"ds.promptNoSuperiorFY==
tru
e ? submitModel():submitOrderHandler()"
:custom-style=
"{
:custom-style=
"{
backgroundColor: mc,
backgroundColor: mc,
height: '80rpx',
height: '80rpx',
...
...
pages/order-submit/pay-success.vue
View file @
afb9e83e
...
@@ -124,9 +124,6 @@ export default {
...
@@ -124,9 +124,6 @@ export default {
},
},
goLook
(){
goLook
(){
this
.
showCoupons
=
true
;
this
.
showCoupons
=
true
;
uni
.
navigateTo
({
url
:
"/pages/coupon/index/index"
,
});
},
},
closeBtn
(){
closeBtn
(){
this
.
showCoupons
=
false
this
.
showCoupons
=
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