mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
# 2022-03-29
### 1.4.1开源社区版: 【修复】修复售后库存处理异常,未进行商品序列判断,导致迭加到其他序列累加,导致负库存的问题。#I4YYZQ 【修复】修复确认收货记录日志中productId传值错误的问题。 【修复】修复自动收货业务极端情况下,未主动retrun返回错误的问题。#I4XB3N 【调整】因微信自动获取地址功能,无法与后台区域areaId主动挂钩,故取消此功能。#I4WS4M 【修复】修复极端情况下,设置商品标题长度超过127位,导致发起支付,推送到微信获取订单数据失败的问题。#I4Z74W ### 0.3.2 专业版: 【修复】修复申请成为代理后,点击“我的店铺”后提示“店铺信息丢失”的问题。#I4Z9SV 【修复】修复售后库存处理异常,未进行商品序列判断,导致迭加到其他序列累加,导致负库存的问题。#I4YYZQ 【修复】修复确认收货记录日志中productId传值错误的问题。 【修复】修复自动收货业务极端情况下,未主动retrun返回错误的问题。#I4XB3N 【修复】修复极端情况下,设置商品标题长度超过127位,导致发起支付,推送到微信获取订单数据失败的问题。#I4Z74W 【优化】因不同小程序所申请的类目不同,会导致订阅消息模板获取的不同,小程序消息设置为支持灵活字段配置。不限制全部填写。#I4Y28U 【优化】因uview2.0.29版本斑斓图效果内组件与视频兼容性问题,暂时屏蔽视频功能。待uview作者修复bug后同步。
This commit is contained in:
@@ -569,14 +569,14 @@
|
||||
let products = res.data.product;
|
||||
_this.goodsInfo = info;
|
||||
|
||||
if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
var videoObj = {
|
||||
url: _this.goodsInfo.video,
|
||||
poster: _this.goodsInfo.image
|
||||
};
|
||||
_this.goodsInfo.album.unshift(videoObj);
|
||||
_this.autoplay = false;
|
||||
}
|
||||
//if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
// var videoObj = {
|
||||
// url: _this.goodsInfo.video,
|
||||
// poster: _this.goodsInfo.image
|
||||
// };
|
||||
// _this.goodsInfo.album.unshift(videoObj);
|
||||
// _this.autoplay = false;
|
||||
//}
|
||||
|
||||
_this.isfav = _this.goodsInfo.isfav;
|
||||
_this.type = _this.goodsInfo.groupType;
|
||||
|
||||
@@ -708,14 +708,14 @@
|
||||
|
||||
_this.goodsInfo = info;
|
||||
|
||||
if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
var videoObj = {
|
||||
url: _this.goodsInfo.video,
|
||||
poster: _this.goodsInfo.image
|
||||
};
|
||||
_this.goodsInfo.album.unshift(videoObj);
|
||||
_this.autoplay = false;
|
||||
}
|
||||
//if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
// var videoObj = {
|
||||
// url: _this.goodsInfo.video,
|
||||
// poster: _this.goodsInfo.image
|
||||
// };
|
||||
// _this.goodsInfo.album.unshift(videoObj);
|
||||
// _this.autoplay = false;
|
||||
//}
|
||||
|
||||
_this.discountAmount = parseFloat(info.pinTuanRule.discountAmount).toFixed(2);
|
||||
_this.product = _this.spesClassHandle(products);
|
||||
|
||||
@@ -573,14 +573,14 @@
|
||||
|
||||
_this.goodsInfo = info;
|
||||
|
||||
if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
var videoObj = {
|
||||
url: _this.goodsInfo.video,
|
||||
poster: _this.goodsInfo.image
|
||||
};
|
||||
_this.goodsInfo.album.unshift(videoObj);
|
||||
_this.autoplay = false;
|
||||
}
|
||||
//if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
// var videoObj = {
|
||||
// url: _this.goodsInfo.video,
|
||||
// poster: _this.goodsInfo.image
|
||||
// };
|
||||
// _this.goodsInfo.album.unshift(videoObj);
|
||||
// _this.autoplay = false;
|
||||
//}
|
||||
|
||||
_this.isfav = _this.goodsInfo.isfav;
|
||||
_this.type = _this.goodsInfo.groupType;
|
||||
|
||||
@@ -607,14 +607,14 @@
|
||||
let products = res.data.product;
|
||||
_this.goodsInfo = info;
|
||||
|
||||
if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
var videoObj = {
|
||||
url: _this.goodsInfo.video,
|
||||
poster: _this.goodsInfo.image
|
||||
};
|
||||
_this.goodsInfo.album.unshift(videoObj);
|
||||
_this.autoplay = false;
|
||||
}
|
||||
//if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
// var videoObj = {
|
||||
// url: _this.goodsInfo.video,
|
||||
// poster: _this.goodsInfo.image
|
||||
// };
|
||||
// _this.goodsInfo.album.unshift(videoObj);
|
||||
// _this.autoplay = false;
|
||||
//}
|
||||
|
||||
_this.isfav = res.data.isFav;
|
||||
_this.product = _this.spesClassHandle(products);
|
||||
@@ -641,10 +641,10 @@
|
||||
let products = res.data.product;
|
||||
_this.goodsInfo = info;
|
||||
|
||||
if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
_this.goodsInfo.album.unshift(_this.goodsInfo.video);
|
||||
_this.autoplay = false;
|
||||
}
|
||||
//if (_this.goodsInfo.album && _this.goodsInfo.video) {
|
||||
// _this.goodsInfo.album.unshift(_this.goodsInfo.video);
|
||||
// _this.autoplay = false;
|
||||
//}
|
||||
|
||||
_this.isfav = res.data.isFav;
|
||||
_this.product = _this.spesClassHandle(products);
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
if (res.data.verifyStatus != 1) { //审核通过
|
||||
_this.$u.route({ type: 'redirectTo', url: '/pages/member/agent/index/index' });
|
||||
}
|
||||
if (_this.$store.state.config.distributionStore == '1') {
|
||||
if (_this.$store.state.config.agentStore == '1') {
|
||||
_this.utilityMenus.myStore.router = '/pages/member/agent/myStore/myStore?store=' + _this.info.store;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user