Browse Source

uploader ios无法删除bug

luyanan 7 years ago
parent
commit
b723ded52f
3 changed files with 4 additions and 4 deletions
  1. 1 1
      app/js/identity-up.js
  2. 1 1
      app/js/public-authentication.js
  3. 2 2
      app/js/qa-going-q-02.js

+ 1 - 1
app/js/identity-up.js

@ -188,7 +188,7 @@ function getBase64Image(img) {
188 188
}
189 189

190 190
//删除图片
191
mui(document).on("click", '.del', function() {
191
mui(document).on("tap", '.del', function() {
192 192
	var $this = $(this);
193 193
	var bts = ["是", "否"];
194 194
	plus.nativeUI.confirm("是否删除图片?", function(e) {

+ 1 - 1
app/js/public-authentication.js

@ -81,7 +81,7 @@ function galleryImg() {
81 81
}
82 82

83 83
//删除图片
84
mui(document).on("click", '.del', function() {
84
mui(document).on("tap", '.del', function() {
85 85
	var $this = $(this);
86 86
	var bts = ["是", "否"];
87 87
	plus.nativeUI.confirm("是否删除图片?", function(e) {

+ 2 - 2
app/js/qa-going-q-02.js

@ -110,9 +110,9 @@ mui.plusReady(function() {
110 110
			multiple: false
111 111
		});
112 112
	}
113
	
113

114 114
	//删除图片
115
	mui(document).on("click", '.del', function() {
115
	mui(document).on("tap", '.del', function() {
116 116
		var $this = $(this);
117 117
		var bts = ["是", "否"];
118 118
		plus.nativeUI.confirm("是否删除图片?", function(e) {