diff --git a/component/Initialization/index.vue b/component/Initialization/index.vue new file mode 100644 index 0000000..324e823 --- /dev/null +++ b/component/Initialization/index.vue @@ -0,0 +1,874 @@ + + + + + \ No newline at end of file diff --git a/component/rightItemssecondrelnew/index.vue b/component/rightItemssecondrelnew/index.vue index 9366b35..5395804 100644 --- a/component/rightItemssecondrelnew/index.vue +++ b/component/rightItemssecondrelnew/index.vue @@ -608,7 +608,11 @@ () => props.isshow, () => { bottomisShaking.value = false - shakyTable.value = false + shakyTable.value = false; + cardLeft.value = 1; + nextTick(() => { + cardLeft.value = 702; + }) }) const bottomItems = ref([ { diff --git a/component/zy-upgrade/zy-upgrade.vue b/component/zy-upgrade/zy-upgrade.vue index 7e9300d..371e84c 100644 --- a/component/zy-upgrade/zy-upgrade.vue +++ b/component/zy-upgrade/zy-upgrade.vue @@ -131,7 +131,7 @@ method: 'GET', dataType:'json', success: (res) => { - console.log("?????",res) + // console.log("?????",res) if(res.data.code==100){ //提示升级 if(res.data.data.update_url){ diff --git a/manifest.json b/manifest.json index 9413a80..f17c385 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "养老App", "appid" : "__UNI__FB2D473", "description" : "养老App", - "versionName" : "1.2.1", - "versionCode" : 121, + "versionName" : "1.2.2", + "versionCode" : 122, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 3831ca1..a29b647 100644 --- a/pages.json +++ b/pages.json @@ -32,6 +32,14 @@ "navigationStyle": "custom" } + }, + //初始化 + { + "path": "pages/Initialization/index", + "style": { + "navigationStyle": "custom" + } + }, // 服务考核 { diff --git a/pages/Initialization/index.css b/pages/Initialization/index.css new file mode 100644 index 0000000..e69de29 diff --git a/pages/Initialization/index.ts b/pages/Initialization/index.ts new file mode 100644 index 0000000..064fa04 --- /dev/null +++ b/pages/Initialization/index.ts @@ -0,0 +1,14 @@ +export type Link = { + url : string; + targetUrl : string; + name : string; + pao : number; +}; +export type buttonLink = { + url : string; + name : string; +}; +export type iconTopLink = { + url : string; + name : string; +}; \ No newline at end of file diff --git a/pages/Initialization/index.vue b/pages/Initialization/index.vue new file mode 100644 index 0000000..8ba31b4 --- /dev/null +++ b/pages/Initialization/index.vue @@ -0,0 +1,254 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index f5bea9d..6a817d2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -26,6 +26,10 @@ darkFans : boolean } const menuArray = [ + { + name: "初始化", + url: "/pages/Initialization/index" + }, { name: "护理单元", url: "/pages/Nursing/index" @@ -67,7 +71,7 @@ } .menuCard { - width: 600rpx; + width: 400rpx; margin: 0 100rpx; height: 400rpx; background: linear-gradient(to bottom, #04BCED, #0160CE); diff --git a/pages/login/login.vue b/pages/login/login.vue index 85d23a5..79d8d9e 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,17 +1,22 @@