diff --git a/manifest.json b/manifest.json index 45648e7..dbeeea4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "兰坪实名制", - "appid" : "__UNI__FA2378B", + "appid" : "__UNI__517BDE0", "description" : "兰坪实名制", "versionName" : "1.0.11", "versionCode" : 111, @@ -102,33 +102,33 @@ "icons" : { "ios" : { "iphone" : { - "app@2x" : "unpackage/res/icons/120x120.png", - "app@3x" : "unpackage/res/icons/180x180.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "notification@3x" : "unpackage/res/icons/60x60.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "settings@3x" : "unpackage/res/icons/87x87.png", - "spotlight@3x" : "unpackage/res/icons/120x120.png" + "app@2x" : "", + "app@3x" : "", + "spotlight@2x" : "", + "notification@2x" : "", + "notification@3x" : "", + "settings@2x" : "", + "settings@3x" : "", + "spotlight@3x" : "" }, - "appstore" : "unpackage/res/icons/1024x1024.png", + "appstore" : "", "ipad" : { - "app" : "unpackage/res/icons/76x76.png", - "app@2x" : "unpackage/res/icons/152x152.png", - "notification" : "unpackage/res/icons/20x20.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "proapp@2x" : "unpackage/res/icons/167x167.png", - "settings" : "unpackage/res/icons/29x29.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "spotlight" : "unpackage/res/icons/40x40.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png" + "app" : "", + "app@2x" : "", + "notification" : "", + "notification@2x" : "", + "proapp@2x" : "", + "settings" : "", + "settings@2x" : "", + "spotlight" : "", + "spotlight@2x" : "" } }, "android" : { - "hdpi" : "unpackage/res/icons/72x72.png", - "xhdpi" : "unpackage/res/icons/96x96.png", - "xxhdpi" : "unpackage/res/icons/144x144.png", - "xxxhdpi" : "unpackage/res/icons/192x192.png" + "hdpi" : "", + "xhdpi" : "", + "xxhdpi" : "", + "xxxhdpi" : "" } }, "splashscreen" : { diff --git a/pages/login.vue b/pages/login.vue index a5e1afd..7b97e2c 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -1,581 +1,671 @@ \ No newline at end of file + .login-box { + width: 85%; + margin: 30rpx auto; + } + } + } +} + diff --git a/pages/realName/workbench/dailyPlanManagement/develop.vue b/pages/realName/workbench/dailyPlanManagement/develop.vue index db998b6..1f11aaf 100644 --- a/pages/realName/workbench/dailyPlanManagement/develop.vue +++ b/pages/realName/workbench/dailyPlanManagement/develop.vue @@ -1,368 +1,390 @@ \ No newline at end of file +/* 确保隐藏输入字段 */ +.hidden-input { + display: none; +} + diff --git a/pages/realName/workbench/dailyPlanManagement/index.vue b/pages/realName/workbench/dailyPlanManagement/index.vue index 62d84c4..1fd7b7f 100644 --- a/pages/realName/workbench/dailyPlanManagement/index.vue +++ b/pages/realName/workbench/dailyPlanManagement/index.vue @@ -1,377 +1,399 @@ - \ No newline at end of file +.action-btn.danger { + color: #fff; + background-color: #ff4d4f; + border-color: #ff4d4f; +} +