|
@@ -388,7 +388,7 @@ export default {
|
|
|
goodsList.forEach((item) => {
|
|
|
(item.picUrl = publicFileGetUrl + item.picUrl.split(',')[0]),
|
|
|
// (item.prizeType = JSON.parse(item.prizeType).value);
|
|
|
- (item.prizeType = 'goods');
|
|
|
+ (item.type = JSON.parse(item.type).value);
|
|
|
});
|
|
|
if(this.$refs.awardFrom) {
|
|
|
this.$nextTick(() => {
|