douzhuo 2 lat temu
rodzic
commit
418ecc5ce5
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      pages/mine/equipment/index.vue

+ 4
- 4
pages/mine/equipment/index.vue Wyświetl plik

@@ -57,14 +57,14 @@
<view class="box2-you" v-if="item.audioStatus=='' ">关闭</view>
</view>
<view class="infobox2">
<view class="box2-zuo">上传状态</view>
<view class="box2-zuo">上传</view>
<view class="box2-you">
<template v-if="item.audioUploadStatus=='false'">无上传</template>
<template v-if="item.audioUploadStatus=='true'">上传中</template>
<template v-if="item.audioUploadStatus=='' ">无上传</template>
<template v-if="item.fileCount && item.fileCount > 0">
<text class="stayupload">(待上传{{ item.fileCount }}条)</text>
</template>
<template v-else>
0
</template>
</view>
</view>
<view class="infobox2">


Ładowanie…
Anuluj
Zapisz