Ver Fonte

图片更新

wangxy há 2 semanas atrás
pai
commit
a71b25386f
1 ficheiros alterados com 1 adições e 1 exclusões
  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>