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
f856251d3bbc3261b1d1735ef320428b16b6b860
Authored by
yvan.ni
2023-12-26 10:21:18 +0800
1 parent
e2b4923d
页面的优化完成
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageG/pages/team/team_show/team_show.wxml
packageG/pages/team/team_show/team_show.wxml
View file @
f856251
1
1
<!-- 判断隐私是不是显示 -->
2
2
<privacy_pop id="privacy_pop" bind:agree_pri="agree_pri"></privacy_pop>
3
3
4
-<wxs module="filters" src="../../../
utils/filter.wxs"></wxs>
4
+<wxs module="filters" src="../../../
../
utils/filter.wxs"></wxs>
5
5
<!---- //文字"-->
6
6
<view wx:if="{{is_show}}">
7
7
...
...