|
@@ -38,7 +38,7 @@
|
|
|
@click="showPicker"
|
|
|
></image>
|
|
|
</view>
|
|
|
- <view class="meanRight"> 已是最新版本,无需升级 </view>
|
|
|
+ <view class="meanRight" v-else> 已是最新版本,无需升级 </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="clientInfo" style="margin-top: 40rpx">
|
|
@@ -271,7 +271,7 @@ export default {
|
|
|
this.$http.get("wap/device/OTA/query", {}).then((res) => {
|
|
|
this.otaList = this.filterFilesByVersion(
|
|
|
res.data.data,
|
|
|
- this.devInfo.hardware
|
|
|
+ "2.2.4"
|
|
|
);
|
|
|
this.otaListName = this.otaList.map((ele) => ele.fileName);
|
|
|
});
|