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 => {
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
})
}
});
},

Loading…
Cancel
Save