Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 4dcde61

Browse files
committed
update
1 parent d8055bf commit 4dcde61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Component({
240240
});
241241
wx.showModal({
242242
title: '提示',
243-
content: '确认删除这张图片',
243+
content: '确认删除这张图片吗',
244244
success: res => {
245245
if (res.confirm) {
246246
this._delete(id);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniprogram-image-picker",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "customized image picker component for wechet MiniProgram,小程序自定义图片选择组件",
55
"main": "dist/index.js",
66
"miniprogram": "dist",

0 commit comments

Comments
 (0)