修复抽奖物品展示问题
This commit is contained in:
parent
08c1deb4dc
commit
b170325a4a
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue