|
@@ -955,7 +955,6 @@
|
|
|
*/
|
|
*/
|
|
|
ChangeAttr: function(res) {
|
|
ChangeAttr: function(res) {
|
|
|
let productSelect = this.productValue[res];
|
|
let productSelect = this.productValue[res];
|
|
|
- // console.log(productSelect)
|
|
|
|
|
if (!productSelect) {
|
|
if (!productSelect) {
|
|
|
this.$util.Tips({
|
|
this.$util.Tips({
|
|
|
title: this.$t(`重新选择`),
|
|
title: this.$t(`重新选择`),
|
|
@@ -1479,7 +1478,6 @@
|
|
|
that.attr.productSelect.unique : "",
|
|
that.attr.productSelect.unique : "",
|
|
|
virtual_type: that.storeInfo.virtual_type,
|
|
virtual_type: that.storeInfo.virtual_type,
|
|
|
};
|
|
};
|
|
|
- // console.log(q)
|
|
|
|
|
postCartAdd(q)
|
|
postCartAdd(q)
|
|
|
.then(function(res) {
|
|
.then(function(res) {
|
|
|
that.isOpen = false;
|
|
that.isOpen = false;
|
|
@@ -1557,6 +1555,7 @@
|
|
|
*/
|
|
*/
|
|
|
listenerActionSheet() {
|
|
listenerActionSheet() {
|
|
|
this.currentPage = false
|
|
this.currentPage = false
|
|
|
|
|
+ this.downloadFilePromotionCode();
|
|
|
if (this.isLogin === false) {
|
|
if (this.isLogin === false) {
|
|
|
toLogin();
|
|
toLogin();
|
|
|
} else {
|
|
} else {
|
|
@@ -1569,7 +1568,6 @@
|
|
|
// this.ShareInfo()
|
|
// this.ShareInfo()
|
|
|
this.weixinStatus = true;
|
|
this.weixinStatus = true;
|
|
|
}
|
|
}
|
|
|
- this.downloadFilePromotionCode();
|
|
|
|
|
// #endif
|
|
// #endif
|
|
|
// #ifdef MP
|
|
// #ifdef MP
|
|
|
// this.downloadFilePromotionCode();
|
|
// this.downloadFilePromotionCode();
|