## v1.3.1 更新列表
1. 【修复】申请退款后积分等操作可能出现错误的问题 2. 【修复】拼团支付可能出现支付错误的问题 3. 【修复】退款申请后的订单流程优化和积分赠送的问题 4. 【修复】回收站中的商品无法恢复的问题 5. 【修复】一号通短信查询记录不完整的问题 6. 【修复】用户管理批量加分组,标签的问题 7. 【修复】积分日志搜索显示有误的问题 8. 【修复】手动发送优惠券可能会出错的问题 9. 【修复】核销订单创建在某种条件下会出错的问题 10. 【修复】移动端商品详情,购物车等样式兼容问题 11. 【修复】业务流程性的优化
This commit is contained in:
@@ -382,7 +382,6 @@
|
||||
})
|
||||
},
|
||||
onReady: function() {
|
||||
console.log(this.emojiGroup);
|
||||
this.height();
|
||||
this.getHistory();
|
||||
this.getproductInfo();
|
||||
@@ -417,7 +416,6 @@
|
||||
},
|
||||
methods: {
|
||||
uploadImg() {
|
||||
console.log(this.$store.state.app.token)
|
||||
let self = this
|
||||
uni.chooseImage({
|
||||
count: 1, //默认1
|
||||
@@ -460,7 +458,6 @@
|
||||
getOrderInfo() {
|
||||
if (!this.orderId) return;
|
||||
getOrderDetail(this.orderId).then(res => {
|
||||
console.log(res)
|
||||
this.orderInfo = res.data;
|
||||
if (this.orderInfo.add_time_h) {
|
||||
this.orderInfo.add_time_h = this.orderInfo.add_time_h.substring(
|
||||
@@ -511,7 +508,6 @@
|
||||
this.loaded = data.length < this.limit;
|
||||
})
|
||||
.catch(err => {
|
||||
console.log(err);
|
||||
this.$dialog.error(err || "加载失败");
|
||||
});
|
||||
},
|
||||
@@ -588,7 +584,6 @@
|
||||
if (this.timeOutEvent !== 0 && this.longClick === 0) {
|
||||
//点击
|
||||
//此处为点击事件----在此处添加跳转详情页
|
||||
console.log("这是点击");
|
||||
}
|
||||
this.speak = "按住 说话";
|
||||
this.recording = false;
|
||||
@@ -643,10 +638,9 @@
|
||||
setTimeout(res=>{
|
||||
let info = uni.createSelectorQuery().select(".chat");
|
||||
info.boundingClientRect(function(data) { //data - 各种参数
|
||||
console.log(data.height) // 获取元素宽度
|
||||
// 获取元素宽度
|
||||
scrollTop = data.height
|
||||
}).exec()
|
||||
console.log(scrollTop,'scrollTop')
|
||||
if(this.active){
|
||||
this.scrollTop = scrollTop+500
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user