小程式新請假介面

2022-05-06 06:57:11 字數 1953 閱讀 4151

小程式新請假介面

效果:

新請假

請假結果

達叔小生

.wxss:

page 

.head_item

.head_itemactive

.ring

.head

.main

.show

.hidden

/* 新請假 */

.uploader

.uploaderpic

.add-icon

.title

.upload-img

.bg

.item

.btn

.bk

.js

var datetimepicker = require('../../utils/datetimepicker.js');

var util = require('../../utils/util.js');

page(,

// 上傳

previewimage: function() )

if (this.data.sum == 1) )

}// tempfilepath可以作為img標籤的src屬性顯示

this.setdata();}})

},// 刪除

delete: function(e) )

if (this.data.files.length == 0) )}},

// 儲存

formsubmit: function(e)

console.log(data);

wx.request(,

success(res) }})

},fail: function(fail) }})

}})},// 時間

changedate(e) );

},changedate1(e) );

},// 生命週期函式--監聽頁面載入

onload: function(options) );

// 獲取完整的年月日 時分秒,以及預設顯示的陣列

var obj = datetimepicker.datetimepicker(this.data.startyear, this.data.endyear);

var obj1 = datetimepicker.datetimepicker(this.data.startyear, this.data.endyear);

// 精確到分的處理,將陣列的秒去掉

var lastarray = obj1.datetimearray.pop();

var lasttime = obj1.datetime.pop();

},selected: function(e) )

},selected1: function(e) )

},// 生命週期函式--監聽頁面初次渲染完成

onready: function() ,

// 生命週期函式--監聽頁面顯示

onshow: function() ,

// 生命週期函式--監聽頁面隱藏

onhide: function() ,

// 生命週期函式--監聽頁面解除安裝

onunload: function() ,

})

.json

小程式介面記錄

用登陸code 換取 session key get secret secret js code jscode grant type authorization code 返回資料 openid使用者唯一標識 session key會話金鑰 unionid使用者在開放平台的唯一識別符號。本字段在滿足...

小程式呼叫介面例項

wx.request method post header complete function res if res null res.data null success function res 在這裡對js進行簡單的解釋,wcss和wxml 就不奉上了!url 這個是要請求的介面位址 data ...

小程式介面對接

wx.request data success function res wx.redirectto wx.showtoast fail function res complete function res data 乙個入參,如果是get方法從伺服器取資料data可以為空,如果是其他 post,p...