Commit 26383cb6 by 高淑倩

我的发布

parent 018bdb1c
...@@ -12,11 +12,22 @@ ...@@ -12,11 +12,22 @@
<view class="diy-banner"> <view class="diy-banner">
<image src="{{bannerUrl}}" /> <image src="{{bannerUrl}}" />
</view> </view>
<block wx:if="{{contentPermission}}"> <button
<navigator open-type="navigate" url="/subPackage/page/pages/grassCommunity/grassCommunity"> wx:if="{{!currentHasUserInfo}}"
<view class="add">+</view> bindgetuserinfo="_getUserInfo"
</navigator> data-jflag="false"
</block> open-type='getUserInfo'
hover-class="btn-hover"
>
<view class="add">+</view>
</button>
<view wx:if="{{currentHasUserInfo}}">
<block wx:if="{{contentPermission}}">
<navigator open-type="navigate" url="/subPackage/page/pages/grassCommunity/grassCommunity">
<view class="add">+</view>
</navigator>
</block>
</view>
<!--goHome--> <!--goHome-->
<go-home/> <go-home/>
<water-flow-layout <water-flow-layout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment