Commit bd7eec31 by 高淑倩

add: 我的发布_种草详情_删除事件

parent 91861a47
...@@ -18,7 +18,9 @@ wxService.page({ ...@@ -18,7 +18,9 @@ wxService.page({
onLoad: function (options) { onLoad: function (options) {
}, },
handleDel() {
console.log('handleDel')
},
/** /**
* 生命周期函数--监听页面初次渲染完成 * 生命周期函数--监听页面初次渲染完成
*/ */
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</view> </view>
<view class="weui-flex df-j--bt action border_box"> <view class="weui-flex df-j--bt action border_box">
<view class="weui-flex"> <view class="weui-flex">
<view class="action-del"> 删除 </view> <view class="action-del" bindtap="handleDel"> 删除 </view>
<view class="action-edit"> 编辑 </view> <view class="action-edit"> 编辑 </view>
</view> </view>
<view class="action-check"> 查看收益 </view> <view class="action-check"> 查看收益 </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment