|
@@ -99,9 +99,11 @@ var mine = {
|
|
|
if(res.data.vipStatus > 0 && res.data.viper ) {
|
|
|
$('#ent-follow-history').show()
|
|
|
$('#buyer-follow-history').show()
|
|
|
+ $('#file-pack').show()
|
|
|
} else {
|
|
|
$('#ent-follow-history').hide()
|
|
|
$('#buyer-follow-history').hide()
|
|
|
+ $('#file-pack').hide()
|
|
|
}
|
|
|
} else {
|
|
|
$('#ent-follow-history').hide()
|
|
@@ -277,7 +279,7 @@ var vNode = {
|
|
|
this.getPointsInfo()
|
|
|
},
|
|
|
mounted() {
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
methods: {
|
|
|
signHandle: function () {
|