<view class="container">
<input class='title' name='title' placeholder='{{titlePlaceholder}}' value='{{title}}' ></input>
<textarea class='content' name='content' placeholder='{{contentPlaceholder}}' value='{{content}}'></textarea>
<view class='images' wx:for='{{images}}' wx:key="{{index}}" >
<view wx:if="{{item.index == -1}}">
<image class='image' src='{{item.url}}' bindtap='chooseImage' data-index="{{item.index}}"></image>
</view>
<view wx:else>
<image class='image' src='{{item.url}}' bindtap='delImagePlaceholder' data-index="{{index}}"></image>
</view>
</view>
</view>
这是我的自定义组件,如何在原生的form中获得,title和content的值?【HTML 51】修改域名自动去掉www,微信小程序教程。
本文来自微信小程序开发 http://html51.com,转载请保留。
网友回复:
你好,和这个问题相同:
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=4cecfc648e14f3f2cf5443e1423b900f&token=785406488&lang=zh_CN
我们会尽快提供解决方案。
爱盈利-运营小咖秀(www.aiyingli.com) 始终坚持研究分享移动互联网App运营推广经验、策略、全案、渠道等纯干货知识内容;是广大App运营从业者的知识启蒙、成长指导、进阶学习的集聚平台;
想了解更多移动互联网干货知识,请关注微信公众号运营小咖秀(ID: yunyingshow)