shish 11 месяцев назад
Родитель
Сommit
e35774cd35

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

@@ -16,7 +16,7 @@
     <view class="img_box" style="margin-top:30upx;">
       <image :src="imgUrl" 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">
       <button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(imgUrl)">保存图片</button>
     </div>

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -69,11 +69,11 @@
       <view v-if="!$util.isEmpty(data.warning)" style="color:red;font-size:36upx;font-weight:bold;text-align: center;margin-bottom:15upx;">{{ data.warning }}</view>
 
       <view class="module-com flower-module">
-        <!-- 花束花礼 -->
+        <!-- 花束 -->
         <view class="flower-section">
           <view class="section-header">
             <view class="header-line"></view>
-            <view class="header-title">花束花礼</view>
+            <view class="header-title">花束</view>
             <view class="header-line"></view>
           </view>
           <view class="icon-grid">

+ 1 - 1
hdApp/src/pagesStore/me/expressSet.vue

@@ -176,7 +176,7 @@
             <text class="cancel-text">{{ showPayUrl ? '关闭' : '取消' }}</text>
           </button>
           <button v-if="!showPayUrl" class="confirm-btn" @click="confirmRecharge" :disabled="!canRecharge">
-            <text class="confirm-text">确认充值</text>
+            <text class="confirm-text">获取充值链接</text>
           </button>
         </view>
       </view>