mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
19 lines
243 B
JavaScript
19 lines
243 B
JavaScript
Page({
|
|
data: {
|
|
sms: '',
|
|
value: '',
|
|
password: '',
|
|
username: '',
|
|
username2: '',
|
|
message: '',
|
|
phone: '1365577'
|
|
},
|
|
|
|
onTapIcon() {
|
|
wx.showToast({
|
|
icon: 'none',
|
|
title: '点击图标'
|
|
});
|
|
}
|
|
});
|