|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="app-container">
|
|
|
- <view class="nav" :style="{'margin-top': statusBarHeight + 'px'}">
|
|
|
+ <view class="nav" :style="{'padding-top': statusBarHeight + 'px'}">
|
|
|
<uni-icons type="back" style="font-size: 48rpx" @click="getBack" />
|
|
|
<text class="title">积分抽奖</text>
|
|
|
</view>
|
|
@@ -37,6 +37,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onLoad(e) {
|
|
|
+ console.log(e);
|
|
|
this.form = {
|
|
|
resultGoodId: e.resultGoodId,
|
|
|
lotteryCode: e.lotteryCode
|
|
@@ -95,6 +96,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
color: #000;
|
|
|
+ padding: 0 32rpx 32rpx;
|
|
|
|
|
|
.nav {
|
|
|
height: 88rpx;
|