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
2cd12bc2f8cbfd0d5d1df8cd34305347d638e05c
Authored by
abson
2021-12-30 16:05:44 +0800
1 parent
ab3add0b
积分签到路径引用错误
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/checkin/checkin.wxml
packageA/pages/checkin/checkin.wxml
View file @
2cd12bc
1
-<wxs module="filters" src="../../../
../
utils/filter.wxs"></wxs>
1
+<wxs module="filters" src="../../../
utils/filter.wxs"></wxs>
2
2
<wxs module="g_filter" src="g_filter.wxs"></wxs>
3
3
<wxs src="checkin.wxs" module="myUtil"></wxs>
4
4
<view class="checkin-container">
...
...