修复抽奖物品展示问题

This commit is contained in:
YeMingfei666 2024-12-24 16:52:01 +08:00
parent 08c1deb4dc
commit b170325a4a
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<view class="goods">
<template v-if="result&&result.type==3">
<view class="u-flex u-col-center u-row-center">
<image style="height: 100px;" :src="result.img" mode="heightFix"></image>
<image style="height: 100px;" :src="result.img||result.url" mode="heightFix"></image>
</view>
<view class="u-flex u-row-center u-m-t-30">
<view class="type">{{result.name}}</view>
@ -43,7 +43,6 @@
},
methods: {
open(data) {
console.log(data);
this.result = data
this.show = true
},