[图片] 还有就是 ratio_to_service_rate 格式是传入 0~90还是 范围为【100000 - 900000】,代表【10%-90%】
配置达人佣金率 参数 计划id是哪里来的https://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/addsubitem.htmlhttps://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/getsubitemlist.htmlhttps://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/addsubitem.html
04-30你好,这个问题你解决了吗?我也遇到了这个问题,而且 加入android:theme="@android:style/Theme.Translucent.NoTitleBar" 这句话之后就无法启动app
小程序launchApp无法返回安卓app?场景:app跳转小程序,小程序点击按钮返回app <button open-type="launchApp" app-parameter="contractType={{contractType}}&cityid={{cityid}}" binderror="launchAppError" bindlaunchapp="launchSuccess">完成</button> 可以正常返回ios端app,但是安卓返回不了,点击了没反应,没执行binderror,执行了launchSuccess, 安卓端也按照文档要求的都配置了 [图片]
2023-03-01 bindRegionChange:function(e) { var form = this.data.form; form.province = e.detail.value[0] ; form.city = e.detail.value[1]; form.area = e.detail.value[2] ; this.setData({ region:e.detail.value, form:form }) },
picker 城市选择器加载异常https://developers.weixin.qq.com/miniprogram/dev/component/picker.html <picker mode="region" level="city" bindchange="bindRegionChange" style="flex: 1;" value="{{region}}" > <view class="data" > <input type="text" placeholder="点击选择省市" disabled="true" value="{{form.province+' '+form.city+' '+form.area}}"/> <image class="icon" src="/images/icon-right.png"></image> </view> </picker> [图片][图片]
2022-04-10