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

1

parent 65523fb8
......@@ -26,13 +26,16 @@ export default {
};
},
created() {
console.log(this.couponMessage)
},
methods: {
goLook(){
this.showDialog = false;
uni.navigateTo({
url: "/pages/coupon/index/index",
});
this.$emit('goLook');
},
......
......@@ -353,7 +353,7 @@ export default {
},
showAuth: false,
showCoupons:false,
couponMessage:'测试',
couponMessage:'',
isAllowShare:1,
u: {},
vipState:{},
......
......@@ -340,10 +340,8 @@ export default {
);
},
goLook(){
this.showCoupons = true;
uni.navigateTo({
url: "/pages/coupon/index/index",
});
this.showCoupons = false;
},
closeBtn(){
this.showCoupons = false
......
......@@ -146,7 +146,7 @@
size="80"
:ripple="true"
shape="circle"
@click="ds.promptNoSuperiorFY== false ? submitModel():submitOrderHandler()"
@click="ds.promptNoSuperiorFY== true ? submitModel():submitOrderHandler()"
:custom-style="{
backgroundColor: mc,
height: '80rpx',
......
......@@ -124,9 +124,6 @@ export default {
},
goLook(){
this.showCoupons = true;
uni.navigateTo({
url: "/pages/coupon/index/index",
});
},
closeBtn(){
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