Showing
1 changed file
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-29 14:26:41 | 2 | * @Date: 2024-09-29 14:26:41 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-25 11:34:24 | 4 | + * @LastEditTime: 2024-10-25 12:22:18 |
| 5 | * @FilePath: /hager/src/views/product/detail.vue | 5 | * @FilePath: /hager/src/views/product/detail.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | </div> | 40 | </div> |
| 41 | </hager-box> | 41 | </hager-box> |
| 42 | <hager-box class="box-2n"> | 42 | <hager-box class="box-2n"> |
| 43 | - <hager-h1 title="产品优势" sub="Product advantages"></hager-h1> | 43 | + <hager-h1 title="产品优势" sub="Product Advantages"></hager-h1> |
| 44 | <div :class="['product-advantage', is_xs ? 'xs' : '']"> | 44 | <div :class="['product-advantage', is_xs ? 'xs' : '']"> |
| 45 | <div :class="['item', is_xs ? 'xs' : '']" v-for="(item, index) in product_advantages" :key="index"> | 45 | <div :class="['item', is_xs ? 'xs' : '']" v-for="(item, index) in product_advantages" :key="index"> |
| 46 | <el-row :gutter="0" v-for="(x, idx) in item" :key="idx"> | 46 | <el-row :gutter="0" v-for="(x, idx) in item" :key="idx"> |
| ... | @@ -90,8 +90,8 @@ | ... | @@ -90,8 +90,8 @@ |
| 90 | <el-row :gutter="0"> | 90 | <el-row :gutter="0"> |
| 91 | <el-col :span="is_xs ? 3 : 1"> | 91 | <el-col :span="is_xs ? 3 : 1"> |
| 92 | <!-- <i v-if="file.checked" @click="checkItem(file)" class="el-icon-folder-checked download-checked"></i> --> | 92 | <!-- <i v-if="file.checked" @click="checkItem(file)" class="el-icon-folder-checked download-checked"></i> --> |
| 93 | - <img v-if="file.checked" @click="checkItem(file)" style="width: 1.25rem; height: 1.25rem;" class="download-checked" src="https://cdn.ipadbiz.cn/hager/icon/%E9%80%89%E6%8B%A901@2x.png"> | 93 | + <img v-if="file.checked" @click="checkItem(file)" style="width: 1.25rem; height: 1.25rem;" class="download-checked" src="https://cdn.ipadbiz.cn/hager/icon/%E9%80%89%E6%8B%A902@2x.png"> |
| 94 | - <img v-else @click="checkItem(file)" style="width: 1.25rem; height: 1.25rem;" class="download-unchecked" src="https://cdn.ipadbiz.cn/hager/icon/%E9%80%89%E6%8B%A902@2x.png"> | 94 | + <img v-else @click="checkItem(file)" style="width: 1.25rem; height: 1.25rem;" class="download-unchecked" src="https://cdn.ipadbiz.cn/hager/icon/%E9%80%89%E6%8B%A901@2x.png"> |
| 95 | <!-- <i v-else @click="checkItem(file)" class="el-icon-folder download-unchecked"></i> --> | 95 | <!-- <i v-else @click="checkItem(file)" class="el-icon-folder download-unchecked"></i> --> |
| 96 | </el-col> | 96 | </el-col> |
| 97 | <el-col :span="is_xs ? 21 : 23"> | 97 | <el-col :span="is_xs ? 21 : 23"> | ... | ... |
-
Please register or login to post a comment