| 12345678910111213141516171819202122232425262728 |
- <!--pages/msg/submitMsg.wxml-->
- <view class="publishContainer">
- <view class='inputBox'>
- <input class='input' placeholder='说点什么吗' type='text' auto-focus='true'></input>
- <image class='titleIcon' src="../../images/keji.png" mode="widthFix" />
- </view>
- <view class='photoBox'>
- <view class='photo'>
- <camera device-position="back" flash="off" binderror="error" style="width: 600rpx; height: 600rpx;"></camera>
- </view>
- </view>
- <view class='menuBox'>
- <view class='buttonBox'>
- <image class='titleIcon' src="../../images/yule.png" catchtap="opnecamera" mode="widthFix" />
- </view>
- </view>
- </view>
|