Browse Source

修正错误

master
xyiege 2 years ago
parent
commit
4939825734
  1. 1
      layout/vCode.vue
  2. 2
      manifest.json

1
layout/vCode.vue

@ -74,6 +74,7 @@ export default {
} }
if (this.load) return; if (this.load) return;
this.inSend = true; this.inSend = true;
serve.post(this.url,this.data)
.then((res) => { .then((res) => {
// ss // ss
if(res.code=='4001'){ if(res.code=='4001'){

2
manifest.json

@ -1,6 +1,6 @@
{ {
"name" : "PNECoin", "name" : "PNECoin",
"appid" : "__UNI__D31CE01", "appid" : "__UNI__30D68C0",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : 100, "versionCode" : 100,

Loading…
Cancel
Save