From 619c0cacc5a4e8af1132227e2f28f66648ad81df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=98=9F=E6=98=9F?= <605893810@qq.com> Date: Mon, 17 Aug 2026 17:13:40 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aapple=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 9 +- pages/login_package/bind-phone/bind-phone.vue | 100 +- pages/login_package/login/login.vue | 114 +- pages/mine_package/mine_order/mine_order.vue | 10 +- .../mine_order_info/mine_order_info.vue | 1471 +++++++++-------- utils/enumUtils.js | 3 +- 6 files changed, 850 insertions(+), 857 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index be52294..4d24a42 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -8,8 +8,15 @@ "type" : "uni-app:app-android" }, { - "customPlaygroundType" : "device", + "bundleId" : "com.trustbridge.mm", + "certificateFile" : "/Users/qinxingxing/Documents/alpha/资料/商城证书/int/ios/malldev.p12", + "certificateProfileFile" : "/Users/qinxingxing/Documents/alpha/资料/商城证书/int/ios/malldev.mobileprovision", + "customPlaygroundType" : "local", + "iOSProjectStandardBaseHistory" : { + "current" : "iOS_debug_5.24.ipa" + }, "playground" : "custom", + "runSignStatus" : 0, "type" : "uni-app:app-ios" }, { diff --git a/pages/login_package/bind-phone/bind-phone.vue b/pages/login_package/bind-phone/bind-phone.vue index 1c45828..7ac013f 100644 --- a/pages/login_package/bind-phone/bind-phone.vue +++ b/pages/login_package/bind-phone/bind-phone.vue @@ -2,13 +2,7 @@ - + 绑定手机号 @@ -16,79 +10,48 @@ - + - + - @@ -96,7 +59,7 @@ - - \ No newline at end of file diff --git a/utils/enumUtils.js b/utils/enumUtils.js index d264c4a..7297d9c 100644 --- a/utils/enumUtils.js +++ b/utils/enumUtils.js @@ -24,7 +24,8 @@ export const SMS_TYPE = { "LOGIN": "login", "REGISTER": "register", "WECHAT": "wechatValid", - "ALIPAY": "alipayValid" + "ALIPAY": "alipayValid", + "APPLE": "appleValid" } // 图片类型 图片分类:COMMON-公共,CATEGORY-商品类目图标,BRAND-品牌LOGO,SHOP-店铺LOGO,GOODS-商品图片,SPECS-商品规格图片