Skip to content

Commit

Permalink
Fix post message page
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Jan 20, 2018
1 parent d22d703 commit e2ce0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/message/message.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<template is="toolbar_msg" data="{{feed: feed}}" />
<block wx:if="{{param}}">
<view class="mask">
<template is="post" data="{{param, posting, autoFocus: true, noPhoto: true, length}}" />
<template is="post" data="{{param, posting, autoFocus: true, noPhoto: true, length, i18n}}" />
</view>
</block>

0 comments on commit e2ce0a8

Please sign in to comment.