<view wx:for="{{assignmentStudentComments}}" class="reply-area">
<view data-replyto="{{item.assignmentStudent}}" data-index="{{index}}" bindtap="bindReplyTap">
</view>
<view class="flex-comment" hidden="{{????????}}">
<input type="text" value="{{commentValue}}" class="commentInput" placeholder="{{placeholder}}" data-replyTo="{{commentReply}}" bindconfirm="bindCommentConfirm" bindblur="bindCommentBlur" focus="{{commentFocus}}" confirm-type="send" />
</view>
</view>
答:
<view class="flex-comment" hidden="{{item.isHidden}}">
<input type="text" value="{{commentValue}}" class="commentInput" placeholder="{{placeholder}}" data-replyTo="{{commentReply}}" bindconfirm="bindCommentConfirm" bindblur="bindCommentBlur" focus="{{commentFocus}}" confirm-type="send" />
</view>
2、微信小程序普通二维码参数
问:在小程序扫普通二维码跳转到index的时候,二维码中的url会带一个参数,比如https://www.xx.com/abc?id=3-5,我们希望能扫完这个二维码后跳转进小程序同时把id=3-5这个参数带进来,但参照开发文档去获取q参数却没取到,求大神指导~~~~
答:配置小程序功能页面的时候加上参数, 如 page/index?id=3-5
3、如何配置微信小程序服务器?
问:操作系统:win2003 WEB服务器:IIS6.0
问题描述:公司服务器配置如上,网站是用.NET2.0搞的。现想开发个问答小程序,需要跟网站使用同一个数据库。看了微信小程序开发文档,了解到需要HTTS,WSS协议,TLS之类。在网上找了些相关描述,貌似.NET2.0不能用ASP.NET SignalR。
请问这样的服务器配置,是不是不能做为微信小程序服务器呢?如果要做,如何修改配置呢?
答:
-
配置一个证书上 HTTPS。
-
备案