国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 熱點(diǎn) > 微信 > 正文

微信小程序 確認(rèn)框的實(shí)現(xiàn)(附代碼)

2024-07-22 01:17:56
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

效果圖如下:

核心代碼如下:

delType:function(e){ var typeId = e.currentTarget.dataset['id']; console.log("delete:"+typeId) wx.showModal({  title: '提示',  content: '確認(rèn)要?jiǎng)h除該支出類型?',  success: function (res) {   if (res.confirm) {    console.log('用戶點(diǎn)擊確定')    wx.request({     url: getApp().globalData.urlPath + "spendingType/delete",     method: "POST",     data: {      typeId: typeId     },     header: {      "Content-Type": "application/x-www-form-urlencoded"     },     success: function (res) {      console.log(res.data.code);      if (res.statusCode == 200) {       //訪問(wèn)正常       if (res.data.code == "000000") {        wx.showToast({         title: "刪除成功,返回支出類型列表",         icon: 'success',         duration: 3000,         success: function () {          wx.navigateTo({           url: '../type/type'          })         }        })       }      } else {       wx.showLoading({        title: '系統(tǒng)異常',        fail       })       setTimeout(function () {        wx.hideLoading()       }, 2000)      }     }    })   } else if (res.cancel) {    console.log('用戶點(diǎn)擊取消')   }  } })}

wxml代碼如下:

<text bindtap='delType' data-id="{{item.typeId}}">刪除</text>

data-id相當(dāng)于綁定對(duì)應(yīng)的值,比方說(shuō)你是根據(jù)id來(lái)刪除對(duì)應(yīng)的數(shù)據(jù)。

bindtap,即綁定事件。

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持錯(cuò)新站長(zhǎng)站。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 江阴市| 理塘县| 萨迦县| 安宁市| 扎囊县| 临湘市| 台南市| 永城市| 永胜县| 沙雅县| 上虞市| 峡江县| 黔江区| 漠河县| 朔州市| 大宁县| 高台县| 新龙县| 临朐县| 巴马| 项城市| 宣化县| 建阳市| 白沙| 惠水县| 宿松县| 宣汉县| 伊通| 乳山市| 邹平县| 简阳市| 额尔古纳市| 宁阳县| 宁城县| 嫩江县| 蒲江县| 永修县| 新沂市| 突泉县| 樟树市| 永清县|