小程式 批量收集formid

2021-09-30 17:22:10 字數 1219 閱讀 8838

第一次寫文章,主要是記錄一下之前公司中業務的需要,封裝formid的乙個思路,方便自己和其他人,不多說,上**

const common = require("../../utils/common");

let ishide = false

page(,

onload() )

},onshow()

},onhide() ,

data: ,

formsubmit(e)

if (!wx.getstoragesync("userinfo"))

if (e.detail.formid)

let type = e.detail.target ?

e.detail.target.dataset.type - 0 :

e.target.dataset.type - 0;

if (type == 1) );

return;

}if (type == 2) );

return;

}if (type == 3) );

return;}},

onreachbottom() );

return;

}this.data.page++;

this.fetchlistdata(2);

},fetchlistdata(type)

};common.request(params).then(res => else

this.setdata()

// let newslist = json.parse(json.stringify(this.data.newslist)) || ;

// newslist = newslist.concat(res.data.obj || );

// this.setdata();

});}});

collectformid(e) );

if (formidlist.length > 2)

};this.request(params).then(res => );

});return;

}wx.setstorage();

},

其實思路比較簡單,是wxml中,以from為最大容器,所以的action都是button元件

小程式開發獲取FormId實戰教程

小程式開發獲取formid實戰教程。接下來的幾篇小豬將圍繞模板訊息推動的功能分別向讀者介紹小程式的幾個功能。今天要介紹的是獲取formid 為什麼要獲取formid 在回答這個問題之前先簡單的介紹下微信的模板訊息功能。在一開始,模板訊息這個許可權可不是所有都 都有的,即使你已經交了300塊完成了微信...

TP5後台微信小程式formId管理方法

儲存乙個新收集的formid,以text資料型別儲存在資料庫中,以逗號分隔 user id string 使用者id formid string 新增的formid return mixed public function addformid user id,formid 獲取乙個formid用於傳...

小程式的學習資料收集

1 官方工具 tml?t 1476434678461 2 簡易教程 xadoc dev t 1476434677599 3 設計指南 xadoc design index.html 3月3日更新 2月19日更新 2月14日更新demo 1月19日更新demo 1月14日更新 1月7日更新demo 2...