|
@@ -1,6 +1,6 @@
|
|
|
<!--pages/comments/comments.wxml-->
|
|
|
<view>
|
|
|
- <view wx:if="{{show_carousel}}" style="position:fixed;z-index:99;left: 0;right: 0;top: 0;">123456</view>
|
|
|
+ <!-- <view wx:if="{{show_carousel}}" style="position:fixed;z-index:99;left: 0;right: 0;top: 0;">123456</view> -->
|
|
|
<view class="comment comment-1px-b" wx:for="{{comments}}" wx:for-index="index" wx:key="index">
|
|
|
<view class="user">
|
|
|
<view class="member_avatar f_left">
|