|
|
@@ -212,7 +212,7 @@ Page({
|
|
|
async onShareAppMessage() {
|
|
|
let { data } = await getApi("/ship/cert/share/token");
|
|
|
return {
|
|
|
- title: this.data.shipName,
|
|
|
+ title: this.data.shipName + " - 证书信息",
|
|
|
path: `/pages/cert/sharePage/sharePage?token=${data.result.result}`,
|
|
|
imageUrl: "../../images/logo541.png",
|
|
|
};
|