|
@@ -442,10 +442,16 @@ export default {
|
|
|
radiosChange(val) {
|
|
|
this.member.buySubject = String(val)
|
|
|
this.member.buyCount = ''
|
|
|
+ this.creAuth = this.member.products
|
|
|
+
|
|
|
if(val==2){
|
|
|
- this.member.products='1'
|
|
|
-
|
|
|
+ // this.member.products=''
|
|
|
+ this.repair='1'
|
|
|
+ this.member.createType='1'
|
|
|
+
|
|
|
}
|
|
|
+ this.member.level=''
|
|
|
+ this.initialized()
|
|
|
this.reged()
|
|
|
},
|
|
|
buyHandler() {
|
|
@@ -2165,7 +2171,7 @@ export default {
|
|
|
this.radioDis2 = true
|
|
|
this.radioDis3 = true
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
if (filterData.level !== '自定义') {
|
|
|
this.creAuth = this.member.products
|
|
|
this.proNums = Number(products)
|
|
@@ -2178,16 +2184,19 @@ export default {
|
|
|
}
|
|
|
}, 200)
|
|
|
this.$request('/order/getCombo').data().success((res) => {
|
|
|
+ this.levelDown = []
|
|
|
res.data.lists.forEach(v => {
|
|
|
if (v.id == filterData.comboId) {
|
|
|
this.member.level = JSON.stringify(v)
|
|
|
this.leChange(JSON.stringify(v), false)
|
|
|
- this.levelDown = []
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
if (v.id !== 4) {// 试用版
|
|
|
this.levelDown.push(v)
|
|
|
}
|
|
|
- }
|
|
|
})
|
|
|
+
|
|
|
}).get()
|
|
|
} else {
|
|
|
let obj = {
|