Sfoglia il codice sorgente

二维码参数调整

lsx 2 anni fa
parent
commit
9eed3bf167
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/packagePrize/choice/index.vue

+ 1 - 0
src/packagePrize/choice/index.vue

@@ -414,6 +414,7 @@
 				$http.post('/api/v1/mp/user/share/code/generate', {
 					boxId: this.boxId,
 					type: "1",
+					poster: "1",
 				}).then(res => {
 					this.posterData.codeImg.url = env.filePublic + res.data
 				})