@@ -3,7 +3,6 @@ import qs from 'qs'
import { actionUrl } from '../helper'
import _ from 'lodash'
-import {setTitle} from '../router'
export const request = function ({ type, data, dataType,contentType, url, success, error, complete }) {
type = (type || 'get').toUpperCase()
@@ -259,7 +259,7 @@ export default {
visibleChange(val) {
if (val == false) {
setTimeout(() => {
- // this.bigOri = 0
+ this.bigOri = 0
this.orderOri = 0
this.payHtml = ''
this.colr = ''
@@ -271,7 +271,7 @@ export default {
proChange(val) {// 产品类型
this.creAuth = this.member.products
this.proNums = val
this.member.paySub = ''
@@ -339,7 +339,7 @@ export default {
} else if (val == 1) {
this.nums = 3
}
- // this.moneyFunc()
+ this.moneyFunc()
},
peChange() {// 有效周期
if (this.member.level) {
@@ -419,6 +419,8 @@ export default {
this.$refs.member.resetFields()
+ this.orderOri = 0
this.createDis = true
this.$parent.reload()
@@ -468,6 +470,8 @@ export default {
},500)