@@ -469,6 +469,14 @@ Page({
form
})
}
+ 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
+ })
+ }
},
repClose() {
return this.setData({