diff --git a/app.js b/app.js index 2a0a9db..884d760 100644 --- a/app.js +++ b/app.js @@ -201,9 +201,7 @@ App({ }).finally(() => { this.globalData.iswechatmessagepushState = false }) - }) - }, watch: function (method) { diff --git a/app.json b/app.json index c445a31..0e2b470 100644 --- a/app.json +++ b/app.json @@ -19,6 +19,13 @@ "navigationBarBackgroundColor": "#ffffff", "navigationStyle": "custom" }, + "subpackages": [{ + "root": "pagesSquare", + "name": "pagesSquare", + "pages": [ + "pages/PCAuthorization/PCAuthorization" + ] + }], "style": "v2", "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", diff --git a/common/common.wxml b/common/common.wxml index a01b177..622ae31 100644 --- a/common/common.wxml +++ b/common/common.wxml @@ -41,6 +41,7 @@ +