增加了朋友圈转发功能;增加了AI聊天markdown信息支持;增加了新版本提示
This commit is contained in:
@@ -3,6 +3,19 @@ Page({
|
||||
services: []
|
||||
},
|
||||
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '暖橙陪诊', // 转发标题
|
||||
path: '/pages/escort/itemlist',
|
||||
}
|
||||
},
|
||||
|
||||
onShareTimeline: function () {
|
||||
return {
|
||||
title: '暖橙陪诊',
|
||||
}
|
||||
},
|
||||
|
||||
onLoad(options) {
|
||||
const app = getApp()
|
||||
this.setData({
|
||||
|
||||
Reference in New Issue
Block a user