lin
2026-04-28 3749950e6106c9622e5d6482c61b5a80dbcb31a2
UI: 澜品优选绑卡地址优化
2 files modified
4 ■■■■ changed files
manifest.json 2 ●●● patch | view | raw | blame | history
pages/quanyi/components/addAddress/index.vue 2 ●●● patch | view | raw | blame | history
manifest.json
@@ -67,7 +67,7 @@
                "minSdkVersion" : 29,
                "schemes" : "lpyx-app",
                "targetSdkVersion" : 30,
                "abiFilters" : [ "arm64-v8a" ]
                "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
            },
            /* ios打包配置 */
            "ios" : {
pages/quanyi/components/addAddress/index.vue
@@ -130,7 +130,7 @@
              });
              return;
            }
      const params = uni.getStorageSync('qxgLogin')
      const params = uni.getStorageSync('ygxLogin')
      uni.request({
        url: _this.$webHost + "/api/v2/customer/appAddCstAddress",
        method: "POST",