dev
test
@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.0-B.3](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.2...v1.0.0-B.3) (2023-10-30)
## [1.0.0-B.2](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.1...v1.0.0-B.2) (2023-10-27)
## 1.0.0-B.1 (2023-10-25)
@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.2",
"version": "1.0.0-B.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -13,7 +13,7 @@
<ScrollListItem v-for="item of customerList" :key="item.addTime" :customer="item" />
<div class="flex-center row-span-2" :class="[isFirst ? 'col-end-[56]' : '']">
<Loading v-if="loading" />
<div v-if="loaded && customerList.length >= total && customerList.length" class="text-24 text-zinc-900 tb">没有更多数据</div>
<div v-if="loaded && customerList.length >= total && customerList.length" class="text-24 text-gray-400 tb">没有更多数据</div>
</div>
<img
@ -6,7 +6,8 @@
<ScrollView class="relative h-[356px]" scrollbar :list="[]">
<div class="text-justify text-[#C70082] text-16 font-normal leading-normal whitespace-normal pr-[14px]">
Q:{{ customer.suggestionContent }}
Q:
<div>{{ customer.suggestionContent }}</div>
</ScrollView>