<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、微信小程序普通二維碼參數(shù)
問:在小程序掃普通二維碼跳轉(zhuǎn)到index的時候,二維碼中的url會帶一個參數(shù),比如https://www.xx.com/abc?id=3-5,我們希望能掃完這個二維碼后跳轉(zhuǎn)進(jìn)小程序同時把id=3-5這個參數(shù)帶進(jìn)來,但參照開發(fā)文檔去獲取q參數(shù)卻沒取到,求大神指導(dǎo)~~~~
答:配置小程序功能頁面的時候加上參數(shù), 如 page/index?id=3-5
3、如何配置微信小程序服務(wù)器?
問:操作系統(tǒng):win2003 WEB服務(wù)器:IIS6.0
問題描述:公司服務(wù)器配置如上,網(wǎng)站是用.NET2.0搞的。現(xiàn)想開發(fā)個問答小程序,需要跟網(wǎng)站使用同一個數(shù)據(jù)庫。看了微信小程序開發(fā)文檔,了解到需要HTTS,WSS協(xié)議,TLS之類。在網(wǎng)上找了些相關(guān)描述,貌似.NET2.0不能用ASP.?NET SignalR。
請問這樣的服務(wù)器配置,是不是不能做為微信小程序服務(wù)器呢?如果要做,如何修改配置呢?
答:
-
配置一個證書上 HTTPS。
-
備案