submitMsg.wxml 653 B

12345678910111213141516171819202122232425262728
  1. <!--pages/msg/submitMsg.wxml-->
  2. <view class="publishContainer">
  3. <view class='inputBox'>
  4. <input class='input' placeholder='说点什么吗' type='text' auto-focus='true'></input>
  5. <image class='titleIcon' src="../../images/keji.png" mode="widthFix" />
  6. </view>
  7. <view class='photoBox'>
  8. <view class='photo'>
  9. <camera device-position="back" flash="off" binderror="error" style="width: 600rpx; height: 600rpx;"></camera>
  10. </view>
  11. </view>
  12. <view class='menuBox'>
  13. <view class='buttonBox'>
  14. <image class='titleIcon' src="../../images/yule.png" catchtap="opnecamera" mode="widthFix" />
  15. </view>
  16. </view>
  17. </view>