更改与线上一致

This commit is contained in:
2023-09-04 11:46:41 +08:00
parent f75e48a3f9
commit eab46f3108
5 changed files with 1274 additions and 1150 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -2,8 +2,8 @@
"name" : "抖火数字化咨询服务平台",
"appid" : "__UNI__C305C03",
"description" : "纵有疾风起,人生不言弃",
"versionName" : "1.5.0",
"versionCode" : 150,
"versionName" : "1.5.2",
"versionCode" : 152,
"transformPx" : false,
/* 5+App */
"app-plus" : {

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
<block v-if="serviceArr.length > 0">
<view class="block" v-for="(item, index) in serviceArr" :key="index">
<view class="block-title">
{{item.title}}111
{{item.title}}
<view class="block-remove" @click="onRemove(index)" v-if="serviceArr.length > 1">
<u-icon class="block-remove-icon" size="15" color="#446EFE" name="minus-circle"></u-icon>移出
</view>

File diff suppressed because it is too large Load Diff