Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
- 修复下拉框不显示问题
  • Loading branch information
QlQlqiqi committed Apr 7, 2022
1 parent c7f0720 commit 80f7d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/share/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Component({
// chats.forEach(item => {
// item.id = util.getUniqueId();
// });
console.log(chats);
// console.log(chats);
let gallerys = dataSql[1].map(item => {
return {
icon: item.op_picture,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/share/share.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</view>
</navbar>
<!-- 导航栏的下拉框 -->
<view wx:if="{{ showMenu }}" class="listSelectWrap" style="left: {{ windowWidth / 2 - 45 }}px; height: 0;">
<view class="listSelectWrap" style="left: {{ windowWidth / 2 - 45 }}px; height: 0; {{ !selectIconRotate? 'border:0;': '' }}">
<view wx:for="{{ pageNames }}" wx:key="title" data-index="{{ index }}" catch:tap="handleSelectList"
style="position: relative; background-color: {{ pageNameCurrent === index? 'rgb(243, 246, 249)': 'white'}};"
>
Expand Down

0 comments on commit 80f7d5f

Please sign in to comment.