Explorar el Código

跳转小程序9

zhangyujun hace 3 años
padre
commit
29cfc132f4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/mini/index.vue

+ 1 - 0
src/views/mini/index.vue

@@ -43,6 +43,7 @@ export default defineComponent({
 					weappHtml.value = '成功';
 				})
 				wx.error(({ errMsg }) => {
+					alert(errMsg)
 					weappHtml.value = errMsg;
 				});
 			});