소스 검색

二维码参数调整

lsx 2 년 전
부모
커밋
9eed3bf167
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
 				})