@ -175,7 +175,6 @@
getActivityByCoupon(params).then(res => {
if (res.return_code == '000000' && res.return_data) {
this.showPopup();
this.showTc = true;
}
});
},
@ -248,8 +247,8 @@
</script>
<style lang="scss">
.popImg {
width: 290px;
height: 490px;
width: 300px;
height: 500px;
.loading-text {
@ -151,6 +151,12 @@
if (res.return_code == '000000') {
this.userLotteryId = res.return_data.activityAwardId;
this.remoteGetPrizeIndex();
}else{
uni.showToast({
title: res.return_msg,
icon: 'none',
duration: 2000
})