Commit 9a6392383669eb96bc29db7926d4fb6c01d3bb02
1 parent
1ae1cf35
选择避免重复提交
Showing
1 changed file
with
0 additions
and
3 deletions
packageD/pages/AI-test-skin/shoot_notice/shoot_notice.js
... | ... | @@ -166,8 +166,6 @@ Page({ |
166 | 166 | src: img, |
167 | 167 | success(res) { |
168 | 168 | |
169 | - | |
170 | - | |
171 | 169 | var ratio = size / 1024; |
172 | 170 | size1 = size1 / ratio; |
173 | 171 | var canvasWidth = res.width //图片原始长宽 |
... | ... | @@ -193,7 +191,6 @@ Page({ |
193 | 191 | fileType: 'jpg', |
194 | 192 | success: function (res) { |
195 | 193 | wx.hideLoading(); |
196 | - that.setData({selecting:0}) | |
197 | 194 | that.setData({ |
198 | 195 | canvasImgUrl: res.tempFilePath |
199 | 196 | }); | ... | ... |