Commit afb9e83e authored by 黄媛媛's avatar 黄媛媛

1

parent 65523fb8
...@@ -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');
}, },
......
...@@ -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:{},
......
...@@ -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
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
size="80" size="80"
:ripple="true" :ripple="true"
shape="circle" shape="circle"
@click="ds.promptNoSuperiorFY== false ? submitModel():submitOrderHandler()" @click="ds.promptNoSuperiorFY== true ? submitModel():submitOrderHandler()"
:custom-style="{ :custom-style="{
backgroundColor: mc, backgroundColor: mc,
height: '80rpx', height: '80rpx',
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment