小程序
小游戏
企业微信
微信支付
扫描小程序码分享
代码如下:
<modal hidden="" title="" confirm-text="确定" bindconfirm="confirmModel" cancel-text="取消" bindcancel="cancelModel"></modal>
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
暂不支持富文本。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
不是在modal组件上添加,modal组件已经被废弃了,请使用wx.showModal。
wx.showModal可以实现这个颜色修改。
使用wx.showModal接口可以
使用wx.showModal,这个里面的内容要用content来表示,我需要使用input输入框来实时改变文字,可以实现吗?
需要实现功能完整代码:
<modal hidden="{{fm_ishidden}}" title="填写名称" confirm-text="添加" bindconfirm="confirmModel" cancel-text="取消" bindcancel="cancelModel">
<view class="flex-lr modal modaltip">
<input style="width:90%;" class="fsize18" bindinput="modalInput" cursor-spacing="100" name="" maxlength="15" placeholder="请填写名称" value="{{sellername}}"/>
<view>{{sellername.length>0?15-sellername.length:''}}</view>
</view>
</modal>
在modal加 confirmColor="#f00"吗?实现不了呀
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
暂不支持富文本。
不是在modal组件上添加,modal组件已经被废弃了,请使用wx.showModal。
wx.showModal可以实现这个颜色修改。
使用wx.showModal接口可以
使用wx.showModal,这个里面的内容要用content来表示,我需要使用input输入框来实时改变文字,可以实现吗?
需要实现功能完整代码:
<modal hidden="{{fm_ishidden}}" title="填写名称" confirm-text="添加" bindconfirm="confirmModel" cancel-text="取消" bindcancel="cancelModel">
<view class="flex-lr modal modaltip">
<input style="width:90%;" class="fsize18" bindinput="modalInput" cursor-spacing="100" name="" maxlength="15" placeholder="请填写名称" value="{{sellername}}"/>
<view>{{sellername.length>0?15-sellername.length:''}}</view>
</view>
</modal>
在modal加 confirmColor="#f00"吗?实现不了呀