Files
xhs-examples/xhs-mini-demos/component-case/custom-service/custom-service.js
2025-09-14 00:21:54 +08:00

9 lines
151 B
JavaScript

Page({
onShareAppMessage() {
return {
title: '联系客服',
path: 'packageAPI/pages/custom-service/custom-service',
};
},
});