|
@@ -143,7 +143,7 @@ var productList = new Vue({
|
|
|
//查看
|
|
|
toDetail: function toDetail(product) {
|
|
|
if (product.auditStatus !== 2) return CAIMEI.dialog('请等待审核通过后查看!');
|
|
|
- if (!product.status) return CAIMEI.dialog('请未启后查看!');
|
|
|
+ if (!product.status) return CAIMEI.dialog('请启用后查看!');
|
|
|
window.open('/encyclopedia/instrument-' + product.productId + '.html');
|
|
|
},
|
|
|
// 跳转添加文章页面
|