diff --git a/public/components/property/editSmallWeChat/editSmallWeChat.js b/public/components/property/editSmallWeChat/editSmallWeChat.js index 1f42e61d9..e439978f7 100644 --- a/public/components/property/editSmallWeChat/editSmallWeChat.js +++ b/public/components/property/editSmallWeChat/editSmallWeChat.js @@ -77,17 +77,7 @@ errInfo: "应用密钥不能超过200个字符" }, ], - 'editSmallWeChatInfo.payPassword': [{ - limit: "required", - param: "", - errInfo: "支付密码不能为空" - }, - { - limit: "maxin", - param: "1,200", - errInfo: "支付密码不能超过200个字符" - }, - ], + 'editSmallWeChatInfo.wechatId': [{ limit: "required", param: "", @@ -98,11 +88,6 @@ param: "", errInfo: "配置不能为空" }], - 'editSmallWeChatInfo.mchId': [{ - limit: "required", - param: "", - errInfo: "商户id不能为空" - }], }); }, diff --git a/public/pages/machine/meterMachineManage/meterMachineManage.html b/public/pages/machine/meterMachineManage/meterMachineManage.html index d8f558848..48f3c5325 100644 --- a/public/pages/machine/meterMachineManage/meterMachineManage.html +++ b/public/pages/machine/meterMachineManage/meterMachineManage.html @@ -3,9 +3,9 @@