wangxy před 2 týdny
rodič
revize
a71b25386f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      components/writeSign/index.vue

+ 1 - 1
components/writeSign/index.vue

@@ -2,7 +2,7 @@
 	<view style="width: 750rpx ;height: 500rpx;">
 		<jp-signature ref="signatureRef"></jp-signature>
 	</view>
-	<image :src="url" alt="" />
+	<image v-show="false" :src="url" alt="" />
 	<view>
 		<button @click="clear">清空</button>
 		<button @click="undo">撤消</button>