Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gooking committed Mar 9, 2021
1 parent 056add3 commit c79e2e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/live/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const APP = getApp()
// fixed首次打开不显示标题的bug
APP.configLoadOK = () => {
wx.setNavigationBarTitle({
title: wx.getStorageSync('mallName')

})
}

Expand Down
3 changes: 0 additions & 3 deletions pages/live/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,6 @@
text-align: center;
}
.miaosha-price-btn {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 32rpx;
}
.miaosha-price-btn .price {
Expand Down
2 changes: 1 addition & 1 deletion pages/my/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</van-grid>
<van-cell title="常用功能" />
<van-grid clickable>
<van-grid-item wx:if="{{!canHX}}" icon="scan" text="扫码核销" bind:click="scanOrderCode" />
<van-grid-item wx:if="{{canHX}}" icon="scan" text="扫码核销" bind:click="scanOrderCode" />
<van-grid-item icon="paid" text="优惠买单" url="/pages/maidan/index" />
<van-grid-item icon="balance-list-o" text="资金明细" url="/pages/asset/index" />
<van-grid-item icon="bill-o" text="申请发票" url="/pages/invoice/apply" />
Expand Down

0 comments on commit c79e2e8

Please sign in to comment.