|
@@ -202,6 +202,7 @@ export default {
|
|
|
if (this.pageData.remarks.treatyText && this.pageData.remarks.treatyText !== '') {
|
|
|
this.text = this.pageData.remarks.treatyText
|
|
|
}
|
|
|
+ console.log(this.pageData)
|
|
|
},
|
|
|
methods: {
|
|
|
closeUnbuy () {
|
|
@@ -310,7 +311,11 @@ export default {
|
|
|
userid: res.data.userid,
|
|
|
phone: this.loginForm.phone,
|
|
|
});
|
|
|
- this.getOrderList(res.data.userid)
|
|
|
+ if(this.pageData.remarks.treaty === '1'){
|
|
|
+ this.getOrderList(res.data.userid)
|
|
|
+ }else{
|
|
|
+ this.unbuyClick()
|
|
|
+ }
|
|
|
// this.opoutShow = true;
|
|
|
this.loginForm = {};
|
|
|
}
|