图片
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
src: '/static/report/zhanwei_xf(2).png',
|
||||
src: '/static/report/zhanwei_xf(1).png',
|
||||
title: '福建省海纳川食品有限公司',
|
||||
tags: [{
|
||||
tag: '活冻鲍鱼'
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<view class="my_avatar">
|
||||
<view style="border: 1px solid #EEEEEE;border-radius: 50rpx;">
|
||||
<u--image :src="avatar" width="100rpx" height="100rpx" :lazy-load="true" shape="circle">
|
||||
<u--image :src="avatar" width="100rpx" height="100rpx" shape="circle">
|
||||
</u--image>
|
||||
</view>
|
||||
<view style="margin-top: 10rpx;margin-bottom: 4rpx;">
|
||||
<u--image v-if="show==false" :src="normal" width="84rpx" height="30rpx" :lazy-load="true">
|
||||
<u--image v-if="show==false" :src="normal" width="84rpx" height="30rpx">
|
||||
</u--image>
|
||||
<u--image v-else :src="VIP" width="84rpx" height="30rpx" :lazy-load="true">
|
||||
<u--image v-else :src="VIP" width="84rpx" height="30rpx">
|
||||
</u--image>
|
||||
</view>
|
||||
<text>顾发航</text>
|
||||
@@ -19,6 +19,7 @@
|
||||
name: "myAvatar",
|
||||
data() {
|
||||
return {
|
||||
show: false,
|
||||
avatar: '/static/my/avatar.png',
|
||||
normal: '/static/my/wo_icon_pthy.png',
|
||||
VIP: '/static/my/wo_icon_vip.png',
|
||||
|
||||
@@ -31,13 +31,13 @@
|
||||
place: '第一食品资讯官方账号'
|
||||
},
|
||||
{
|
||||
src: '/static/report/zhanwei_zh.png',
|
||||
src: '/static/report/zhanwei_xf.png',
|
||||
title: '食品企业如何开发新产品?创新思维又发挥着怎样的效应呢?',
|
||||
time: '2022-10-18 14:43',
|
||||
place: '腾讯新闻 '
|
||||
},
|
||||
{
|
||||
src: '/static/report/zhanwei_zh.png',
|
||||
src: '/static/report/zhanwei_xf.png',
|
||||
title: '食品企业如何开发新产品?创新思维又发挥着怎样的效应呢?',
|
||||
time: '2022-10-18 14:43',
|
||||
place: '腾讯新闻'
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
time: '2022-12-04'
|
||||
},
|
||||
{
|
||||
src: '/static/products/zhanwei_dg(2).png',
|
||||
src: '/static/products/zhanwei_dg.png',
|
||||
title: '干吃汤圆',
|
||||
tag: '天然原料',
|
||||
img_tag: '糕点卷酥',
|
||||
@@ -57,7 +57,7 @@
|
||||
time: '2022-12-04'
|
||||
},
|
||||
{
|
||||
src: '/static/products/zhanwei_dg(1).png',
|
||||
src: '/static/products/zhanwei_dg.png',
|
||||
title: '紫薯魔芋人参魔芋人参魔芋人参…',
|
||||
tag: '天然原料',
|
||||
img_tag: '健康创新',
|
||||
@@ -65,7 +65,7 @@
|
||||
time: '2022-12-04'
|
||||
},
|
||||
{
|
||||
src: '/static/products/zhanwei_dg(3).png',
|
||||
src: '/static/products/zhanwei_dg.png',
|
||||
title: '焦糖饼干',
|
||||
tag: '无防腐剂',
|
||||
img_tag: '饼干曲奇',
|
||||
|
||||
Reference in New Issue
Block a user