mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-07 06:15:24 +08:00
用户认证细节优化
This commit is contained in:
@ -209,6 +209,9 @@
|
||||
picker_time_change_event(e) {
|
||||
var sign = e.currentTarget.dataset.sign;
|
||||
var temp_data = this.data;
|
||||
if((temp_data[sign] || null) == null) {
|
||||
temp_data[sign] = {};
|
||||
}
|
||||
temp_data[sign]['licence_expire_time'] = e.detail.value || '';
|
||||
this.setData({
|
||||
data: temp_data
|
||||
|
||||
Reference in New Issue
Block a user