From 1daa712ca4b4211900be5b60332f408900170469 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sat, 15 Oct 2022 10:51:18 +0800 Subject: [PATCH] res.message --- manifest.json | 36 ++++++++++++++++++++++-- pages/ProductManage/EmptyPipeInStore.vue | 2 +- pages/ProductManage/ZjCasing.vue | 2 +- pages/ProductManage/ZjDelivery.vue | 4 +-- pages/ProductManage/ZjOutStore.vue | 2 +- 5 files changed, 39 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 8b18158..7ac4fa9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name" : "点对点", + "name" : "海亮铜箔", "appid" : "__UNI__22404A1", - "description" : "", + "description" : "海亮铜箔手持系统", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, @@ -47,6 +47,38 @@ /* SDK配置 */ "sdkConfigs" : { "ad" : {} + }, + "icons" : { + "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" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "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" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.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@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } } } }, diff --git a/pages/ProductManage/EmptyPipeInStore.vue b/pages/ProductManage/EmptyPipeInStore.vue index 143f713..c3f043d 100644 --- a/pages/ProductManage/EmptyPipeInStore.vue +++ b/pages/ProductManage/EmptyPipeInStore.vue @@ -115,7 +115,7 @@ try { let res = await emptyConfirm(this.pkObj, this.qty, this.val1) uni.showToast({ - title: res.desc, + title: res.message, icon: 'none' }) this.disabled = false diff --git a/pages/ProductManage/ZjCasing.vue b/pages/ProductManage/ZjCasing.vue index 9d08052..dff342d 100644 --- a/pages/ProductManage/ZjCasing.vue +++ b/pages/ProductManage/ZjCasing.vue @@ -135,7 +135,7 @@ try { let res = await casingConfirm(this.checkArr, this.val2) uni.showToast({ - title: res.desc, + title: res.message, icon: 'none' }) this.disabled = false diff --git a/pages/ProductManage/ZjDelivery.vue b/pages/ProductManage/ZjDelivery.vue index ba948c8..b448a15 100644 --- a/pages/ProductManage/ZjDelivery.vue +++ b/pages/ProductManage/ZjDelivery.vue @@ -137,7 +137,7 @@ try { let res = await needVehicle(this.checkArr[0]) uni.showToast({ - title: res.desc, + title: res.message, icon: 'none' }) this.disabled1 = false @@ -157,7 +157,7 @@ try { let res = await shippingConfirm(this.checkArr) uni.showToast({ - title: res.desc, + title: res.message, icon: 'none' }) this.disabled2 = false diff --git a/pages/ProductManage/ZjOutStore.vue b/pages/ProductManage/ZjOutStore.vue index e12529d..81d5618 100644 --- a/pages/ProductManage/ZjOutStore.vue +++ b/pages/ProductManage/ZjOutStore.vue @@ -125,7 +125,7 @@ try { let res = await outConfirm(this.val1, this.checkArr) uni.showToast({ - title: res.desc, + title: res.message, icon: 'none' }) this.disabled = false