14 lines
272 B
TypeScript
14 lines
272 B
TypeScript
Page({
|
|
data: {},
|
|
|
|
onLoad() {},
|
|
|
|
onShareAppMessage(): WechatMiniprogram.Page.ICustomShareContent {
|
|
return {
|
|
title: '智能蓝牙秤',
|
|
path: '/pages/home/home',
|
|
imageUrl: '/images/share/share.jpg',
|
|
}
|
|
},
|
|
})
|