res.message

This commit is contained in:
2022-10-15 10:51:18 +08:00
parent 677acee93f
commit 1daa712ca4
5 changed files with 39 additions and 7 deletions

View File

@@ -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"
}
}
}
}
},

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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