slarkerino

Results 10 comments of slarkerino

@nihaojob 正好需要用到两边加花边的功能 目前功能还比较简陋

gap属性设置为-0.1后正常运行。![image](https://github.com/umicro/uView2.0/assets/7014849/80d80dbd-9e49-4d2d-bf17-5a33d76e23ab) 例如这种效果是我想要的 但是console一直报错 可以去掉这个检测

> Can you create a unit testing case to reproduce your problem? ![image](https://github.com/user-attachments/assets/942f81c1-5c00-4543-9ca4-8ef0fbc47bc0) this is the code in the PaymentAppService, you can see it calls base.GetAsync(id) and base.GetListAsync(input). In abp...

Now this should be correct.I removed manage permission from GetPolicyName, GetListPolicyName and check manage permission if userId not match. @gdlcf88

@gdlcf88 I can make a pull request if that is ok to add category to private message

Currently when creator is null, it is seen as a system message. By adding a category, i felt this module can be much more useful, eg. system message, update message,...

I have considered using a extraproperty or make category null by default. I think it might be simpler and clear to just make it null by default, so current user...

``` getrealtimephonenumber (e) { console.log(e.detail.code) // 动态令牌 this.$api('base.onLoginByPhoneCode', { lookupUseRecentlyTenant: false, code: e.detail.code, appId: this.$appConfig.appId, scope: 'MyProject offline_access' }, { isEndLoading: false, removeAuthorization: true }).then(res => { let tokens =...