第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何使用wix corvid將循環(huán)數(shù)據(jù)連接到pdfgeneratorapi?

如何使用wix corvid將循環(huán)數(shù)據(jù)連接到pdfgeneratorapi?

絕地?zé)o雙 2023-01-06 10:42:25
我正在使用https://pdfgeneratorapi.com/生成 PDF ?,F(xiàn)在我可以使用這段代碼一個一個地顯示數(shù)據(jù)。任何人都可以給我建議如何用循環(huán)或任何其他方式顯示所有數(shù)據(jù)嗎?下面的照片顯示了我來自 pdfgenerator 的模板。這是我用來生成 PDF 的代碼    let communicationWay1=[    {0:"dim"},    {1:"kal"}    ];    let cstomerExpence1=[    {0:"dim"},     {1:"kal"}    ];   let title="test";   let names="test";   let phone="test";   let email="test";let maritalStatus="test";let city="test";let other="test"; const result = await wixData.query(collection) .eq('main_user_email', $w('#mainE').text)         .find()    .then( (results) => { if (results.totalCount>0) {                    count=1; // title=results.items[1].title;                        names=results.items[0].names;                        email=results.items[0].emial;                        phone=results.items[0].phone;                        maritalStatus=results.items[0].maritalStatus;                        city=results.items[0].city;                        other=results.items[0].cousterExpenses_other;                                               title=results.items[0].title;                         communicationWay=results.items[0].communicationWay;                        cstomerExpence=results.items[0].cstomerExpence;                } if (results.totalCount>1) {                                      names1=results.items[1].names;                        email1=results.items[1].emial;                        phone1=results.items[1].phone;                        maritalStatus1=results.items[1].maritalStatus;                        city1=results.items[1].city;                        other1=results.items[1].cousterExpenses_other;                                              title1=results.items[1].title;                        communicationWay1=results.items[1].communicationWay;                        cstomerExpence1=results.items[1].cstomerExpence;                }     } )    .catch( (err) => {      console.log(err);    } );
查看完整描述

2 回答

?
阿波羅的戰(zhàn)車

TA貢獻(xiàn)1862條經(jīng)驗 獲得超6個贊

只需將它放在帶有布爾條件的 while 循環(huán)中即可。

您可以創(chuàng)建一個變量,例如allShowed,并將其值設(shè)置為False。之后,創(chuàng)建另一個變量,例如numberOfDataToShow,并將其設(shè)置為您要顯示的元素數(shù)。然后創(chuàng)建一個計數(shù)器,countShowed,初始化0為它的值。

現(xiàn)在創(chuàng)建一個 while 循環(huán):當(dāng)allShowed值為時False,您循環(huán)(并添加數(shù)據(jù))。每次顯示一條數(shù)據(jù)時,您都會增加的值countShowed(并將其設(shè)置為繼續(xù)添加/顯示數(shù)據(jù))。當(dāng)countShowed將具有完全相同的值時numberOfDataToShow,設(shè)置allShowedTrue。循環(huán)將中斷并顯示所有數(shù)據(jù)。


查看完整回答
反對 回復(fù) 2023-01-06
?
繁星coding

TA貢獻(xiàn)1797條經(jīng)驗 獲得超4個贊

您需要使用 PDF Generator API 中的ContainerTable組件來迭代項目列表。正如@JustCallMeA 所說,您需要發(fā)送一系列項目。PDF 生成器 API 現(xiàn)在有一個帶有演示頁面的官方 Wix Velo(以前稱為 Corvid)教程:https: //support.pdfgeneratorapi.com/en/article/how-to-integrate-with-wix-velo-13s8135


查看完整回答
反對 回復(fù) 2023-01-06
  • 2 回答
  • 0 關(guān)注
  • 272 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號