Commit 0611deed authored by FE-安焕焕's avatar FE-安焕焕 👣

修改问题

parent fe86d0d6
......@@ -66,6 +66,7 @@ export default {
}
},
async searchPhoneNo() {
this.inputBlur = false;
if (!this.phoneNo) return;
if (!checkPhoneFormat(this.phoneNo)) {
this.$toast.fail('请您输入正确的手机号');
......
......@@ -12,7 +12,7 @@
:three-col="true"
/>
</cr-tab>
<cr-tab title="话费慢" :title-style="tabItemStyle" name="slowRecharge">
<cr-tab title="话费慢" :title-style="tabItemStyle" name="slowRecharge">
<PhoneRechargeList
:list="rechargeList.slowRecharge"
:info="selectedRechargeInfo"
......
......@@ -50,7 +50,7 @@ export default {
phoneRecharge: {},
userPhoneInfo: {},
rechargeType: 'recharge',
historyRecordList: ['17611682272', '222222222'],
historyRecordList: [],
rechargePhoneInfo: {},
selectedRechargeInfo: {}
};
......@@ -80,7 +80,7 @@ export default {
},
async goOrderApi() {
/* 需要加防抖 */
const { skuNos, salePrice } = this.selectedRechargeInfo;
const { skuNo, salePrice } = this.selectedRechargeInfo;
const token = localStorage.get('vccToken');
if (!token) {
await getTokenFromNative();
......@@ -93,7 +93,7 @@ export default {
virtualRechargeType: this.phoneRecharge[`${this.rechargeType}Type`],
skuList: [
{
skuNo: skuNos,
skuNo,
count: 1
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment