Commit f856251d3bbc3261b1d1735ef320428b16b6b860

Authored by yvan.ni
1 parent e2b4923d

页面的优化完成

packageG/pages/team/team_show/team_show.wxml
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  
... ...