wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
757024fc03542e25198cf1574d8139e0a6b4f4fd
Authored by
iceling
2020-01-18 11:25:50 +0800
1 parent
b04c01b4
解决qr_code组件滑动变形问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components/qr_code/qr_code.wxml
components/qr_code/qr_code.wxml
View file @
757024f
1
1
2
-<view class="xc-pop-up" wx:if="{{q_show}}"
>
2
+<view class="xc-pop-up" wx:if="{{q_show}}"
catchtouchmove='true'
>
3
3
<!-- <scroll-view scroll-y="false" style=" height: 100%;"> -->
4
4
<view class="xc-obscuration" bindtap='close' catchtouchmove="ture"></view>
5
5
<view>
...
...