This commit is contained in:
parent
b43cc87fe9
commit
83103ca1b2
|
|
@ -19,9 +19,10 @@
|
||||||
<scroll-view class="scroll-box" scroll-y="true">
|
<scroll-view class="scroll-box" scroll-y="true">
|
||||||
<text>{{update_tips}}</text>
|
<text>{{update_tips}}</text>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="zy-progress radius striped active" v-if="update_flag">
|
<view class="zy-progress radius striped active" style="border-radius: 36upx;overflow: hidden;" v-if="update_flag">
|
||||||
<view :class="'bg-'+theme" style="background-color: royalblue;" :style="'width: '+update_process+'%;'">
|
<view :class="'bg-'+theme" style="background-color: royalblue;border-radius: 36upx;"
|
||||||
{{update_process}}
|
:style="'width: '+update_process+'%;'">
|
||||||
|
{{update_process}}%
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -35,7 +36,7 @@
|
||||||
<view class="zy-quxiao"
|
<view class="zy-quxiao"
|
||||||
v-if="!forceupgrade" @click="upgrade_cancel">取消升级</view>
|
v-if="!forceupgrade" @click="upgrade_cancel">取消升级</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="action text-center" v-if="update_flag&&!forceupgrade">
|
<view class="action text-center" v-if="update_flag&&!forceupgrade" style="margin-top: 40rpx;">
|
||||||
<button class="zy-btn" :class="'bg-'+theme" @click="upgrade_break">中断升级</button>
|
<button class="zy-btn" :class="'bg-'+theme" @click="upgrade_break">中断升级</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
"name" : "护理单元",
|
"name" : "护理单元",
|
||||||
"appid" : "__UNI__FB2D473",
|
"appid" : "__UNI__FB2D473",
|
||||||
"description" : "护理单元",
|
"description" : "护理单元",
|
||||||
"versionName" : "1.0.036",
|
"versionName" : "1.0.037",
|
||||||
"versionCode" : 10036,
|
"versionCode" : 10037,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
||||||
|
|
@ -998,7 +998,7 @@
|
||||||
|
|
||||||
const clickeveryday = () => {
|
const clickeveryday = () => {
|
||||||
nosave.value.cycleTypeId = "1";
|
nosave.value.cycleTypeId = "1";
|
||||||
nosave.value.cycleValue = ""
|
nosave.value.cycleValue = "0"
|
||||||
nosave.value.optCount = ""
|
nosave.value.optCount = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1058,8 +1058,6 @@
|
||||||
optTime: ts,
|
optTime: ts,
|
||||||
instructionTagId:typearray.value[whitchtype.value]?.instructionType
|
instructionTagId:typearray.value[whitchtype.value]?.instructionType
|
||||||
}
|
}
|
||||||
// console.log("啥情况", data)
|
|
||||||
|
|
||||||
editDirective(data).then((res) => {
|
editDirective(data).then((res) => {
|
||||||
// console.log("啥情况1111", res)
|
// console.log("啥情况1111", res)
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// 全局请求封装
|
// 全局请求封装
|
||||||
const base_url = 'https://www.focusnu.com/opeapi'
|
const base_url = 'https://www.focusnu.com/opeapi'
|
||||||
// const base_url = 'http://192.168.2.27:8081/opeapi'
|
// const base_url = 'http://192.168.2.18:8081/opeapi'
|
||||||
// const base_url = 'http://192.168.2.55:8081/opeapi'
|
// const base_url = 'http://192.168.2.55:8081/opeapi'
|
||||||
// 请求超出时间
|
// 请求超出时间
|
||||||
const timeout = 5000
|
const timeout = 5000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue