手动领取_手机号不可改
This commit is contained in:
parent
c42c7751af
commit
21b01a2d7e
|
@ -52,8 +52,8 @@
|
|||
<div class="form">
|
||||
<div v-show="ysf.available!==9">
|
||||
<p class="form-label">云闪付账号</p>
|
||||
<input class="form-input" maxlength="11" v-model="account" type="text" placeholder="请输入手机号" />
|
||||
<input class="form-input mt0" maxlength="11" v-model="confirmAccount" type="text"
|
||||
<input class="form-input" maxlength="11" v-model="account" :disabled="!!ysf.account" type="text" placeholder="请输入手机号" />
|
||||
<input class="form-input mt0" maxlength="11" v-model="confirmAccount" :disabled="!!ysf.account" type="text"
|
||||
placeholder="请再次输入手机号" />
|
||||
<p class="form-note">
|
||||
温馨提示:单笔交易大于{{parseFloat(ysf.entity.denomination)}}元可立减{{parseFloat(ysf.entity.reduce_amount)}}元
|
||||
|
@ -146,6 +146,8 @@
|
|||
/* 判断是否是微信小程序内 */
|
||||
let ua = window.navigator.userAgent.toLowerCase();
|
||||
this.isMini = /miniProgram/i.test(ua);
|
||||
this.account = this.ysf.account;
|
||||
this.confirmAccount = this.ysf.account;
|
||||
|
||||
/* 初始弹窗 */
|
||||
if (![1, 9].includes(this.ysf.available)) {
|
||||
|
|
|
@ -50,8 +50,8 @@
|
|||
<div class="form">
|
||||
<div v-if="ysf.available!==9">
|
||||
<p class="form-label">云闪付账号</p>
|
||||
<input class="form-input" maxlength="11" v-model="account" type="text" placeholder="请输入手机号" />
|
||||
<input class="form-input mt0" maxlength="11" v-model="confirmAccount" type="text"
|
||||
<input class="form-input" maxlength="11" v-model="account" :disabled="!!ysf.account" type="text" placeholder="请输入手机号" />
|
||||
<input class="form-input mt0" maxlength="11" v-model="confirmAccount" :disabled="!!ysf.account" type="text"
|
||||
placeholder="请再次输入手机号" />
|
||||
<p class="form-note">您可在云闪付的个人信息中查看【云闪付账号】</p>
|
||||
</div>
|
||||
|
@ -138,6 +138,8 @@
|
|||
/* 判断是否是微信小程序内 */
|
||||
let ua = window.navigator.userAgent.toLowerCase();
|
||||
this.isMini = /miniProgram/i.test(ua);
|
||||
this.account = this.ysf.account;
|
||||
this.confirmAccount = this.ysf.account;
|
||||
|
||||
/* 初始弹窗 */
|
||||
if (this.ysf && ![1, 9].includes(this.ysf.available)) {
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
<div class="form">
|
||||
<template v-if="goods.available!==9">
|
||||
<p class="form-label">支付宝账号</p>
|
||||
<input class="form-input" v-model="form.confirm" type="text" placeholder="请输入支付宝账号" />
|
||||
<input class="form-input mt0" v-model="form.receive_account" type="text" placeholder="请再次输入支付宝账号" />
|
||||
<input class="form-input" v-model="form.confirm" :disabled="!!goods.account" type="text" placeholder="请输入支付宝账号" />
|
||||
<input class="form-input mt0" v-model="form.receive_account" :disabled="!!goods.account" type="text" placeholder="请再次输入支付宝账号" />
|
||||
<p class="form-note">
|
||||
您可在支付宝的个人信息中查看【支付宝账号】
|
||||
</p>
|
||||
|
@ -153,6 +153,8 @@
|
|||
this.is = true;
|
||||
this.tip(product_status(this.goods.available, this.goods), 2);
|
||||
}
|
||||
this.form.confirm = this.goods.account;
|
||||
this.form.receive_account = this.goods.account;
|
||||
|
||||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
<div class="form">
|
||||
<div v-show="ysf.available!==9">
|
||||
<p class="form-label">云闪付账号</p>
|
||||
<input class="form-input" maxlength="11" v-model="account" type="text" placeholder="请输入手机号" />
|
||||
<input class="form-input mt0" maxlength="11" v-model="confirmAccount" type="text"
|
||||
<input class="form-input" maxlength="11" v-model="account" :disabled="!!ysf.account" type="text" placeholder="请输入手机号" />
|
||||
<input class="form-input mt0" maxlength="11" v-model="confirmAccount" :disabled="!!ysf.account" type="text"
|
||||
placeholder="请再次输入手机号" />
|
||||
<p class="form-note">
|
||||
温馨提示:单笔交易大于{{parseFloat(ysf.entity.denomination)}}元可立减{{parseFloat(ysf.entity.reduce_amount)}}元
|
||||
|
@ -142,6 +142,8 @@
|
|||
/* 判断是否是微信小程序内 */
|
||||
let ua = window.navigator.userAgent.toLowerCase();
|
||||
this.isMini = /miniProgram/i.test(ua);
|
||||
this.account = this.ysf.account;
|
||||
this.confirmAccount = this.ysf.account;
|
||||
|
||||
/* 初始弹窗 */
|
||||
if (![1, 9].includes(this.ysf.available)) {
|
||||
|
|
7
ysf.html
7
ysf.html
|
@ -50,8 +50,8 @@
|
|||
<div class="form">
|
||||
<div v-if="ysf.available!==9">
|
||||
<p class="form-label">云闪付账号</p>
|
||||
<input class="form-input" maxlength="11" v-model="account" type="text" placeholder="请输入手机号" />
|
||||
<input class="form-input mt0" maxlength="11" v-model="confirmAccount" type="text"
|
||||
<input class="form-input" maxlength="11" v-model="account" :disabled="!!ysf.account" type="text" placeholder="请输入手机号" />
|
||||
<input class="form-input mt0" maxlength="11" v-model="confirmAccount" :disabled="!!ysf.account" type="text"
|
||||
placeholder="请再次输入手机号" />
|
||||
<p class="form-note">您可在云闪付的个人信息中查看【云闪付账号】</p>
|
||||
</div>
|
||||
|
@ -132,7 +132,8 @@
|
|||
/* 判断是否是微信小程序内 */
|
||||
let ua = window.navigator.userAgent.toLowerCase();
|
||||
this.isMini = /miniProgram/i.test(ua);
|
||||
|
||||
this.account = this.ysf.account;
|
||||
this.confirmAccount = this.ysf.account;
|
||||
/* 初始弹窗 */
|
||||
if (this.ysf && ![1, 9].includes(this.ysf.available)) {
|
||||
this.is = true;
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
<div class="form">
|
||||
<template v-if="goods.available!==9">
|
||||
<p class="form-label">支付宝账号</p>
|
||||
<input class="form-input" v-model="form.confirm" type="text" placeholder="请输入支付宝账号" />
|
||||
<input class="form-input mt0" v-model="form.receive_account" type="text" placeholder="请再次输入支付宝账号" />
|
||||
<input class="form-input" v-model="form.confirm" :disabled="!!goods.account" type="text" placeholder="请输入支付宝账号" />
|
||||
<input class="form-input mt0" v-model="form.receive_account" :disabled="!!goods.account" type="text" placeholder="请再次输入支付宝账号" />
|
||||
<p class="form-note">
|
||||
您可在支付宝的个人信息中查看【支付宝账号】
|
||||
</p>
|
||||
|
@ -148,7 +148,8 @@
|
|||
this.is = true;
|
||||
this.tip(product_status(this.goods.available, this.goods), 2);
|
||||
}
|
||||
|
||||
this.form.confirm = this.goods.account;
|
||||
this.form.receive_account = this.goods.account;
|
||||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
|
|
Loading…
Reference in New Issue