diff --git a/src/components/f-signature/README.md b/src/components/f-signature/README.md new file mode 100644 index 0000000..71dec86 --- /dev/null +++ b/src/components/f-signature/README.md @@ -0,0 +1,31 @@ +## canvas手写板,超漂亮的横屏签名 + +下载下来后,将组件中f-signature.vue复制到您的组件中 + + +### 使用方法 + +引用组件--注意您组件的路径 +``` +import fSignature from '@/components/module/f-signature/f-signature'; +``` + +案例 + +``` + +``` +js部分,获取生成的图片 +``` +getImg(e){ + console.log(e,'getImg') +} +``` +详细案例请参考--https://ext.dcloud.net.cn/plugin?id=7164 + +### 欢迎加入wx群聊,一起交流技术 + +| `微信交流群(加我好友备注"进群")` | +|--------------------------- | +|![微信交流群](https://img02.163.gg/img/1/19/33/61/1193361-dtzzkprpse.jpg!YM0000)| +|微信号:wbt10302015| diff --git a/src/components/f-signature/f-signature.vue b/src/components/f-signature/f-signature.vue new file mode 100644 index 0000000..38a98eb --- /dev/null +++ b/src/components/f-signature/f-signature.vue @@ -0,0 +1,234 @@ + + + + + diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 10bd200..6fe7743 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -142,7 +142,7 @@ export default class LoginPage extends BasePage { // console.log('Version////', this.Version); } ///********版本号修改区域********** - version = '0.0.87'; //正式版本号 + version = '0.0.88'; //正式版本号 //version = '0.0.5'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true; diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue index 35969dd..165f787 100644 --- a/src/pages/quality/Materialinspection/index.vue +++ b/src/pages/quality/Materialinspection/index.vue @@ -306,7 +306,9 @@ - + + +