- 个体工商户无法办理《增值电信业务经营许可证》,添加电商平台类目又必须提交,如何解决?
https://developers.weixin.qq.com/miniprogram/product/material/ 做小区二手闲置物品交易小程序添加电商平台类目需要提供《增值电信业务经营许可证》,线下咨询通管局,通管局答复依托微信小程序不需要《增值电信业务经营许可证》,小程序也无法办理《增值电信业务经营许可证》,而且是个体工商户,也无法申请这个许可证,根本下不来《行政不予受理通知书》,如何解决???
2天前 - 支付时提示“由于小程序违规,支付功能暂时无法使用”?
Appid如下: wxb41bb6e914e36dc 帮忙看看是什么原因?
星期一 03:41 - tdesign中的popup弹出层使用setData渲染scroll-view商品列表卡顿?
安卓手机下真机渲染卡顿,开发者工具和ios系统下都是正常显示的。 <block wx:for="{{cartBagList}}" wx:key="goodID"> <scroll-view hidden="{{!cartCount['cart'+item.goodsID]}}"> <t-cell title="{{item.title}}" description="¥{{item.showPrice}}" align="top" image="{{item.image}}" bordered="{{true}}" t-class-description ="amount" style="flex-shrink:0;--td-cell-border-color:#d1c8d3;--td-cell-border-width:6rpx" > <view class="stepper-example" slot="description"> <t-stepper defaultValue="0" data-goodsid="{{item.goodsID}}" value="{{!cartCount['cart'+item.goodsID]?0:cartCount['cart'+item.goodsID]}}" bind:change="handleCountChange" theme="filled" min="1" max="99" disable-input/> <t-button theme="primary" size="small" variant="text" bind:tap="onDeleteCartGoods" style="margin:0" data-goodsid="{{item.goodsID}}">删除</t-button> </view> </t-cell> </view> </block>
2024-11-06 - 小程序提示WXML 文件编译错误,怎么解决?
[图片] 什么错误提示也没有,2.33.n以下版本渲染没问题
2024-10-02