Commit 5e5e816d by 高淑倩

add: img

parent 5060a968
...@@ -119,13 +119,6 @@ wxService.page({ ...@@ -119,13 +119,6 @@ wxService.page({
} }
}) })
}, },
deleteImage: function (event) { // 删除图片
var tempFilePaths = this.data.tempFilePaths
tempFilePaths.splice(event.currentTarget.dataset.index, 1)
this.setData({
tempFilePaths: tempFilePaths
})
},
checkPro(e) { checkPro(e) {
var index = e.currentTarget.dataset.index var index = e.currentTarget.dataset.index
const { cartList } = this.data const { cartList } = this.data
......
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