diff --git a/README.md b/README.md index 12e3f99..f7b1e0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # 注意事项 + 原生APP云打包使用自有证书 -+ 证书别名:testalias -+ 接口线上地址:https://apifox.com/apidoc/shared-3b67df3b-411c-4dd4-9752-f9b71898ee7d/api-150208183 \ No newline at end of file ++ 证书别名:testalias \ No newline at end of file diff --git a/manifest.json b/manifest.json index fe70d8e..3392503 100644 --- a/manifest.json +++ b/manifest.json @@ -41,7 +41,8 @@ "", "", "" - ] + ], + "abiFilters" : [ "armeabi-v7a", "x86" ] }, /* ios打包配置 */ "ios" : { diff --git a/pages/manage/point-manage.vue b/pages/manage/point-manage.vue index c0d03ca..215a1e7 100644 --- a/pages/manage/point-manage.vue +++ b/pages/manage/point-manage.vue @@ -87,7 +87,6 @@ this.areaArr.map(el => { this.$set(el, 'checked', false) this.$set(el, 'pointArr', []) - this.$set(el, 'region_code', '1') }) if (this.areaArr.length > 0) { this.getPonit(this.areaArr[0])