|
|
@@ -120,7 +120,7 @@ Page({
|
|
|
/**
|
|
|
* 登录后加载
|
|
|
*
|
|
|
- */
|
|
|
+ */
|
|
|
onLoadFun: function (e) {
|
|
|
this.setData({ isLog: true });
|
|
|
this.getCouponList();
|
|
|
@@ -464,9 +464,10 @@ Page({
|
|
|
}
|
|
|
}
|
|
|
for (var i = 0, len = productAttr.length; i < len; i++) {
|
|
|
- if (productAttr[i].attr_value[0]) productAttr[i].checked = value[i];
|
|
|
+ if (productAttr[i].attr_value[0]) productAttr[i].checked = false; // value[i];
|
|
|
};
|
|
|
var productSelect = this.data.productValue[value.sort().join(',')];
|
|
|
+ productSelect = null;
|
|
|
if (productSelect) {
|
|
|
this.setData({
|
|
|
["productSelect.store_name"]: storeInfo.store_name,
|