feat: 页面分享设置
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"enableShareAppMessage": false,
|
||||
"enableShareTimelineMessage": false,
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "设置",
|
||||
"navigationBarTextStyle": "black",
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
import { disablePageShareMenu } from '../../base/pageMixin';
|
||||
import { clearUser } from '../../utils/auth';
|
||||
|
||||
Page({
|
||||
onLoad() {
|
||||
disablePageShareMenu();
|
||||
},
|
||||
|
||||
onClearProfile() {
|
||||
wx.showModal({
|
||||
title: '确认删除',
|
||||
|
||||
Reference in New Issue
Block a user