CjoyHome

Results 15 comments of CjoyHome
trafficstars

I found this parameter activeSubscriptionInfoCount,It feels like it's what I want..

My code: ```js let sApp = (window).startApp.set({ /* params */ "intent": "miui.intent.action.APP_PERM_EDITOR", "component": ["com.miui.securitycenter", "com.miui.permcenter.permissions.AppPermissionsEditorActivity"], "flags":["Intent.FLAG_ACTIVITY_NEW_TASK"], "intentstart":"startActivity", }, { /* extras */ "extra_pkgname":"packageName", }); sApp.start(function() { /* success */ console.log("OK");...

需求: 上传图片到七牛云服务器,需先请求后端获取七牛云token,然后修改组件中的options里的params的参数,全局使用组件时候,请求还没完成已经生成了实例,token传过去变成undefined

要用vue.use才可以,局部的失效了

请问你用vue-quill-editor做移动端吗?

还有个问题,复制粘贴进去可以识别空格然后自动转成tags吗?

![image](https://user-images.githubusercontent.com/26813427/38296898-5f47dfa0-3825-11e8-90b8-a3e70f0892de.png)

This project is ionic,Thank..

Ionic3 ,I want to get a list of applications that have been installed on the phone,Can you tell me how to use it,`(window).Applist.createEvent('', '', '', '', '', (app_list)=>{ alert(JSON.stringify(app_list)); console.log(JSON.stringify(app_list));...