|
@@ -186,6 +186,7 @@ export default {
|
|
|
uni.setNavigationBarTitle({
|
|
uni.setNavigationBarTitle({
|
|
|
title: `您正在向【${res.shop.merchantName}】付款`
|
|
title: `您正在向【${res.shop.merchantName}】付款`
|
|
|
});
|
|
});
|
|
|
|
|
+ //没有登陆不取优惠
|
|
|
if (isLogin()) {
|
|
if (isLogin()) {
|
|
|
this.$refs.couponSel._getUserDiscount().then(discountData => {
|
|
this.$refs.couponSel._getUserDiscount().then(discountData => {
|
|
|
this.discountArr = discountData;
|
|
this.discountArr = discountData;
|