优化修改头像提示报错的问题;修改积分时间错误的问题

This commit is contained in:
gaoxs
2020-08-11 15:46:33 +08:00
parent 67d134473c
commit bedfd9113e
4 changed files with 12 additions and 4 deletions

View File

@ -263,6 +263,7 @@ export default {
that.posterData.price = that.storeInfo.price;
that.posterData.code = that.storeInfo.code_base;
that.domStatus = true;
console.log(this.storeInfo)
//that.getImageBase64();
});
},
@ -321,10 +322,12 @@ export default {
var attr = that.attr;
attr.productSelect.image = that.storeInfo.image;
attr.productSelect.store_name = that.storeInfo.title;
attr.productSelect.price = that.storeInfo.price;
attr.productSelect.price = that.storeInfo.price+'';
attr.productSelect.stock = that.storeInfo.stock;
attr.cartAttr = false;
console.log(that.storeInfo)
that.$set(that, "attr", attr);
console.log(this)
},
openTeam: function() {
var that = this;