build(deps): taro升级至4.0.9
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-02-12 11:15:51 +08:00
parent 7096e38967
commit 05caf08c47
21 changed files with 148 additions and 145 deletions

View File

@@ -15,7 +15,7 @@
<view v-if="listData.length > 0">
<view
class="card"
v-for="(item, index) in (listData as any[])"
v-for="(item, index) in listData as any[]"
:key="index">
<view class="header">
<view>

View File

@@ -48,10 +48,10 @@
info.status === 0
? '待付款'
: info.status === 1
? '待使用'
: info.status === 2
? '已使用'
: '已失效'
? '待使用'
: info.status === 2
? '已使用'
: '已失效'
">
</nut-cell>
<nut-cell title="下单用户:" :desc="info.User?.nickName"></nut-cell>

View File

@@ -33,19 +33,19 @@
item.status === 0
? '#FF850A'
: item.status === 1
? '#F83D3D'
: item.status === 2
? '#333333'
: '#9C9C9C',
? '#F83D3D'
: item.status === 2
? '#333333'
: '#9C9C9C',
}"
>{{
item.status === 0
? '待付款'
: item.status === 1
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
}}
</view>
</view>

View File

@@ -195,15 +195,15 @@ Taro.useReachBottom(() => {
item.status === 1
? 'success'
: item.status === 1
? 'danger'
: 'warning'
? 'danger'
: 'warning'
"
>{{
item.status === 1
? '已打款'
: item.status === 2
? '已拒绝'
: '待审核'
? '已拒绝'
: '待审核'
}}</view
>
</view>

View File

@@ -10,12 +10,12 @@
@change="tabChange">
<nut-tab-pane
v-for="item in list"
:title="(item.name as string)"
:title="item.name as string"
:key="item.ID">
<view v-if="goodList.length > 0">
<view
class="list"
v-for="(item, index) in (goodList as any)"
v-for="(item, index) in goodList as any"
:key="index">
<view class="item">
<img :src="item.cover" />

View File

@@ -66,8 +66,8 @@
item.number > 0
? `可用积分:${item.number}`
: item.name.includes('微信')
? '微信全额支付'
: ''
? '微信全额支付'
: ''
"
@click="cellClick(item.ID)">
<template #icon>

View File

@@ -201,10 +201,10 @@ const delOrder = async (oid: string) => {
item.status === 0
? '待付款'
: item.status === 1
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
}}
</view>
</view>

View File

@@ -44,10 +44,10 @@
<view class="goodBox">
<view
class="good"
v-for="item in (merdata as any)"
v-for="item in merdata as any"
:key="item.ID"
@click.stop="toMerDetails(item)">
<image :src="(item.head_photo as string)" />
<image :src="item.head_photo as string" />
<view class="good-text-box">
<text class="good-text">{{ item.name }}</text>
<text style="color: #999"

View File

@@ -73,7 +73,7 @@ interface navigationType {
const navigationList = ref<Array<navigationType>>([]);
const imgList = ref([
require('../../static/popTip-1.png'),
// require('../../static/popTip-1.png'),
require('../../static/popTip.png'),
]);

View File

@@ -1,6 +1,6 @@
.appUser {
box-sizing: border-box;
background-color: #f8f8f8;
// background-color: #f8f8f8;
height: 100%;
background-image: url('http://p0.meituan.net/csc/f44bb11463e3c538c307d7ce4b303bec33520.png');
background-size: 100% 500px;

View File

@@ -169,9 +169,9 @@
</view>
<!-- 版权 -->
<view class="text-[#999999] mt-5 text-[20px] text-center">
<view>鑫瓴科技版权所有</view>
<view>v4.0.0</view>
<view class="mt-5 text-[20px] text-center">
<view class="text-[#999999]">鑫瓴科技版权所有</view>
<!-- <view>v4.0.0</view> -->
</view>
<!-- 登录 -->
<Auth

View File

@@ -3,7 +3,7 @@
<view v-if="data.length > 0">
<view
class="card-list"
v-for="(item, index) in (data as any[])"
v-for="(item, index) in data as any[]"
:key="index">
<view class="left">
<view>昵称{{ item.nick_name }}</view>

View File

@@ -3,7 +3,7 @@
<view v-if="data.length > 0">
<view
class="card-list"
v-for="(item, index) in (data as any[])"
v-for="(item, index) in data as any[]"
:key="index">
<view class="left">
<image :src="item.avatarUrl" />

View File

@@ -266,19 +266,19 @@ const closed = () => {
item.status === 0
? '#FF850A'
: item.status === 1
? '#F83D3D'
: item.status === 2
? '#333333'
: '#9C9C9C',
? '#F83D3D'
: item.status === 2
? '#333333'
: '#9C9C9C',
}"
>{{
item.status === 0
? '待付款'
: item.status === 1
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
}}
</view>
</view>

View File

@@ -146,10 +146,10 @@
goodInfo.status === 0
? '待付款'
: goodInfo.status === 1
? '待使用'
: goodInfo.status === 2
? '已使用'
: '已失效'
? '待使用'
: goodInfo.status === 2
? '已使用'
: '已失效'
"></nut-cell>
</nut-cell-group>

View File

@@ -27,7 +27,7 @@
<view v-if="listData.length > 0">
<view
class="card"
v-for="(item, index) in (listData as any[])"
v-for="(item, index) in listData as any[]"
:key="index">
<view class="header">
<view>