|
@@ -903,7 +903,7 @@ export default {
|
|
|
// 图片
|
|
|
pic(item) {
|
|
|
let rules = {
|
|
|
- '1': [1, 2, 6, 8, 10, 12].includes(this.active),
|
|
|
+ '1': [1, 2, 6, 10, 12].includes(this.active),
|
|
|
'2': [0, 1].includes(this.active),
|
|
|
'3': [0, 2, 3, 5, 6, 9].includes(this.active),
|
|
|
'4': [0, 3, 7].includes(this.active),
|