- web-view 可以打开如微博,百度这样的网页吗?
如打开以下 百度这样的网站 <web-view src="https://www.baidu.com"></web-view>
2021-06-13 - 公众号自定义菜单可以带参数跳转到小程序吗?
自定义菜单这样带参数为什么打开的小程序获取不到参数呢? [图片]
2021-02-20 - onShareAppMessage 可以判断两个button吗?
我这里有两个分享的button 转发的内容不一样,可以在onShareAppMessage 判断来自哪个button吗?我试了data-xx, 但是options.target里没有xx <van-button type="primary" size="normal" open-type='share'>分享1</van-button> <van-button type="primary" size="normal" open-type='share'>分享2</van-button> onShareAppMessage: function( options ) { console.log(options) if (options.from === 'button1') { return { title: '有个位置发给你!', } } else if(options.from === 'button2') { return { title: 'fjji' } } },
2021-02-01 - id 可以打印 为何报错为空呢?
id 可以打印出来 为什么最后成空了呢? onLoad: function (options) { // this.getData(options) this.getLocation() const id = options.id console.log(id) markers_db.doc(id).get().then(res => { console.log(res.data) 报错: MiniProgramError errCode: -1 | errMsg: collection.doc:fail docId must not be empty; at collection.doc api; Error: errCode: -1 | errMsg: collection.doc:fail docId must not be empty; at collection.doc api;
2020-07-14 - 你添加的春之缘茶叶审核不通过,原因是:服务标签跳转内容与服务标签/服务描述/门店
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 你添加的春之缘茶叶审核不通过,原因是:服务标签跳转内容与服务标签/服务描述/门店服务内容不符,请重新提交申请 谁能告诉我怎么选怎么选? 我看附近的小程序好多没有这个东西,怎么取消呢?
2019-05-30