|
@@ -489,7 +489,7 @@ const customer = ref<customerType>({
|
|
city: null, // 所在城市
|
|
city: null, // 所在城市
|
|
phone: null, // 手机号
|
|
phone: null, // 手机号
|
|
verifyCode: null, //验证码
|
|
verifyCode: null, //验证码
|
|
- channel: 16, //pc官网16 手机端17
|
|
|
|
|
|
+ channel: 17, //pc官网16 手机端17
|
|
})
|
|
})
|
|
const verifyCodeFn = async () => {
|
|
const verifyCodeFn = async () => {
|
|
if (customer.value.phone) {
|
|
if (customer.value.phone) {
|