距离活动开始
结束还剩
{{ timeData.days }}
天
{{ timeData.hours }}
:
{{ timeData.minutes }}
:
{{ timeData.seconds }}
活动已结束
{{item.title}}
销量 {{item.show_sales}}
库存{{item.stock}}件
{{language['money']}}
{{item.price}}
起
选规格{{ goodsCartsTotal[item.id].total }}
{{ cartsNum }}
{{language['money']}}
{{cartsTotal}}
结算
{{ cartsNum }}
{{language['money']}}
{{cartsTotal}}
结算
活动已结束
var color="";
function setDiyBackground(nodes){
for(var i=0;i0){
setComponentsColor(componentsThemeColor);
}
//var themeDiyBackground = nodes.selectAllComponents('.themeDiyBackground');
//console.log("themeDiyColor",themeDiyBackground.length);
//setDiyBackground(themeDiyBackground);
// var themeDiyColor = nodes.selectAllComponents('.themeDiyColor');
// setDiyColor(themeDiyColor);
// var themeDiyBorder = nodes.selectAllComponents('.themeDiyBorder');
// setDiyBorder(themeDiyBorder);
}
function changeThemeColor(newValue, oldValue, ownerInstance, instance){
color = newValue;
ownerInstance.setStyle({"--themeColor":color})
// selectedTypeNodes(ownerInstance);
}
module.exports ={
changeThemeColor:changeThemeColor
}