shish před 2 měsíci
rodič
revize
443ed1677d

+ 2 - 2
hdApp/src/admin/home/components/purchase-ghs-panel.vue

@@ -202,7 +202,7 @@
       <view class="supplier-notice-container">
         <!-- 头部 -->
         <view class="supplier-notice-header">
-          <text class="supplier-notice-title">您已有多个批发店</text>
+          <text class="supplier-notice-title">您已有多家批发店可采购</text>
         </view>
 
         <!-- 中间供货商列表 -->
@@ -217,7 +217,7 @@
 
         <!-- 底部提示 -->
         <view class="supplier-notice-footer">
-          <text class="supplier-notice-tip">买花时注意区分,避免下错!!</text>
+          <text class="supplier-notice-tip">买花时注意区分,避免下错,下错了收不到花,会误事,会耽误明天的安排!!!</text>
           <view class="supplier-notice-buttons">
             <button class="admin-button-com default" @click="remindLater">下次提醒</button>
             <button class="admin-button-com blue" @click="closeSupplierNotice">知道了</button>

+ 1 - 2
hdApp/src/pagesPurchase/open.vue

@@ -7,7 +7,6 @@
             id="openVideo"
             class="open-video"
             :src="videoUrl"
-            :autoplay="true"
             object-fit="contain"
             controls
             show-center-play-btn
@@ -126,7 +125,7 @@ export default {
 
 .open-video {
   width: 700upx;
-  height: 1100upx;
+  height: 1000upx;
 }
 
 .tip-text {