@@ -84,7 +84,7 @@ function init() {
}).then(res => {
if (res.code != '1') return;
res.data.forEach(v => {
- _Http.sColors[v.value] = v.remarks
+ getApp().globalData.sColors[v.value] = v.remarks
})
});
}