页面调整
This commit is contained in:
@@ -12,10 +12,6 @@ defineProps({
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
done: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
});
|
||||
const rowCount = new Array(6).fill(0);
|
||||
</script>
|
||||
@@ -23,11 +19,11 @@ const rowCount = new Array(6).fill(0);
|
||||
<template>
|
||||
<view class="container">
|
||||
<image
|
||||
:style="{ opacity: done ? 1 : 0 }"
|
||||
:style="{ opacity: scores.length === 12 ? 1 : 0 }"
|
||||
src="../static/checked-green.png"
|
||||
mode="widthFix"
|
||||
/>
|
||||
<image :src="avatar" mode="widthFix" />
|
||||
<image :src="avatar || '../static/user-icon.png'" mode="widthFix" />
|
||||
<text>{{ name }}</text>
|
||||
<view>
|
||||
<view>
|
||||
|
||||
Reference in New Issue
Block a user