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
wx:if="{{!currentHasUserInfo}}"
bindgetuserinfo="_getUserInfo"
data-jflag="false"
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"> <navigator open-type="navigate" url="/subPackage/page/pages/grassCommunity/grassCommunity">
<view class="add">+</view> <view class="add">+</view>
</navigator> </navigator>
</block> </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