是用微信推送还是什么?
推文群发后,怎么才能弹出在用户手机当前页面?推文群发后,怎么才能弹出在用户手机当前页面?
2021-04-28https://developers.weixin.qq.com/miniprogram/dev/devtools/skeleton.html 这个是骨架屏的文档 你方法用错了应该
关于使用骨架屏提示app.json配置无效?配置骨架屏时 发现调试器出现了这个warm 无效的 app.json ["skeleton-config"] 这个有没有影响骨架屏的使用? 骨架屏是可以显示出来,但是样式不对劲 文档也没相关解释...求助 app.json { "pages": [ "pages/home/index/homeIndex", "pages/cloth/index/clothIndex", "pages/match/index/matchIndex", "pages/mine/index/mineIndex", "pages/index/index", "pages/logs/logs", "pages/commom/clothDetail/clothDeatil", "pages/commom/matchDetail/matchDetail", "pages/commom/search/search", "pages/mine/favor/favor", "pages/mine/advice/advice", "pages/mine/about/about", "pages/match/filter/filter", "pages/cloth/list/list", "pages/cloth/filter/filter", "pages/commom/login/login" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle": "black", "onReachBottomDistance": 50 }, "tabBar": { "color": "#8a8a8a", "selectedColor": "#FC1B67", "borderStyle": "white", "list": [ { "selectedIconPath": "img/home1.png", "iconPath": "img/home.png", "pagePath": "pages/home/index/homeIndex", "text": "首页" }, { "selectedIconPath": "img/more1.png", "iconPath": "img/more.png", "pagePath": "pages/cloth/index/clothIndex", "text": "产品系列" }, { "selectedIconPath": "img/copy1.png", "iconPath": "img/copy.png", "pagePath": "pages/match/filter/filter", "text": "搭配方案" }, { "selectedIconPath": "img/profile1.png", "iconPath": "img/profile.png", "pagePath": "pages/mine/index/mineIndex", "text": "我的" } ] }, "skeleton-config": { "global": { "loading": "shine", "text": { "color": "#EEEEEE" }, "image": { "shape": "rect", "color": "#ffffff", "shapeOpposite": [] }, "button": { "color": "#EFEFEF", "excludes": [] }, "pseudo": { "color": "#EFEFEF", "shape": "rect", "shapeOpposite": [] }, "excludes": [], "remove": [], "empty": [], "hide": [], "grayBlock": [], "showNative": false, "backgroundColor": "transparent", "mode": "fullscreen", "templateName": "skeleton", "cssUnit": "rpx", "decimal": 4 } }, "sitemapLocation": "sitemap.json" }
2021-04-25就正常修改css就可以了啊 如果是微信打开的H5把css写在style里面 非微信浏览器环境的就正常修改css就可以了
H5跳转小程序按钮样式如何修改?如何将开发标签的按钮修改成图片或者icon的效果,点击某张图或某个图标实现小程序跳转?
2021-04-25我这也是,现在还看不到
小程序数据分析功能挂了么?拉不到4-21号的数据data no ready一天了,而且从官方小程序数据助手也看不到4-21号的数据
2021-04-22算
小程序使用web-view打开公众号文章算阅读数吗?请问一下,在小程序中使用web-view打开公众号文章,算这篇文章的阅读数吗?
2021-04-20我记得只能显示一行,长度没限制但是是根据屏幕来的 屏幕宽显示的字就会多
请问使用JSAPI分享到朋友圈时,标题title长度有什么限制?我使用jsapi分享到朋友圈,ios下挺正常的,会显示到两行,但在安卓中标题明显被截断了,显示成了省略号。是title长度有什么限制吗?
2021-04-20我猜测是不是你的session_key出问题了
IOS获取手机号在本地调试和体验版本都好用, 但是正式版点击允许后没反应, 请问怎么解决?<AtButton openType="getPhoneNumber" className="verifyBtn" type="primary" onGetPhoneNumber={e => xxx(e)} > 目前只有IOS有问题, 安卓版好用, 请问可能是什么原因
2021-04-20因为你跳转的这个页面没有设置自定义头部导致的吧
自定义胶囊的背景颜色,会影响到navigateTo跳转的其他页面?首页在使用navigateTo跳转到新的页面,会出现两条自定义胶囊的线,如图[图片] 使用navigateTo跳转到新页面[图片] 会有上一个页面的背景颜色
2021-04-20现在可以了
外部浏览器如何打开小程序?请问如何在外部浏览器通过长按小程序二维码打开微信小程序?
2021-03-22现在可以了
怎么外部浏览器调起微信并打开该链接?如微信已加该域名为白名单,该页面使用微信jssdk,预期使用外部浏览器调起微信打开该页面,调起微信加个白名单就行了,怎么打开链接呢。还是只能说让用户手动使用微信打开。
2021-03-22