Skip to content

Commit 1d1be70

Browse files
romzhongTtTRz
romzhong
authored andcommitted
Fix bugs
1 parent 2ba9027 commit 1d1be70

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

miniprogram/page/component/pages/camera/camera.wxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<button type="primary" bindtap="stopRecord">结束录像</button>
2626
</view>
2727
<view class="btn-area">
28-
<navigator url="/page/component/pages/camera-scan-code/camera-scan-code">
28+
<navigator url="/page/component/pages/camera-scan-code/camera-scan-code" hover-class="none">
2929
<button type="primary">扫描一维码</button>
3030
</navigator>
3131
</view>

miniprogram/page/component/pages/video/video.wxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<button bindtap="bindSendDanmu" class="page-body-button" type="primary" formType="submit">发送弹幕</button>
3636
</view>
3737
<view class="btn-area">
38-
<navigator url="picture-in-picture" hover-class="navigator-hover">
38+
<navigator url="picture-in-picture" hover-class="other-navigator-hover">
3939
<button type="primary" class="page-body-button" bindtap="bindPlayVideo">小窗模式</button>
4040
</navigator>
4141
</view>
Loading

0 commit comments

Comments
 (0)