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
ef4f068cbc766cf9c7215fd2af941a8dfe1f2582
Authored by
yvan.ni
2021-08-12 11:45:21 +0800
1 parent
79cb96a0
js 路径的问题
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 @
ef4f068
...
...
@@ -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: {
...
...