Commit f856251d3bbc3261b1d1735ef320428b16b6b860
1 parent
e2b4923d
页面的优化完成
Showing
1 changed file
with
1 additions
and
1 deletions
packageG/pages/team/team_show/team_show.wxml
1 | <!-- 判断隐私是不是显示 --> | 1 | <!-- 判断隐私是不是显示 --> |
2 | <privacy_pop id="privacy_pop" bind:agree_pri="agree_pri"></privacy_pop> | 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 | <view wx:if="{{is_show}}"> | 6 | <view wx:if="{{is_show}}"> |
7 | 7 |