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-商品规格图片