update
This commit is contained in:
@@ -15,7 +15,7 @@ const {data} = defineProps({
|
||||
<template>
|
||||
<view class="rounded-[8rpx] bg-[#fff] !p-[24rpx]" @click="toPage(`/pages/taskDetails/index?id=${data.id}&home=1`)">
|
||||
<view class="!flex gap-[26rpx]">
|
||||
<image class="!size-[88rpx] rounded-[50%] overflow-hidden" mode="aspectFill" :src="dy"></image>
|
||||
<image class="!size-[88rpx] rounded-[50%] overflow-hidden" mode="aspectFill" :src="data.logo"></image>
|
||||
<view class="!h-[88rpx] !flex flex-col justify-between">
|
||||
<view class="title">{{ data.goods_name }}</view>
|
||||
<view class="!flex gap-[8rpx]">
|
||||
|
||||
Reference in New Issue
Block a user