|
|
@@ -216,11 +216,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
handleGoodsItem(item) {
|
|
|
- if(this.userInfo.is_opne!==1){
|
|
|
- tools.error(this.$t('other.text10'))
|
|
|
- this.getInfo();
|
|
|
- return false
|
|
|
- }
|
|
|
+
|
|
|
if(this.userInfo.vip_id!==item.id){
|
|
|
return false
|
|
|
}
|
|
|
@@ -229,6 +225,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
pay() {
|
|
|
+
|
|
|
if (this.userInfo.is_opne!==1 || this.userInfo.vip_id!==this.item.id) {
|
|
|
tools.error(this.$t('other.text10'))
|
|
|
this.getInfo()
|