## v1.3.1 更新列表
1. 【修复】申请退款后积分等操作可能出现错误的问题 2. 【修复】拼团支付可能出现支付错误的问题 3. 【修复】退款申请后的订单流程优化和积分赠送的问题 4. 【修复】回收站中的商品无法恢复的问题 5. 【修复】一号通短信查询记录不完整的问题 6. 【修复】用户管理批量加分组,标签的问题 7. 【修复】积分日志搜索显示有误的问题 8. 【修复】手动发送优惠券可能会出错的问题 9. 【修复】核销订单创建在某种条件下会出错的问题 10. 【修复】移动端商品详情,购物车等样式兼容问题 11. 【修复】业务流程性的优化
This commit is contained in:
@@ -475,7 +475,7 @@
|
||||
let selectValueProductId = that.getSelectValueProductId();
|
||||
collectAll(that.getSelectValueProductId()).then(res => {
|
||||
return that.$util.Tips({
|
||||
title: res,
|
||||
title: '收藏成功',
|
||||
icon: 'success'
|
||||
});
|
||||
}).catch(err => {
|
||||
|
||||
@@ -344,11 +344,9 @@
|
||||
this.switchSelect();
|
||||
},
|
||||
blurInput:function (index) {
|
||||
console.log(66);
|
||||
let item = this.cartList.valid[index];
|
||||
if(!item.cart_num){
|
||||
item.cart_num = 1;
|
||||
console.log( item.cart_num)
|
||||
this.$set(this.cartList,'valid',this.cartList.valid)
|
||||
}
|
||||
},
|
||||
|
||||
@@ -444,7 +444,6 @@
|
||||
subDel: function(event) {
|
||||
let that = this,
|
||||
selectValue = that.selectValue;
|
||||
console.log(that.selectValue)
|
||||
|
||||
// if (selectValue.length > 0)
|
||||
// cartDel(selectValue).then(res => {
|
||||
@@ -478,8 +477,6 @@
|
||||
selectValue = that.selectValue;
|
||||
if (selectValue.length > 0) {
|
||||
let selectValueProductId = that.getSelectValueProductId();
|
||||
console.log('selectValueProductId');
|
||||
console.log(selectValueProductId.join(','));
|
||||
// collectAll(that.getSelectValueProductId()).then(res => {
|
||||
// return that.$util.Tips({
|
||||
// title: res.msg,
|
||||
@@ -499,7 +496,6 @@
|
||||
subOrder: function(event) {
|
||||
let that = this,
|
||||
selectValue = that.selectValue;
|
||||
console.log(that.selectValue)
|
||||
if (selectValue.length > 0) {
|
||||
// uni.navigateTo({
|
||||
// url: '/pages/users/order_confirm/index?new=false&cartId=' + selectValue.join(',')
|
||||
@@ -541,13 +537,10 @@
|
||||
}
|
||||
that.$set(that.cartList, 'valid', valid);
|
||||
that.selectValue = selectValue;
|
||||
console.log('cartList', that.cartList)
|
||||
console.log(that.selectValue)
|
||||
that.switchSelect();
|
||||
}
|
||||
},
|
||||
checkboxChange: function(event) {
|
||||
console.log(event)
|
||||
let that = this;
|
||||
let value = event.detail.value;
|
||||
let valid = that.cartList.valid;
|
||||
@@ -587,8 +580,6 @@
|
||||
let newArr = that.cartList.valid.filter(item => item.attrStatus);
|
||||
that.isAllSelect = value.length == newArr.length;
|
||||
that.selectValue = value
|
||||
console.log('选中', that.selectValue)
|
||||
console.log('啦啦啦', that.cartList.valid)
|
||||
that.switchSelect();
|
||||
},
|
||||
inArray: function(search, array) {
|
||||
@@ -703,7 +694,6 @@
|
||||
let valid = res.data.list;
|
||||
let loadend = valid.length < that.limit;
|
||||
let validList = that.$util.SplitArray(valid, that.cartList.valid)
|
||||
console.log(validList)
|
||||
//console.log(that.$util.toStringValue(validList))
|
||||
|
||||
let numSub = [{
|
||||
|
||||
Reference in New Issue
Block a user