修改了历史记录的提示文本
This commit is contained in:
parent
2390db8186
commit
33523d2306
@ -31,7 +31,7 @@
|
|||||||
<text class="empty-icon">🎁</text>
|
<text class="empty-icon">🎁</text>
|
||||||
</view>
|
</view>
|
||||||
<text class="empty-title">{{ emptyText }}</text>
|
<text class="empty-title">{{ emptyText }}</text>
|
||||||
<text class="empty-hint">快来参与活动获得奖品吧</text>
|
<text class="empty-hint">快来参与活动吧</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@ -46,7 +46,7 @@ defineProps({
|
|||||||
},
|
},
|
||||||
emptyText: {
|
emptyText: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '暂无购买记录'
|
default: '今日暂无购买记录(记录不会展示最近5分钟内的)'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user