fix
This commit is contained in:
parent
48cfade690
commit
4c329a4c21
@ -33,42 +33,42 @@ const list = ref([
|
||||
img: tomatoImg,
|
||||
},
|
||||
{
|
||||
name: '产品aa',
|
||||
name: '核桃',
|
||||
price: '3.5元/公斤',
|
||||
img: a,
|
||||
},
|
||||
{
|
||||
name: '产品bb',
|
||||
name: '玉米',
|
||||
price: '4.5元/公斤',
|
||||
img: b,
|
||||
},
|
||||
{
|
||||
name: '产品cc',
|
||||
name: '黄豆',
|
||||
price: '5.5元/公斤',
|
||||
img: c,
|
||||
},
|
||||
{
|
||||
name: '产品dd',
|
||||
name: '韭菜',
|
||||
price: '34.5元/公斤',
|
||||
img: d,
|
||||
},
|
||||
{
|
||||
name: '产品ee',
|
||||
name: '辣椒',
|
||||
price: '55.5元/公斤',
|
||||
img: e,
|
||||
},
|
||||
{
|
||||
name: '产品ff',
|
||||
name: '豌豆',
|
||||
price: '222.5元/公斤',
|
||||
img: f,
|
||||
},
|
||||
{
|
||||
name: '产品gg',
|
||||
name: '香蕉',
|
||||
price: '32.5元/公斤',
|
||||
img: g,
|
||||
},
|
||||
{
|
||||
name: '产品hh',
|
||||
name: '青花',
|
||||
price: '2.7元/公斤',
|
||||
img: h,
|
||||
},
|
||||
|
@ -179,7 +179,7 @@ const loadData = async () => {
|
||||
comName: '欧锰化肥',
|
||||
totalScore: '99',
|
||||
companyType: '经销商',
|
||||
belongCompany: '',
|
||||
belongCompany: '灭百草集团',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
@ -189,7 +189,7 @@ const loadData = async () => {
|
||||
comName: '史丹欧化肥',
|
||||
totalScore: '99',
|
||||
companyType: '经销商',
|
||||
belongCompany: '',
|
||||
belongCompany: '康瑞企业',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
@ -199,7 +199,7 @@ const loadData = async () => {
|
||||
comName: '史丹力气化肥',
|
||||
totalScore: '99',
|
||||
companyType: '经销商',
|
||||
belongCompany: '',
|
||||
belongCompany: '康瑞企业',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
@ -209,7 +209,7 @@ const loadData = async () => {
|
||||
comName: '史丹蒙化肥',
|
||||
totalScore: '99',
|
||||
companyType: '经销商',
|
||||
belongCompany: '',
|
||||
belongCompany: '康瑞企业',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
@ -219,7 +219,7 @@ const loadData = async () => {
|
||||
comName: '史丹利化肥',
|
||||
totalScore: '99',
|
||||
companyType: '生产商',
|
||||
belongCompany: '',
|
||||
belongCompany: '康瑞企业',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
@ -229,7 +229,7 @@ const loadData = async () => {
|
||||
comName: '丹正企化肥',
|
||||
totalScore: '99',
|
||||
companyType: '生产商',
|
||||
belongCompany: '',
|
||||
belongCompany: '康瑞企业',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
@ -239,7 +239,7 @@ const loadData = async () => {
|
||||
comName: '丹正企化肥',
|
||||
totalScore: '99',
|
||||
companyType: '生产商',
|
||||
belongCompany: '',
|
||||
belongCompany: '泰富企业',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
@ -249,7 +249,7 @@ const loadData = async () => {
|
||||
comName: '丹非化肥',
|
||||
totalScore: '99',
|
||||
companyType: '生产商',
|
||||
belongCompany: '',
|
||||
belongCompany: '泰富企业',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
@ -259,7 +259,7 @@ const loadData = async () => {
|
||||
comName: '史丹化肥',
|
||||
totalScore: '99',
|
||||
companyType: '生产商',
|
||||
belongCompany: '',
|
||||
belongCompany: '泰富企业',
|
||||
ratingReason: '效果不明显',
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user