|
@@ -10,7 +10,7 @@
|
|
|
<image class="logo-img" src="/static/images/common/logo.png" mode="aspectFit" />
|
|
<image class="logo-img" src="/static/images/common/logo.png" mode="aspectFit" />
|
|
|
</u-col>
|
|
</u-col>
|
|
|
<u-col span="4">
|
|
<u-col span="4">
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</u-col>
|
|
</u-col>
|
|
|
<u-col span="4" textAlign="right">
|
|
<u-col span="4" textAlign="right">
|
|
|
<text class="detail-btn" @click="openDetail()">活动规则</text>
|
|
<text class="detail-btn" @click="openDetail()">活动规则</text>
|
|
@@ -24,7 +24,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="content">
|
|
<view class="content">
|
|
|
<view class="title-1">
|
|
<view class="title-1">
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
<view class="winning-picture">
|
|
<view class="winning-picture">
|
|
|
<image class="center-image" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/guzhenganzi/commodity/one.png" mode="heightFix"></image>
|
|
<image class="center-image" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/guzhenganzi/commodity/one.png" mode="heightFix"></image>
|
|
@@ -43,7 +43,7 @@
|
|
|
首次扫码时间: {{scanUserData.scan_time}}
|
|
首次扫码时间: {{scanUserData.scan_time}}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="text-one">
|
|
<view class="text-one">
|
|
|
- 获得奖励: {{prizeJson.prize_type == 0 ? '谢谢惠顾' : prizeJson.prize_type == 1 ? prizeJson.money/100 + '元现金红包' : prizeJson.title }}
|
|
|
|
|
|
|
+ 获得奖励: {{prizeJson.prize_type == 0 ? '谢谢惠顾' : prizeJson.prize_type == 1 ? prizeJson.money/100 + '元现金红包' : prizeJson.title + prizeJson.prize_name }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -69,7 +69,7 @@
|
|
|
this.scanUserData = scanDetail.result.scanInfo;
|
|
this.scanUserData = scanDetail.result.scanInfo;
|
|
|
this.prizeJson = scanDetail.prizeJson;
|
|
this.prizeJson = scanDetail.prizeJson;
|
|
|
console.log(scanDetail);
|
|
console.log(scanDetail);
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
goBack() {
|
|
goBack() {
|
|
@@ -80,7 +80,7 @@
|
|
|
url: '/pages/lgz/index/rules'
|
|
url: '/pages/lgz/index/rules'
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
@@ -160,7 +160,7 @@
|
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
|
color: #A7001C;
|
|
color: #A7001C;
|
|
|
margin-bottom: 10rpx;
|
|
margin-bottom: 10rpx;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
.detail-btn{
|
|
.detail-btn{
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -172,7 +172,7 @@
|
|
|
background-color: #901710;
|
|
background-color: #901710;
|
|
|
padding: 3px;
|
|
padding: 3px;
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
.center-image {
|
|
.center-image {
|
|
|
height: 280rpx;
|
|
height: 280rpx;
|
|
@@ -185,4 +185,4 @@
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|