omip - update readme

This commit is contained in:
dntzhang 2019-02-26 10:20:08 +08:00
parent 4517dab3f7
commit cd7ed7de5e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# omip
# Omip
使用 Omi 开发小程序

View File

@ -7,7 +7,7 @@ const app = getApp()
define('page-index', class extends WeElement {
data = {
motto: 'Hello World',
motto: 'Hello Omip',
userInfo: {},
hasUserInfo: false,
canIUse: wx.canIUse('button.open-type.getUserInfo')