- 审核能不能走点心???
[图片] [图片] [图片] 我这个小程序是公司内部协同办公使用的,怎么会涉及赌博?审核能不能走点心??? 还有,我这个小程序是有自己的账号体系的,你都进不去,你说我涉及赌博的依据何在??? 还说存在资金风险,我这里并没有任何关于交易或者虚拟货币之类的东西,你们的依据何在??? 根据你们的开发文档来看,有自己的账号体系,首次提交会被驳回我还能够接受,说是在第二次提交的时候开放提供测试账号的入口。 但是你们这个,首次提交,你没有账号进都进不去,并不能体验我的小程序,那么,你这个审核不通过是根据什么来的???
2018-03-08 - 数据传输长度
invokeWebviewMethod 数据传输长度为 1148044 已经超过最大长度 1048576 [图片] 这个该怎么解决啊?必须要在后台写分页么?
2018-01-24 - 用openid能不能实现,一个微信只能让对应的一个账号及进行登录
* 你希望有什么能力? 通过openid来进行二次验证,一个微信号只让那对应的一个账号登陆。如果使用别的账号,不允许登陆。 * 你需要这个能力的场景是 ? 防止有人恶意使用他人账号,在程序内修改功能随意更改数据库数据,并嫁祸给他人
2018-01-17 - 小程序能不能获取到手机机器码?
* 你希望有什么能力? 希望获取到手机的机器码,这个手机登陆了账号,会获取机器码保存在数据库,之后这个账号就只能在这个手机上登陆。 或者,这个账号在一个手机上登陆时,其他的手机无法用此账号进行登陆
2018-01-15 - tomcat 去掉端口号访问 404
我的tomcat,配置ht tps,去掉端口号之后访问时404 使用8443的时候,访问没问题。 防火墙也对443开放了。 该怎么解决呢? [图片] [图片] [图片]
2018-01-08 - 企业内部使用,只有登录,不提供注册,会不会通不过审核?
因为是企业内部自己使用,用来登录的账号都是自己直接加到表里的。不提供注册功能,会不会通不过审核?
2018-01-04 - js怎么获取到wxml里面的值?
[图片] 我现在想通过js获取到这个spid的值,然后通过url传到服务器,起到修改数据的效果。 [图片] 但是这个spid的值该怎么通过js拿到呢?尝试了很久,不是undefined,就是not found
2018-01-02 - 为什么modal放在block里面,背景就变成黑色了
<!-- 内容 --> <view class="fgx"></view> <block wx:for="{{testData.data}}" wx:key="{{testData.data}}"> <view id="{{item.id}}" style='display:flex;height:150px; margin-bottom:6px;'> <!-- 左边图片 --> <view style='width:120px;height:120px;margin:4px;'> <image wx:if="{{item.imgSrc ==''}}" class="index-logo" style='width:110px;height:120px;' src="../images/a9.png"></image> <image wx:else="{{item.imgSrc}}" class="index-logo" style='width:110px;height:120px;' src="{{item.imgSrc}}"></image> </view> <!-- 右边内容 --> <view style=""> <!-- 标题 --> <label class="item_title">{{item.title}}</label> <!-- 中间部分 --> <view class="item_content"> <label class="item_tm">{{item.tm}}</label> <label class="item_ckg">{{item.ckg}}</label> </view> <view class="item_content"> <label class="item_spgg">{{item.spgg}}</label> <label class="item_zbz">{{item.zbz}}</label> <label class="item_dbz">{{item.dbz}}</label> </view> <view class="item_content"> <label class="item_dw">{{item.dw}}</label> <label class="item_cj">{{item.cj}}</label> </view> <!-- 底部部分 --> <view class="item_db" style="height:20px;;"> <label class="item_hw">{{item.hw}}</label> <label class="item_ph">{{item.ph}}</label> <view> <label class="item_jlgg">{{item.jlgg}}</label> <label class="item_sl">{{item.sl}}</label> </view> </view> </view> </view> <!-- 架位号及修改 --> <view class="container" class="zn-uploadimg"> <button class="rqh" plain='true' type="default" bindtap="modalinput" style='margin-bottom:5px;border:none'>{{item.rqh}}</button> </view> <modal hidden="{{hiddenmodalput}}" title="请输入批号" bindcancel="cancel" bindconfirm="confirm"> <input type='text' placeholder="{{item.rqh}}" auto-focus/> </modal> <view class="fgx"></view> </block> [图片]
2017-12-12 - 微信小程序需要用java写后台么?需要的话怎么写?
求助,如题
2017-12-11