wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code »
Commit
adc69a6c18dba571f224fdf14e25bb0a0a9a395b
Authored by
后端研发-苏明海
2021-08-12 11:46:16 +0800
2 parents
93774bb7
5d17a8c4
Merge branch 'qa' into 'master'
Qa See merge request
!737
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageB/components/catch/catch.js
packageB/components/catch/catch.js
View file @
adc69a6
...
...
@@ -2,7 +2,7 @@
2
2
const {
3
3
barcode,
4
4
qrcode
5
-} = require('../../
utils/index.js')
5
+} = require('../../
../
utils/index.js')
6
6
7
7
Component({
8
8
data: {
...
...