- 小程序发货信息管理是否可以商家设置自动确认收货?
只能是用户主动或系统自动确认吗,可不可以对接接口设置自动确认收货时间 [图片]
07-19 - 互联网信息承诺书两个小程序备案,一个备案成功一个却不符合要求?
按照属地管局要求,请正确填写承诺书模板信息,请法人签字,并保持正楷签字、使用备案主体公章且清晰、如实写明日期(有效期不小于60天)。 [图片]
2023-11-24 - iPhone13页面数据存在但是部分数据没有渲染出来?
同一个接口数据,其他数据都渲染出来了,在安卓和使用测试机iPhone6测试正常,但iPhone13显示不正常,orderBox的数据存在但是就是在页面没有渲染出来,scss样式为:.orderBox { padding: 32rpx 48rpx; background-color: #fff; border-radius: 20rpx; font-size: $uni-font-size-base; } &_detail { color: #9295A3; display: flex; justify-content: space-between; margin-bottom: 20rpx; &_money { color: #2B3D5F; font-size: $uni-font-size-base; } } &_detail2 { color: #2B3D5F; display: flex; justify-content: space-between; padding-top: 36rpx; border-top: 1rpx dashed #D6E1EF; &_money2 { font-size: $uni-font-size-base; color: #07AEAF; } } [图片]
2023-10-30 - 小程序客服打开用户分享的卡片第一次是空白的?
客户分享的卡片可以打开,小程序客服第一次打开是空白的,重新进入则有数据 代码为: <button class="submit_left_item" :send-message-title="title" :send-message-img="img_url" show-message-card="true" :send-message-path="'/pages/shop/detail.html?product_id='+_id" open-type="contact" @contact="handleContact" hover-class="none"></button>
2023-10-13 - web-view提示不支持打开非业务域名,https被转换为http,怎么解决?
业务域名已添加,在webview的src设置的是https,但是首次打开的却是http,并且返回和第二次进入就可以正常使用了。在IOS和安卓切换微信号时第一次扫描也是存在这种情况
2023-06-15