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