Remove potentially unnecessary content property.

This commit is contained in:
Daniel Rosenwasser 2020-09-02 00:13:00 -07:00 committed by GitHub
parent 9ff80d528e
commit 5b212ef285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1825,7 +1825,6 @@
onShareAppMessage() {
return {
title: '智能小程序示例',
content: '世界很复杂,百度更懂你',
path: '/pages/openShare/openShare?key=value'
};
}