瀏覽代碼

二维码参数调整

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
 				})