diff --git a/App.vue b/App.vue index 1e78cdc..d7200f6 100644 --- a/App.vue +++ b/App.vue @@ -11,10 +11,11 @@ }).then(res => { if (res.update) { uni.showModal({ - title: "更新提示", - content: res.note || '版本更新信息', - confirmText: "更新", - success: modalRes => { + title : "更新提示", + content : res.note || '版本更新信息', + confirmText : "更新", + showCancel : false, + success : modalRes => { if (modalRes.confirm) { if (plus.os.name == "Android") { uni.showToast({ diff --git a/gl-agent b/gl-agent deleted file mode 160000 index 2238936..0000000 --- a/gl-agent +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 223893686d3120cdae4114914548e8b60a14904f diff --git a/manifest.json b/manifest.json index c57270d..43b44cb 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "共力生态", "appid" : "__UNI__DE7B0E6", "description" : "共力生态", - "versionName" : "1.0.30", + "versionName" : "1.0.31", "versionCode" : 100, "transformPx" : false, /* 5+App特有相关 */ @@ -81,7 +81,7 @@ "payment" : { "weixin" : { "__platform__" : [ "android" ], - "appid" : "wxcb85e48d044bc5ee", + "appid" : "wx466a4663da346e09", "UniversalLinks" : "" }, "alipay" : { @@ -90,7 +90,7 @@ }, "share" : { "weixin" : { - "appid" : "wxcb85e48d044bc5ee", + "appid" : "wx466a4663da346e09", "UniversalLinks" : "" } }, diff --git a/pages/life/life.vue b/pages/life/life.vue index 7997cba..e92c60f 100644 --- a/pages/life/life.vue +++ b/pages/life/life.vue @@ -104,6 +104,7 @@