소스 검색

1、权限提示词;

Lawsun_M 3 달 전
부모
커밋
040e65d200
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/home/user.js

+ 1 - 1
app/controller/home/user.js

@@ -540,7 +540,7 @@ module.exports = class UserController extends shopController {
       attributes: [ 'partner_id' ],
     });
     if (!businessInfo || businessInfo.partner_id < 1) {
-      throw new Error('抱歉,您不是源森家具的合作商户,无权收款。');
+      throw new Error('抱歉,您没有核销卡券的权限!请联系管理员!');
     }
     const seq = that.app.Sequelize;
     const selectBean = await that.app.comoBean.instance({}, {