shish 9 месяцев назад
Родитель
Сommit
8eae031d06
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/admin/cg/item.vue
  2. 1 1
      hdApp/src/admin/cg/mall.vue

+ 1 - 1
hdApp/src/admin/cg/item.vue

@@ -4,7 +4,7 @@
     <view class="img_box" style="margin-top:30upx;">
       <image :src="flowerUrl" mode="heightFix" class="img_url"></image>
     </view>
-    <view style="margin:20upx auto 20upx auto;width:50vw;font-size:35upx;font-weight:bold;text-align:center;">绿植花材</view>
+    <view style="margin:20upx auto 20upx auto;width:50vw;font-size:35upx;font-weight:bold;text-align:center;">鲜花花材</view>
     <div class="confirm-btn" style="margin-top:60upx;">
       <button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(flowerUrl)">保存图片</button>
     </div>

+ 1 - 1
hdApp/src/admin/cg/mall.vue

@@ -5,7 +5,7 @@
       <image :src="goodsUrl" mode="heightFix" class="img_url"></image>
     </view>
 
-    <view style="margin:20upx auto 20upx auto;width:50vw;font-size:35upx;font-weight:bold;text-align:center;">花束花篮</view>
+    <view style="margin:20upx auto 20upx auto;width:50vw;font-size:35upx;font-weight:bold;text-align:center;">花束绿植</view>
 
     <view class="confirm-btn" style="margin-top:60upx;">
       <button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(goodsUrl)">保存图片</button>