修改超V介绍内容和样式

This commit is contained in:
liuyuan
2025-02-07 15:56:20 +08:00
parent d05e291350
commit e27605c016
2 changed files with 79 additions and 30 deletions

View File

@@ -58,7 +58,9 @@
</template>
<script>
import updata from "@/uni_modules/uni-upgrade-center-app/utils/check-update";
// #ifdef APP-PLUS
import updata from "@/uni_modules/uni-upgrade-center-app/utils/check-update";
// #endif
import list from "@/pages/component/commonComponents/list";
import $http from "@/config/requestConfig.js";
@@ -235,8 +237,9 @@ showCodeImg:false,
}
},
// 版本检测
getNewVersion(){
var info = updata();
async getNewVersion(){
// #ifdef APP-PLUS
var info = await updata();
console.log('info',JSON.stringify(info))
if(info.result.code == 0){
uni.showToast({
@@ -244,6 +247,7 @@ showCodeImg:false,
icon:'none'
})
}
// #endif
},
// 详情
gotoDetail(v) {