main
liudan 2 years ago
parent 2f639735b1
commit e7e4499395
  1. 2
      .hbuilderx/launch.json
  2. 8
      App.vue
  3. 12
      manifest.json

@ -19,7 +19,7 @@
"type" : "uniCloud" "type" : "uniCloud"
}, },
{ {
"playground" : "standard", "playground" : "custom",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {

@ -8,10 +8,10 @@
} }
}, },
async mounted() { async mounted() {
this.onlineStatus() // this.onlineStatus()
this.timer = setInterval(()=>{ // this.timer = setInterval(()=>{
this.onlineStatus() // this.onlineStatus()
},300000) // },300000)
// #ifdef H5 // #ifdef H5
if (typeof window.entryUrl === 'undefined' || window.entryUrl === '') { if (typeof window.entryUrl === 'undefined' || window.entryUrl === '') {
window.entryUrl = window.location.href.split('#')[0] window.entryUrl = window.location.href.split('#')[0]

@ -3,14 +3,14 @@
"appid" : "__UNI__3303922", "appid" : "__UNI__3303922",
// "appid" : "__UNI__AE4A250", // "appid" : "__UNI__AE4A250",
"description" : "希希到家", "description" : "希希到家",
"versionName" : "1.0.1", "versionName" : "1.0.3",
"versionCode" : 102, "versionCode" : 103,
"transformPx" : false, "transformPx" : false,
"uniStatistics" : { "uniStatistics" : {
"enable" : false // "enable" : false //
}, },
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx581f0c1732ae745f", "appid" : "wx5ee422c9373d262e",
"setting" : { "setting" : {
"urlCheck" : true, "urlCheck" : true,
"postcss" : true, "postcss" : true,
@ -106,7 +106,7 @@
"sdkConfigs" : { "sdkConfigs" : {
"oauth" : { "oauth" : {
"weixin" : { "weixin" : {
"appid" : "wxe58f2d0fb0800868", "appid" : "wx5ee422c9373d262e",
"appsecret" : "86122c9823f78cdd6304695061d2424f", "appsecret" : "86122c9823f78cdd6304695061d2424f",
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/"
} }
@ -127,13 +127,13 @@
"payment" : { "payment" : {
"weixin" : { "weixin" : {
"__platform__" : [ "ios", "android" ], "__platform__" : [ "ios", "android" ],
"appid" : "wxe58f2d0fb0800868", "appid" : "wx5ee422c9373d262e",
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/"
} }
}, },
"share" : { "share" : {
"weixin" : { "weixin" : {
"appid" : "wxe58f2d0fb0800868", "appid" : "wx5ee422c9373d262e",
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/"
} }
}, },

Loading…
Cancel
Save