@@ -474,6 +474,14 @@ Page({
})
}
+ if (wx.getStorageSync('userMsg').siteid == 'HY') {
+ this.setData({
+ form: this.data.form.map(v => {
+ if (["customergrade", "industry"].includes(v.valueName)) v.required = true;
+ return v
+ })
+ }
},
/* 工商查询 */
introduce({