diff --git a/api/model/sharing.js b/api/model/sharing.js
index a9aa827..8e51c42 100644
--- a/api/model/sharing.js
+++ b/api/model/sharing.js
@@ -104,7 +104,6 @@ const api = {
checkShare: {
url: '/fen/checkShare',
method: 'POST',
- auth: true,
showLoading : true,
},
/**
@@ -113,7 +112,6 @@ const api = {
checkVideoShare: {
url: '/fen/checkVideoShare',
method: 'POST',
- auth: true,
showLoading : true,
},
/**
@@ -122,7 +120,6 @@ const api = {
checkGroupShare: {
url: '/fen/checkGroupShare',
method: 'POST',
- auth: true,
showLoading : true,
},
/**
@@ -131,7 +128,6 @@ const api = {
checkArticleShare: {
url: '/fen/checkArticleShare',
method: 'POST',
- auth: true,
showLoading : true,
},
}
diff --git a/manifest.json b/manifest.json
index cbdf96a..5e57a89 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "unapp模板",
- "appid" : "__UNI__A010721",
+ "appid" : "__UNI__197A38F",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
diff --git a/pages_order/sharing/article.vue b/pages_order/sharing/article.vue
index ce09d31..a1de2f8 100644
--- a/pages_order/sharing/article.vue
+++ b/pages_order/sharing/article.vue
@@ -1,237 +1,251 @@
-
-
- {{ detail.headTitle || '' }}
-
- {{ detail.createTime ? `发布于${detail.createTime}` : '' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{ detail.headTitle || '' }}
+
+ {{ detail.createTime ? `发布于${detail.createTime}` : '' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file