first commit
This commit is contained in:
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
var share = {
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: "\u5B58\u6613\u77E5\u96BE",
|
||||
path: "/pages/index/index"
|
||||
};
|
||||
},
|
||||
onShareTimeline() {
|
||||
return {
|
||||
title: "\u5B58\u6613\u77E5\u96BE",
|
||||
path: "/pages/index/index"
|
||||
};
|
||||
}
|
||||
};
|
||||
exports.share = share;
|
||||
Reference in New Issue
Block a user