mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
21 lines
282 B
JavaScript
21 lines
282 B
JavaScript
import Page from '../../common/page';
|
|
|
|
Page({
|
|
data: {
|
|
sms: '',
|
|
value: '',
|
|
password: '',
|
|
username: '',
|
|
username2: '',
|
|
message: '',
|
|
phone: '1365577'
|
|
},
|
|
|
|
onTapIcon() {
|
|
wx.showToast({
|
|
icon: 'none',
|
|
title: '点击图标'
|
|
});
|
|
}
|
|
});
|