Commit 5da90a88 by 赵雅纹

Merge branch 'dev_7.1.0' into fixbug-ZYW

parents e5c2c33e 7eb7ba81
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
<grass-item pro-goods="{{proGoods}}"/> <grass-item pro-goods="{{proGoods}}"/>
</view> </view>
</view> </view>
<button class="post-notes fixed-bottom0" form-type="submit">发布笔记</button> <button wx:if="{{!currentHasUserInfo}}" class="post-notes fixed-bottom0" bindgetuserinfo="_getUserInfo" data-jflag="false" open-type='getUserInfo'>发布笔记</button>
<button wx:if="{{currentHasUserInfo}}" class="post-notes fixed-bottom0" form-type="submit">发布笔记</button>
</form> </form>
<!--goHome--> <!--goHome-->
<go-home /> <go-home />
......
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