<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。
-
備案