Commit 0c52210f by LJM

修复图片覆盖问题

parent a56b497b
......@@ -2,7 +2,7 @@
"name" : "wms",
"appid" : "__UNI__655E80D",
"description" : "供应链仓储App",
"versionName" : "2.4.0",
"versionName" : "2.4.1",
"versionCode" : 100000000,
"transformPx" : false,
/* 5+App特有相关 */
......
......@@ -388,7 +388,6 @@
//拣货图片更新
this.updatePickPics(this.list[index].id, pic_ids);
this.noexebshowFalg = true;
} else {
uni.showToast({
......
......@@ -396,7 +396,6 @@
//拣货图片更新
this.updateCheckedPics(this.list[index].recheck_item_id, pic_ids);
this.noexebshowFalg = true;
} else {
uni.showToast({
......
......@@ -874,7 +874,6 @@
let data = JSON.parse(uploadFileRes.data);
if (data.code === 0) {
this.image_list.push(data.data.oss_image_url);
this.noexebshowFalg = true;
} else {
uni.showToast({
title: data.msg,
......
......@@ -798,7 +798,6 @@
let data = JSON.parse(uploadFileRes.data);
if (data.code === 0) {
this.image_list.push(data.data.oss_image_url);
this.noexebshowFalg = true;
} else {
uni.showToast({
title: data.msg,
......
......@@ -935,7 +935,6 @@
let data = JSON.parse(uploadFileRes.data);
if (data.code === 0) {
this.image_list.push(data.data.oss_image_url);
this.noexebshowFalg = true;
setTimeout(() => {
this.changeStockTallyImages(); //同步修改理货照片
}, 10)
......
const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
const API_BASE = 'http://wms.liexindev.net'; //WMS系统
const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
// const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
// const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
// const API_BASE = 'http://wms.liexindev.net'; //WMS系统
// const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
// const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
// const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
// const API_BASE = 'https://wms.ichunt.net'; //WMS系统
// const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment