|
@@ -170,7 +170,7 @@ export default {
|
|
|
if(this.lastclick == '') {
|
|
|
console.log('222222')
|
|
|
this.isPhotoOrsize = '图片'
|
|
|
- this.currentSelect = "请选择照片或签字板"
|
|
|
+ this.currentSelect = ""
|
|
|
this.context.clearRect(0, 0, this.width, this.height);
|
|
|
this.hasContent = false;
|
|
|
return
|