@@ -38,7 +38,7 @@ export default {
]
},
{
- title:'🌿 花材绿植',
+ title:'🌿 绿植',
list:[
{name: "列表", emoji: "📋", url: "/admin/item/list2",pf:1},
{name: "分类", emoji: "📂", url: "/admin/itemClass/list",pf:1},
@@ -117,7 +117,7 @@
<!-- 花材 -->
<view class="flower-section">
<view class="section-header">
- <view class="header-title">🌿 花材绿植</view>
+ <view class="header-title">🌿 绿植</view>
</view>
<view class="icon-grid">
<view class="icon-item" @click="goPage({url: '/admin/cg/item'})">
@@ -75,7 +75,7 @@
<view style="border: 1px solid #2bb931;margin:20upx 10upx;background-color: white;">
<view class="action-btn" style="margin-top:20upx;margin-bottom:10upx;background-color: white;">
- <text style="font-size: 30upx;font-weight: bold;">【零售-花材绿植】跑腿费计算方式</text>
+ <text style="font-size: 30upx;font-weight: bold;">【零售-绿植】跑腿费计算方式</text>
<view style="display: flex; align-items: center; margin-left:30upx;">
<input class="input-field" type="number" v-model="hcFreeKm" placeholder="0" style="width:100upx;" @focus="hcFreeKm = ''" />
@@ -136,7 +136,7 @@ export default {
{ name: '全部', value: -1 },
{ name: '鲜花', value: 0 },
{ name: '仿真花', value: 1 },
- { name: '花材绿植', value: 99 }
+ { name: '绿植', value: 99 }
],
currentFilterTab: 0 // 当前选中的筛选标签
}
@@ -24,7 +24,7 @@
<button class="buy-material-btn" @click="buyProduct()">
<view class="btn-content">
<text class="material-icon">🌸</text>
- <text class="btn-text">花材绿植</text>
+ <text class="btn-text">绿植</text>
</button>
<button class="buy-flower-btn" @click="buyHs()">
@@ -154,7 +154,7 @@
<!-- 操作按钮组 -->
<view class="action-buttons">
<view class="action-btn secondary" :class="{ disabled: item.openShop === 0 }" @click.stop="bug(item)">
- <text class="btn-text">🌸 花材绿植</text>
+ <text class="btn-text">🌸 绿植</text>
<view class="action-btn secondary" :class="{ disabled: item.openShop === 0 }" @click.stop="hs(item)">
<text class="btn-text">💐 花束</text>