调整
This commit is contained in:
parent
9c45bbec66
commit
a846f217d0
@ -67,7 +67,7 @@
|
||||
<u-lazy-load border-radius="30" class="work-picture"
|
||||
:image="getWorkPath(item.path)"></u-lazy-load>
|
||||
<!-- <image class="work-picture" :src="item.picture" mode="widthFix"></image> -->
|
||||
<view class="sign-text">{{ siftList[item.serviceId] ? siftList[item.serviceId].name : '暂无' }}</view>
|
||||
<view class="sign-text">{{ item.serviceName || '暂无' }}</view>
|
||||
<image :lazy-load="true" class="sign" :src="fileUrl+sign"></image>
|
||||
<view class="work-todo" @click.stop="toDeal(item.serviceId)">
|
||||
<image :src="fileUrl+magicWand"></image>
|
||||
@ -113,7 +113,7 @@ export default {
|
||||
functionImg:[
|
||||
{
|
||||
// ai换装
|
||||
picture: 'dressup.png'
|
||||
picture: 'n-dressup.png'
|
||||
},
|
||||
{
|
||||
// ai换装-go
|
||||
@ -121,7 +121,7 @@ export default {
|
||||
},
|
||||
{
|
||||
// 涂抹重绘
|
||||
picture: 'redraw.png'
|
||||
picture: 'n-redraw.png'
|
||||
},
|
||||
{
|
||||
// 涂抹重绘提示词
|
||||
|
Loading…
Reference in New Issue
Block a user