This commit is contained in:
GaoHao 2024-12-21 18:26:46 +08:00
commit a67f470f5c
1 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@
<view class="goods">
<template v-if="result&&result.type==3">
<view class="u-flex u-col-center u-row-center">
<image style="height: 42px;" src="/static/red-pack.png" mode="heightFix"></image>
<image style="height: 100px;" :src="result.img" mode="heightFix"></image>
</view>
<view class="u-flex u-row-center">
<view class="type">物品</view>
<view class="u-flex u-row-center u-m-t-30">
<view class="type">{{result.name}}</view>
</view>
</template>
<template v-if="result&&result.type==2">