1.修改样式

yj-dev
杨杰 3 years ago
parent ef16e210a2
commit 0b435ff0f4
  1. 5
      pages/pay/success/success.vue
  2. 6
      subPages/lottery/lottery.vue

@ -175,7 +175,6 @@
getActivityByCoupon(params).then(res => { getActivityByCoupon(params).then(res => {
if (res.return_code == '000000' && res.return_data) { if (res.return_code == '000000' && res.return_data) {
this.showPopup(); this.showPopup();
this.showTc = true;
} }
}); });
}, },
@ -248,8 +247,8 @@
</script> </script>
<style lang="scss"> <style lang="scss">
.popImg { .popImg {
width: 290px; width: 300px;
height: 490px; height: 500px;
} }
.loading-text { .loading-text {

@ -151,6 +151,12 @@
if (res.return_code == '000000') { if (res.return_code == '000000') {
this.userLotteryId = res.return_data.activityAwardId; this.userLotteryId = res.return_data.activityAwardId;
this.remoteGetPrizeIndex(); this.remoteGetPrizeIndex();
}else{
uni.showToast({
title: res.return_msg,
icon: 'none',
duration: 2000
})
} }
}); });
}, },

Loading…
Cancel
Save