【uniapp】确认弹出框,选择确定和取消,凯立德2013夏季破解版(uniapp退出应用弹出确认)
cpugpu芯片开发光刻机
智能终端演进
3
文件名:【uniapp】确认弹出框,选择确定和取消,凯立德2013夏季破解版
【uniapp】确认弹出框,选择确定和取消
代码如下: <view style="display: flex; justify-content: space-around;"><button class="button" @click="submit">t提交</button></view>submit(){let that=thisuni.showModal({title: '提示:',content: '请确认是否要提交?',success: function(res) {if (res.confirm) {// console.log('确定');//TODO} else if (res.cancel) {// console.log('取消');//TODO}}});},
同类推荐